HomeSort by relevance Sort by last modified time
    Searched refs:OnVideoFrame (Results 1 - 4 of 4) sorted by null

  /external/webrtc/talk/media/base/
capturerenderadapter.h 77 void OnVideoFrame(VideoCapturer* capturer, const VideoFrame* video_frame);
capturerenderadapter.cc 43 // outstanding calls to OnVideoFrame will be done when this is done, and no
48 // OnVideoFrame is running.
94 &CaptureRenderAdapter::OnVideoFrame);
97 void CaptureRenderAdapter::OnVideoFrame(VideoCapturer* capturer,
videocapturer_unittest.cc 59 capturer_.SignalVideoFrame.connect(this, &VideoCapturerTest::OnVideoFrame);
69 void OnVideoFrame(cricket::VideoCapturer*, const cricket::VideoFrame* frame) {
734 // provide OnVideoFrame-callbacks since they require cricket::CapturedFrame to
    [all...]
  /external/webrtc/talk/app/webrtc/
remotevideocapturer_unittest.cc 55 this, &RemoteVideoCapturerTest::OnVideoFrame);
80 void OnVideoFrame(VideoCapturer* capturer, const VideoFrame* frame) {

Completed in 123 milliseconds