Home
last modified time | relevance | path

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

/external/webrtc/test/scenario/
Dvideo_frame_matcher.h55 using DecodedFrame = rtc::RefCountedObject<DecodedFrameBase>; variable
62 rtc::scoped_refptr<DecodedFrame> best_decode;
68 rtc::scoped_refptr<DecodedFrame> last_decode;
Dvideo_frame_matcher.cc65 rtc::scoped_refptr<DecodedFrame> decoded(new DecodedFrame{}); in OnDecodedFrame()