Home
last modified time | relevance | path

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

/system/bt/embdrv/sbc/decoder/srce/
Ddecoder-oina.c133 context->limitFrameFormat = TRUE; in OI_CODEC_SBC_DecoderLimit()
Ddecoder-sbc.c55 if (context->limitFrameFormat && context->enhancedEnabled){ in FindSyncword()
265 …if (context->limitFrameFormat && (context->common.frameInfo.subbands != context->restrictSubbands)… in OI_CODEC_SBC_DecodeFrame()
Ddecoder-private.c73 context->limitFrameFormat = FALSE; in internal_DecoderReset()
/system/bt/embdrv/sbc/decoder/include/
Doi_codec_sbc.h198 OI_UINT8 limitFrameFormat; /* Boolean, set by OI_CODEC_SBC_DecoderLimit() */ member