Searched refs:start_block (Results 1 – 3 of 3) sorted by relevance
/hal_espressif-latest/components/bt/host/bluedroid/external/sbc/decoder/srce/ |
D | synthesis-sbc.c | 376 …nthFrame(OI_CODEC_SBC_DECODER_CONTEXT *context, OI_INT16 *pcm, OI_UINT start_block, OI_UINT nrof_b… in OI_SBC_SynthFrame() argument 383 SynthFrame4SB[nrof_channels](context, pcm, start_block, nrof_blocks); in OI_SBC_SynthFrame() 386 SynthFrameEnhanced[nrof_channels](context, pcm, start_block, nrof_blocks); in OI_SBC_SynthFrame() 389 SynthFrame8SB[nrof_channels](context, pcm, start_block, nrof_blocks); in OI_SBC_SynthFrame()
|
D | decoder-sbc.c | 157 OI_UINT start_block = context->common.frameInfo.nrof_blocks - context->bufferedBlocks; in DecodeBody() local 158 OI_SBC_SynthFrame(context, pcmData, start_block, decode_block_count); in DecodeBody()
|
/hal_espressif-latest/components/bt/host/bluedroid/external/sbc/decoder/include/ |
D | oi_codec_sbc_private.h | 214 …nthFrame(OI_CODEC_SBC_DECODER_CONTEXT *context, OI_INT16 *pcm, OI_UINT start_block, OI_UINT nrof_b…
|