Lines Matching refs:nContentCh
2393 int nContentCh = 0; /* Number of channels with content */ in pcmDmx_ApplyFrame() local
2452 pIn[nContentCh] = in pcmDmx_ApplyFrame()
2454 pOut[nContentCh] = &pPcmBuf[outOffsetTable[ch] * offset + in pcmDmx_ApplyFrame()
2461 nContentCh += 1; in pcmDmx_ApplyFrame()
2480 pIn[nContentCh] = &pPcmBuf[inOffsetTable[ch] * offset + in pcmDmx_ApplyFrame()
2482 pOut[nContentCh] = &pPcmBuf[outOffsetTable[outCh] * offset + in pcmDmx_ApplyFrame()
2492 nContentCh += 1; in pcmDmx_ApplyFrame()
2498 pOut[nContentCh + nEmptyCh] = &pPcmBuf[outOffsetTable[ch] * offset + in pcmDmx_ApplyFrame()
2509 for (ch = nContentCh; ch < numOutChannels; ch += 1) { in pcmDmx_ApplyFrame()
2522 for (ch = 0; ch < nContentCh; ch += 1) { in pcmDmx_ApplyFrame()
2527 for (ch = 0; ch < nContentCh; ch += 1) { in pcmDmx_ApplyFrame()
2535 for (ch = nContentCh; ch < numOutChannels; ch += 1) { in pcmDmx_ApplyFrame()