Home
last modified time | relevance | path

Searched refs:nrof_channels (Results 1 – 8 of 8) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/external/sbc/decoder/srce/
Dsynthesis-sbc.c264 OI_UINT nrof_channels = context->common.frameInfo.nrof_channels; in OI_SBC_SynthFrame_80() local
267 OI_INT32 *s = context->common.subdata + 8 * nrof_channels * blkstart; in OI_SBC_SynthFrame_80()
273 if (nrof_channels == 2) { in OI_SBC_SynthFrame_80()
281 for (ch = 0; ch < nrof_channels; ch++) { in OI_SBC_SynthFrame_80()
295 OI_UINT nrof_channels = context->common.frameInfo.nrof_channels; in OI_SBC_SynthFrame_4SB() local
298 OI_INT32 *s = context->common.subdata + 8 * nrof_channels * blkstart; in OI_SBC_SynthFrame_4SB()
304 if (nrof_channels == 2) { in OI_SBC_SynthFrame_4SB()
311 for (ch = 0; ch < nrof_channels; ch++) { in OI_SBC_SynthFrame_4SB()
329 OI_UINT nrof_channels = context->common.frameInfo.nrof_channels; in OI_SBC_SynthFrame_Enhanced() local
332 OI_INT32 *s = context->common.subdata + 8 * nrof_channels * blkstart; in OI_SBC_SynthFrame_Enhanced()
[all …]
Ddecoder-private.c115 frame->nrof_channels = 1; in OI_SBC_ReadHeader()
144 frame->nrof_channels = channel_values[frame->mode]; in OI_SBC_ReadHeader()
171 OI_UINT i = common->frameInfo.nrof_subbands * common->frameInfo.nrof_channels; in OI_SBC_ReadScalefactors()
220 … const OI_UINT iter_count = common->frameInfo.nrof_channels * common->frameInfo.nrof_subbands / 4; in OI_SBC_ReadSamples()
Dframing-sbc.c50 printf(" channels: %d\n", frameInfo->nrof_channels); in OI_CODEC_SBC_DumpConfig()
Dframing.c179 OI_UINT count = (frame->nrof_subbands * frame->nrof_channels / 2u) + 4; in OI_SBC_CalculateChecksum()
204 frame->nrof_channels = channel_values[frame->mode]; in OI_SBC_ExpandFrameFields()
Ddecoder-oina.c94 if (context->common.frameInfo.nrof_channels >= context->common.pcmStride) { in OI_CODEC_SBC_DecoderConfigureRaw()
Ddecoder-sbc.c169 if (context->common.frameInfo.nrof_channels == 1 && context->common.pcmStride == 2) { in DecodeBody()
276 if (context->common.frameInfo.nrof_channels > context->common.maxChannels) { in OI_CODEC_SBC_DecodeFrame()
Dbitalloc.c95 OI_UINT headerLen = SBC_HEADER_LEN + frame->nrof_subbands * frame->nrof_channels / 2; in OI_SBC_CalculateFrameAndHeaderlen()
/hal_espressif-latest/components/bt/host/bluedroid/external/sbc/decoder/include/
Doi_codec_sbc.h143 OI_UINT8 nrof_channels; /**< The number of channels of the encoded stream. */ member