Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/external/sbc/decoder/srce/
Dframing.c201 frame->nrof_subbands = band_values[frame->subbands]; in OI_SBC_ExpandFrameFields()
Ddecoder-private.c149 frame->nrof_subbands = band_values[frame->subbands]; in OI_SBC_ReadHeader()
Ddecoder-sbc.c394 subbands = band_values[(subbands & BIT0)]; in OI_CODEC_SBC_FrameCount()
/hal_espressif-latest/components/bt/host/bluedroid/external/sbc/decoder/include/
Doi_codec_sbc_private.h89 static const OI_UINT8 band_values[] = { 4, 8 }; variable