Searched refs:DecodedFrameTap (Results 1 – 4 of 4) sorted by relevance
174 DecodedFrameTap::DecodedFrameTap(Clock* clock, in DecodedFrameTap() function in webrtc::test::DecodedFrameTap181 void DecodedFrameTap::OnFrame(const VideoFrame& frame) { in OnFrame()
121 class DecodedFrameTap : public rtc::VideoSinkInterface<VideoFrame> {123 DecodedFrameTap(Clock* clock, VideoFrameMatcher* matcher, int layer_id);
560 std::make_unique<DecodedFrameTap>(receiver_->clock_, matcher, i)); in ReceiveVideoStream()
105 DecodedFrameTap decode_tap_;