Searched refs:OnVideoFrame (Results 1 – 4 of 4) sorted by relevance
94 &CaptureRenderAdapter::OnVideoFrame); in Init()97 void CaptureRenderAdapter::OnVideoFrame(VideoCapturer* capturer, in OnVideoFrame() function in cricket::CaptureRenderAdapter
77 void OnVideoFrame(VideoCapturer* capturer, const VideoFrame* video_frame);
59 capturer_.SignalVideoFrame.connect(this, &VideoCapturerTest::OnVideoFrame); in VideoCapturerTest()69 void OnVideoFrame(cricket::VideoCapturer*, const cricket::VideoFrame* frame) { in OnVideoFrame() function in VideoCapturerTest
55 this, &RemoteVideoCapturerTest::OnVideoFrame); in SetUp()80 void OnVideoFrame(VideoCapturer* capturer, const VideoFrame* frame) { in OnVideoFrame() function in RemoteVideoCapturerTest