Searched refs:nContentCh (Results 1 – 1 of 1) sorted by relevance
2393 int nContentCh = 0; /* Number of channels with content */ in pcmDmx_ApplyFrame() local2452 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()[all …]