Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/tests/
DInputClassifier_test.cpp247 TouchVideoFrame frame1(2, 2, std::move(videoData1), timestamp1); in TEST_F() local
253 motionArgs.videoFrames = {frame1, frame2}; in TEST_F()
DInputReader_test.cpp6970 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()