Home
last modified time | relevance | path

Searched refs:limitFrameFormat (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/external/sbc/decoder/srce/
Ddecoder-oina.c132 context->limitFrameFormat = TRUE; in OI_CODEC_SBC_DecoderLimit()
Ddecoder-sbc.c58 if (context->limitFrameFormat && context->enhancedEnabled) { in FindSyncword()
271 …if (context->limitFrameFormat && (context->common.frameInfo.subbands != context->restrictSubbands)… in OI_CODEC_SBC_DecodeFrame()
Ddecoder-private.c83 context->limitFrameFormat = FALSE; in internal_DecoderReset()
/hal_espressif-latest/components/bt/host/bluedroid/external/sbc/decoder/include/
Doi_codec_sbc.h202 OI_UINT8 limitFrameFormat; /* Boolean, set by OI_CODEC_SBC_DecoderLimit() */ member