Home
last modified time | relevance | path

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

/system/bt/embdrv/sbc/decoder/srce/
Dsynthesis-sbc.c281 OI_UINT nrof_channels = context->common.frameInfo.nrof_channels; in OI_SBC_SynthFrame_80() local
284 int32_t* s = context->common.subdata + 8 * nrof_channels * blkstart; in OI_SBC_SynthFrame_80()
293 if (nrof_channels == 2) { in OI_SBC_SynthFrame_80()
304 for (ch = 0; ch < nrof_channels; ch++) { in OI_SBC_SynthFrame_80()
320 OI_UINT nrof_channels = context->common.frameInfo.nrof_channels; in OI_SBC_SynthFrame_4SB() local
323 int32_t* s = context->common.subdata + 8 * nrof_channels * blkstart; in OI_SBC_SynthFrame_4SB()
332 if (nrof_channels == 2) { in OI_SBC_SynthFrame_4SB()
342 for (ch = 0; ch < nrof_channels; ch++) { in OI_SBC_SynthFrame_4SB()
360 OI_UINT nrof_channels = context->common.frameInfo.nrof_channels; in OI_SBC_SynthFrame_Enhanced() local
363 int32_t* s = context->common.subdata + 8 * nrof_channels * blkstart; in OI_SBC_SynthFrame_Enhanced()
[all …]
Ddecoder-private.c109 frame->nrof_channels = channel_values[frame->mode]; in OI_SBC_ReadHeader()
133 OI_UINT i = common->frameInfo.nrof_subbands * common->frameInfo.nrof_channels; in OI_SBC_ReadScalefactors()
188 common->frameInfo.nrof_channels * common->frameInfo.nrof_subbands / 4; in OI_SBC_ReadSamples()
Dframing-sbc.c51 printf(" channels: %d\n", frameInfo->nrof_channels); in OI_CODEC_SBC_DumpConfig()
Dframing.c216 OI_UINT count = (frame->nrof_subbands * frame->nrof_channels / 2u) + 4; in OI_SBC_CalculateChecksum()
240 frame->nrof_channels = channel_values[frame->mode]; in OI_SBC_ExpandFrameFields()
Ddecoder-oina.c86 if (context->common.frameInfo.nrof_channels >= context->common.pcmStride) { in OI_CODEC_SBC_DecoderConfigureRaw()
Ddecoder-sbc.c170 if (context->common.frameInfo.nrof_channels == 1 && in DecodeBody()
275 if (context->common.frameInfo.nrof_channels > context->common.maxChannels) { in OI_CODEC_SBC_DecodeFrame()
Dbitalloc.c89 SBC_HEADER_LEN + frame->nrof_subbands * frame->nrof_channels / 2; in OI_SBC_CalculateFrameAndHeaderlen()
/system/bt/embdrv/sbc/decoder/include/
Doi_codec_sbc.h174 uint8_t nrof_channels; /**< The number of channels of the encoded stream. */ member