Home
last modified time | relevance | path

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

/external/aac/libSACenc/src/
Dsacenc_lib.cpp869 const INT nSamplesPerChannel = samplesToFeed / nChInWithDmx; in __FeedDeinterPreScale() local
907 nSamplesPerChannel - hEnc->nInputDelay); in __FeedDeinterPreScale()
918 (nSamplesPerChannel - hEnc->nInputDelay) * sizeof(INT_PCM)); in __FeedDeinterPreScale()
1001 const int nSamplesPerChannel = inargs->nInputSamples / nChInWithDmx; in FDK_sacenc_encode() local
1002 const int nOutputSamplesMax = nSamplesPerChannel * nChOut; in FDK_sacenc_encode()