OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:OnVideoFrame
(Results
1 - 3
of
3
) sorted by null
/external/webrtc/talk/media/base/
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