Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/omx/tests/
DOMXHarness.cpp574 static bool CloseEnough(int64_t time1Us, int64_t time2Us) { in CloseEnough() argument
576 int64_t diff = time1Us - time2Us; in CloseEnough()
583 return time1Us == time2Us; in CloseEnough()