Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/external/sbc/decoder/srce/
Dalloc.c32 OI_UINT8 maxChannels, in OI_CODEC_SBC_Alloc() argument
40 if (maxChannels < 1 || maxChannels > 2) { in OI_CODEC_SBC_Alloc()
44 if (pcmStride < 1 || pcmStride > maxChannels) { in OI_CODEC_SBC_Alloc()
48 common->maxChannels = maxChannels; in OI_CODEC_SBC_Alloc()
53 subdataSize = maxChannels * sizeof(common->subdata[0]) * SBC_MAX_BANDS * SBC_MAX_BLOCKS; in OI_CODEC_SBC_Alloc()
58 …codecDataBytes - subdataSize) / (sizeof(common->filterBuffer[0][0]) * SBC_MAX_BANDS * maxChannels); in OI_CODEC_SBC_Alloc()
71 for (i = 0; i < maxChannels; ++i) { in OI_CODEC_SBC_Alloc()
Ddecoder-private.c48 OI_BYTE maxChannels, in internal_DecoderReset() argument
75 …status = OI_CODEC_SBC_Alloc(&context->common, decoderData, decoderDataBytes, maxChannels, pcmStrid… in internal_DecoderReset()
Ddecoder-sbc.c231 OI_UINT8 maxChannels, in OI_CODEC_SBC_DecoderReset() argument
236 …return internal_DecoderReset(context, decoderData, decoderDataBytes, maxChannels, pcmStride, enhan… in OI_CODEC_SBC_DecoderReset()
276 if (context->common.frameInfo.nrof_channels > context->common.maxChannels) { in OI_CODEC_SBC_DecodeFrame()
/hal_espressif-latest/components/bt/host/bluedroid/external/sbc/decoder/include/
Doi_codec_sbc.h176 OI_UINT8 maxChannels; member
241 OI_UINT8 maxChannels,
Doi_codec_sbc_private.h171 OI_BYTE maxChannels,
223 OI_UINT8 maxChannels,