Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/components/aac/
DC2SoftAacDec.cpp948 size_t numSamplesInOutput = mStreamInfo->frameSize * mStreamInfo->numChannels; in process() local
949 if (numSamplesInOutput > 0) { in process()
950 size_t actualOutputPortDelay = (outputDelay + numSamplesInOutput - 1) / numSamplesInOutput; in process()