Home
last modified time | relevance | path

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

/btstack/3rd-party/bluedroid/decoder/srce/
H A Dframing.c228 frame->nrof_subbands = band_values[frame->subbands]; in OI_SBC_ExpandFrameFields()
H A Ddecoder-private.c154 frame->nrof_subbands = band_values[frame->subbands]; in OI_SBC_ReadHeader()
H A Ddecoder-sbc.c420 subbands = band_values[(subbands & BIT0)]; in OI_CODEC_SBC_FrameCount()
/btstack/3rd-party/bluedroid/decoder/include/
H A Doi_codec_sbc_private.h96 static const OI_UINT8 band_values[] = { 4, 8 }; variable