Searched refs:videoFrames (Results 1 – 5 of 5) sorted by relevance
97 const std::vector<TouchVideoFrame>& videoFrames) : in NotifyMotionArgs() argument105 videoFrames(videoFrames) { in NotifyMotionArgs()120 videoFrames(other.videoFrames) { in NotifyMotionArgs()148 && videoFrames == rhs.videoFrames; in operator ==()
379 event.frames = convertVideoFrames(args.videoFrames); in notifyMotionArgsToHalMotionEvent()
176 motionArgs.videoFrames = {frame}; in TEST_F()197 motionArgs.videoFrames = {frame1, frame2}; in TEST_F()
504 std::vector<TouchVideoFrame>> videoFrames) { in setVideoFrames() argument505 mVideoFrames = std::move(videoFrames); in setVideoFrames()6445 ASSERT_EQ(frames, motionArgs.videoFrames); in TEST_F()6453 ASSERT_EQ(std::vector<TouchVideoFrame>(), motionArgs.videoFrames); in TEST_F()6477 ASSERT_EQ(frames, motionArgs.videoFrames); in TEST_F()6501 ASSERT_EQ(frames, motionArgs.videoFrames); in TEST_F()
123 std::vector<TouchVideoFrame> videoFrames; member134 const std::vector<TouchVideoFrame>& videoFrames);