Searched defs:shouldDrop (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/omx/
H A DFrameDropper.cpp46 bool FrameDropper::shouldDrop(int64_t timeUs) { function in class:android::FrameDropper
/frameworks/av/media/libstagefright/omx/tests/
H A DFrameDropper_test.cpp30 bool shouldDrop; member in struct:android::TestFrame
105 EXPECT_EQ(frames[i].shouldDrop, mFrameDropper->shouldDrop(testTimeUs));

Completed in 1002 milliseconds