Home
last modified time | relevance | path

Searched refs:nContentCh (Results 1 – 1 of 1) sorted by relevance

/external/aac/libPCMutils/src/
Dpcmdmx_lib.cpp2365 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()
[all …]