Searched refs:videoData1 (Results 1 – 1 of 1) sorted by relevance
224 std::vector<int16_t> videoData1 = {1, 2, 3, 4}; in TEST_F() local226 TouchVideoFrame frame1(2, 2, std::move(videoData1), timestamp1); in TEST_F()