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

/frameworks/av/media/libstagefright/omx/tests/
H A DOMXHarness.cpp527 static bool CloseEnough(int64_t time1Us, int64_t time2Us) { argument
529 int64_t diff = time1Us - time2Us;
536 return time1Us == time2Us;

Completed in 72 milliseconds