Searched refs:frame1 (Results 1 – 2 of 2) sorted by relevance
/frameworks/native/services/inputflinger/tests/ |
D | InputClassifier_test.cpp | 247 TouchVideoFrame frame1(2, 2, std::move(videoData1), timestamp1); in TEST_F() local 253 motionArgs.videoFrames = {frame1, frame2}; in TEST_F()
|
D | InputReader_test.cpp | 6970 TouchVideoFrame frame1(3, 2, {1, 2, 3, 4, 5, 6}, {1, 2}); in TEST_F() local 6973 std::vector<TouchVideoFrame> frames{frame1, frame2, frame3}; in TEST_F()
|