Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/libstagefright/
H A DVideoFrameSchedulerBase.cpp51 static const int64_t kErrorThreshold = (1 << (kPrecision * 2)) / 10; variable
308 if (err < kErrorThreshold) { in addSample()