Home
last modified time | relevance | path

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

/hardware/google/av/media/codecs/aac/
DC2SoftAacDec.cpp684 int32_t outputDelay = mStreamInfo->outputDelay * mStreamInfo->numChannels; in process() local
688 if (!eos && mOutputDelayCompensated < outputDelay) { in process()
690 int32_t toCompensate = outputDelay - mOutputDelayCompensated; in process()