Searched refs:toCompensate (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/codecs/aacdec/
H A DSoftAAC2.cpp790 int32_t toCompensate = outputDelay - mOutputDelayCompensated; local
792 if (discard > toCompensate) {
793 discard = toCompensate;

Completed in 38 milliseconds