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.c262 OI_UINT nrof_channels = context->common.frameInfo.nrof_channels; in OI_SBC_SynthFrame_80() local
265 OI_INT32 *s = context->common.subdata + 8 * nrof_channels * blkstart; in OI_SBC_SynthFrame_80()
271 if (nrof_channels == 2) { in OI_SBC_SynthFrame_80()
279 for (ch = 0; ch < nrof_channels; ch++) { in OI_SBC_SynthFrame_80()
293 OI_UINT nrof_channels = context->common.frameInfo.nrof_channels; in OI_SBC_SynthFrame_4SB() local
296 OI_INT32 *s = context->common.subdata + 8 * nrof_channels * blkstart; in OI_SBC_SynthFrame_4SB()
302 if (nrof_channels == 2) { in OI_SBC_SynthFrame_4SB()
309 for (ch = 0; ch < nrof_channels; ch++) { in OI_SBC_SynthFrame_4SB()
327 OI_UINT nrof_channels = context->common.frameInfo.nrof_channels; in OI_SBC_SynthFrame_Enhanced() local
330 OI_INT32 *s = context->common.subdata + 8 * nrof_channels * blkstart; in OI_SBC_SynthFrame_Enhanced()
[all …]
Ddecoder-private.c111 frame->nrof_channels = channel_values[frame->mode]; in OI_SBC_ReadHeader()
138 OI_UINT i = common->frameInfo.nrof_subbands * common->frameInfo.nrof_channels; in OI_SBC_ReadScalefactors()
187 … const OI_UINT iter_count = common->frameInfo.nrof_channels * common->frameInfo.nrof_subbands / 4; in OI_SBC_ReadSamples()
Dframing-sbc.c47 printf(" channels: %d\n", frameInfo->nrof_channels); in OI_CODEC_SBC_DumpConfig()
Dframing.c177 OI_UINT count = (frame->nrof_subbands * frame->nrof_channels / 2u) + 4; in OI_SBC_CalculateChecksum()
202 frame->nrof_channels = channel_values[frame->mode]; in OI_SBC_ExpandFrameFields()
Ddecoder-oina.c92 if (context->common.frameInfo.nrof_channels >= context->common.pcmStride) { in OI_CODEC_SBC_DecoderConfigureRaw()
Ddecoder-sbc.c164 if (context->common.frameInfo.nrof_channels == 1 && context->common.pcmStride == 2) { in DecodeBody()
270 if (context->common.frameInfo.nrof_channels > context->common.maxChannels) { in OI_CODEC_SBC_DecodeFrame()
Dbitalloc.c86 OI_UINT headerLen = SBC_HEADER_LEN + frame->nrof_subbands * frame->nrof_channels/2; in OI_SBC_CalculateFrameAndHeaderlen()
/system/bt/embdrv/sbc/decoder/include/
Doi_codec_sbc.h139 OI_UINT8 nrof_channels; /**< The number of channels of the encoded stream. */ member