Home
last modified time | relevance | path

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

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