Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/codec2/components/aac/
H A DC2SoftAacDec.cpp922 size_t numSamplesInOutput = mStreamInfo->frameSize * mStreamInfo->numChannels; in process() local
923 if (numSamplesInOutput > 0) { in process()
924 size_t actualOutputPortDelay = (outputDelay + numSamplesInOutput - 1) / numSamplesInOutput; in process()