Home
last modified time | relevance | path

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

/external/aac/libPCMutils/include/
Dpcmdmx_lib.h436 const int pcmBufSize, UINT frameSize,
/external/aac/libPCMutils/src/
Dpcmdmx_lib.cpp2061 const int pcmBufSize, UINT frameSize, in pcmDmx_ApplyFrame() argument
2139 if ((UINT)pcmBufSize < (UINT)numOutChannels * frameSize) { in pcmDmx_ApplyFrame()
2319 FDK_ASSERT(pOutPcm[outCh] < &pPcmBuf[pcmBufSize]); in pcmDmx_ApplyFrame()