Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/codecs/aacdec/
DSoftAAC2.cpp962 int32_t toCompensate = outputDelay - mOutputDelayCompensated; in onQueueFilled() local
964 if (discard > toCompensate) { in onQueueFilled()
965 discard = toCompensate; in onQueueFilled()
/frameworks/av/media/codec2/components/aac/
DC2SoftAacDec.cpp975 int32_t toCompensate = outputDelay - mOutputDelayCompensated; in process() local
977 if (discard > toCompensate) { in process()
978 discard = toCompensate; in process()