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

/frameworks/av/media/libstagefright/omx/tests/
H A DFrameDropper_test.cpp102 int64_t testTimeUs = frames[i].timeUs + jitter; local
104 (long long)frames[i].timeUs, (long long)testTimeUs, jitter);
105 EXPECT_EQ(frames[i].shouldDrop, mFrameDropper->shouldDrop(testTimeUs));

Completed in 249 milliseconds