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

  /external/webrtc/webrtc/video/
video_capture_input.h 61 void IncomingCapturedFrame(const VideoFrame& video_frame) override;
video_capture_input.cc 70 void VideoCaptureInput::IncomingCapturedFrame(const VideoFrame& video_frame) {
video_capture_input_unittest.cc 78 input_->IncomingCapturedFrame(*frame);
video_quality_test.cc 135 void IncomingCapturedFrame(const VideoFrame& video_frame) override {
147 input_->IncomingCapturedFrame(video_frame);
    [all...]
end_to_end_tests.cc 174 video_send_stream_->Input()->IncomingCapturedFrame(
223 video_send_stream_->Input()->IncomingCapturedFrame(
904 video_send_stream_->Input()->IncomingCapturedFrame(
    [all...]
video_send_stream_tests.cc     [all...]
  /external/webrtc/webrtc/test/
frame_generator_capturer.cc 110 input_->IncomingCapturedFrame(*frame);
vcm_capturer.cc 101 input_->IncomingCapturedFrame(frame);
  /external/webrtc/webrtc/
video_send_stream.h 42 virtual void IncomingCapturedFrame(const VideoFrame& video_frame) = 0;
  /external/webrtc/talk/media/webrtc/
fakewebrtccall.h 137 void IncomingCapturedFrame(const webrtc::VideoFrame& frame) override;
fakewebrtccall.cc 164 void FakeVideoSendStream::IncomingCapturedFrame(
webrtcvideoengine2.cc     [all...]

Completed in 388 milliseconds