Searched refs:nrof_channels (Results 1 – 8 of 8) sorted by relevance
281 OI_UINT nrof_channels = context->common.frameInfo.nrof_channels; in OI_SBC_SynthFrame_80() local284 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() local323 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() local363 int32_t* s = context->common.subdata + 8 * nrof_channels * blkstart; in OI_SBC_SynthFrame_Enhanced()[all …]
109 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()
51 printf(" channels: %d\n", frameInfo->nrof_channels); in OI_CODEC_SBC_DumpConfig()
216 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()
86 if (context->common.frameInfo.nrof_channels >= context->common.pcmStride) { in OI_CODEC_SBC_DecoderConfigureRaw()
170 if (context->common.frameInfo.nrof_channels == 1 && in DecodeBody()275 if (context->common.frameInfo.nrof_channels > context->common.maxChannels) { in OI_CODEC_SBC_DecodeFrame()
89 SBC_HEADER_LEN + frame->nrof_subbands * frame->nrof_channels / 2; in OI_SBC_CalculateFrameAndHeaderlen()
174 uint8_t nrof_channels; /**< The number of channels of the encoded stream. */ member