Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/tests/aidl/
DGraphicsTracker_test.cpp412 FrameQueue frameQueue; in TEST_F() local
413 std::thread queueThread(&GraphicsTrackerTest::queueBuffer, this, &frameQueue); in TEST_F()
428 ASSERT_TRUE(frameQueue.queueItem(buf1, fence1)); in TEST_F()
429 ASSERT_TRUE(frameQueue.queueItem(buf2, fence2)); in TEST_F()
431 frameQueue.stop(true); in TEST_F()
470 FrameQueue frameQueue; in TEST_F() local
471 std::thread queueThread(&GraphicsTrackerTest::queueBuffer, this, &frameQueue); in TEST_F()
493 if (!frameQueue.queueItem(buf, fence)) { in TEST_F()
500 frameQueue.stop(true); in TEST_F()
577 FrameQueue frameQueue; in TEST_F() local
[all …]