Searched refs:maxChannels (Results 1 – 5 of 5) sorted by relevance
/hal_espressif-latest/components/bt/host/bluedroid/external/sbc/decoder/srce/ |
D | alloc.c | 32 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()
|
D | decoder-private.c | 48 OI_BYTE maxChannels, in internal_DecoderReset() argument 75 …status = OI_CODEC_SBC_Alloc(&context->common, decoderData, decoderDataBytes, maxChannels, pcmStrid… in internal_DecoderReset()
|
D | decoder-sbc.c | 231 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/ |
D | oi_codec_sbc.h | 176 OI_UINT8 maxChannels; member 241 OI_UINT8 maxChannels,
|
D | oi_codec_sbc_private.h | 171 OI_BYTE maxChannels, 223 OI_UINT8 maxChannels,
|