Home
last modified time | relevance | path

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

/external/webrtc/test/scenario/
Dvideo_frame_matcher.h56 struct CapturedFrame { struct
67 std::deque<CapturedFrame> captured_frames; argument
71 void HandleMatch(CapturedFrame captured, int layer_id);
Dvideo_frame_matcher.cc41 CapturedFrame captured; in OnCapturedFrame()
49 CapturedFrame copy = captured; in OnCapturedFrame()
104 void VideoFrameMatcher::HandleMatch(VideoFrameMatcher::CapturedFrame captured, in HandleMatch()