Lines Matching refs:nContentCh
2365 int nContentCh = 0; /* Number of channels with content */ in pcmDmx_ApplyFrame() local
2424 pIn[nContentCh] = in pcmDmx_ApplyFrame()
2426 pOut[nContentCh] = &pPcmBuf[outOffsetTable[ch] * offset + in pcmDmx_ApplyFrame()
2433 nContentCh += 1; in pcmDmx_ApplyFrame()
2452 pIn[nContentCh] = &pPcmBuf[inOffsetTable[ch] * offset + in pcmDmx_ApplyFrame()
2454 pOut[nContentCh] = &pPcmBuf[outOffsetTable[outCh] * offset + in pcmDmx_ApplyFrame()
2464 nContentCh += 1; in pcmDmx_ApplyFrame()
2470 pOut[nContentCh + nEmptyCh] = &pPcmBuf[outOffsetTable[ch] * offset + in pcmDmx_ApplyFrame()
2481 for (ch = nContentCh; ch < numOutChannels; ch += 1) { in pcmDmx_ApplyFrame()
2494 for (ch = 0; ch < nContentCh; ch += 1) { in pcmDmx_ApplyFrame()
2499 for (ch = 0; ch < nContentCh; ch += 1) { in pcmDmx_ApplyFrame()
2507 for (ch = nContentCh; ch < numOutChannels; ch += 1) { in pcmDmx_ApplyFrame()