Searched defs:measured (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/jni/android/graphics/
H A DPaint.cpp655 float measured = 0; local
665 if (measured + width > maxWidth) {
672 measured += width;
678 array[0] = measured;
/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3Device.cpp407 nsecs_t bestGap, measured; local
415 measured = tbase - ((tmono + tmono2) >> 1);
418 return measured;
/frameworks/av/services/audioflinger/
H A DThreads.cpp286 nsecs_t bestGap, measured; local
294 measured = tbase - ((tmono + tmono2) >> 1);
304 if (llabs(*offset - measured) > toleranceNs) {
306 (long long)*offset, (long long)measured);
307 *offset = measured;

Completed in 393 milliseconds