Home
last modified time | relevance | path

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

/btstack/3rd-party/bluedroid/decoder/srce/
H A Ddecoder-oina.c133 context->limitFrameFormat = TRUE; in OI_CODEC_SBC_DecoderLimit()
H A Ddecoder-sbc.c58 if (context->limitFrameFormat && context->enhancedEnabled){ in FindSyncword()
291 …if (context->limitFrameFormat && (context->common.frameInfo.subbands != context->restrictSubbands)… in OI_CODEC_SBC_DecodeFrame()
H A Ddecoder-private.c73 context->limitFrameFormat = FALSE; in internal_DecoderReset()
/btstack/3rd-party/bluedroid/decoder/include/
H A Doi_codec_sbc.h204 OI_UINT8 limitFrameFormat; /* Boolean, set by OI_CODEC_SBC_DecoderLimit() */ member