Home | History | Annotate | Download | only in src

Lines Matching full:nchannels

455   config->codecSettings.nChannels = numChannels;
1030 INT nEnvCh = hSbrElement->sbrConfigData.nChannels;
1069 for (ch = 0; ch < hSbrElement->sbrConfigData.nChannels; ch++) {
1140 } /* hEnvEncoder->sbrConfigData.nChannels */
1225 int nChannels = hSbrElement->sbrConfigData.nChannels;
1227 for (ch = 0; ch < nChannels; ch++) {
1497 INT nChannels, INT supportPS) {
1539 for (i = 0; i < nChannels; i++) {
1552 for (i = 0; i < fixMax(nChannels, (supportPS) ? 2 : 0); i++) {
1668 if ((params->codecSettings.nChannels < 1) ||
1669 (params->codecSettings.nChannels > MAX_NUM_CHANNELS)) {
1703 hSbrElement->sbrConfigData.nChannels = params->codecSettings.nChannels;
1705 if (params->codecSettings.nChannels == 2) {
1802 for (ch = 0; ch < hSbrElement->sbrConfigData.nChannels; ch++) {
1809 } /* nChannels */
1814 : hSbrElement->sbrConfigData.nChannels);
1846 hSbrElement->CmonData.sbrNumChannels = hSbrElement->sbrConfigData.nChannels;
1877 timeBuffer + hEnvEnc->downsampledOffset / hEnvEnc->nChannels,
2159 hSbrEncoder->nChannels = *numChannels;
2394 samples + hSbrEncoder->downsampledOffset / hSbrEncoder->nChannels,
2402 samples + hSbrEncoder->downsampledOffset / hSbrEncoder->nChannels,
2403 samplesBufSize, hSbrEncoder->nChannels, &sbrDataBits[el], sbrData[el], 0);
2413 int nd = hSbrEncoder->downmixSize / hSbrEncoder->nChannels;
2415 for (c = 0; c < hSbrEncoder->nChannels; c++) {
2420 (hSbrEncoder->downsampledOffset / hSbrEncoder->nChannels));
2425 for (c = 0; c < hSbrEncoder->nChannels; c++) {
2430 sizeof(INT_PCM) * hSbrEncoder->bufferOffset / hSbrEncoder->nChannels);