Home
last modified time | relevance | path

Searched refs:freqIndex (Results 1 – 5 of 5) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/external/sbc/decoder/srce/
Ddecoder-private.c108 frame->freqIndex = 0; in OI_SBC_ReadHeader()
137 frame->freqIndex = (d1 & (BIT7 | BIT6)) >> 6; in OI_SBC_ReadHeader()
138 frame->frequency = freq_values[frame->freqIndex]; in OI_SBC_ReadHeader()
Dbitalloc.c169 offset = offset4[common->frameInfo.freqIndex]; in computeBitneed()
171 offset = offset8[common->frameInfo.freqIndex]; in computeBitneed()
Ddecoder-oina.c85 context->common.frameInfo.freqIndex = frequency; in OI_CODEC_SBC_DecoderConfigureRaw()
Dframing.c203 frame->frequency = freq_values[frame->freqIndex]; in OI_SBC_ExpandFrameFields()
/hal_espressif-latest/components/bt/host/bluedroid/external/sbc/decoder/include/
Doi_codec_sbc.h133 OI_UINT8 freqIndex; member