Home
last modified time | relevance | path

Searched refs:ViEExternalCapture (Results 1 – 13 of 13) sorted by relevance

/external/chromium_org/third_party/webrtc/video_engine/test/libvietest/include/
Dvie_file_capture_device.h23 class ViEExternalCapture; variable
31 explicit ViEFileCaptureDevice(webrtc::ViEExternalCapture* input_sink);
47 webrtc::ViEExternalCapture* input_sink_;
/external/chromium_org/third_party/webrtc/video_engine/include/
Dvie_capture.h100 class WEBRTC_DLLEXPORT ViEExternalCapture {
102 ViEExternalCapture() {} in ViEExternalCapture() function
103 virtual ~ViEExternalCapture() {} in ~ViEExternalCapture()
179 ViEExternalCapture *&external_capture) = 0;
/external/chromium_org/third_party/webrtc/video_engine/
Dvie_input_manager.h31 class ViEExternalCapture; variable
77 int CreateExternalCaptureDevice(ViEExternalCapture*& external_capture,
Dvie_capture_impl.h40 int& capture_id, ViEExternalCapture *&external_capture);
Dvie_capturer.h45 public ViEExternalCapture,
Dvie_input_manager.cc289 ViEExternalCapture*& external_capture, in CreateExternalCaptureDevice()
Dvie_capture_impl.cc97 int& capture_id, ViEExternalCapture*& external_capture) { in AllocateExternalCaptureDevice()
/external/chromium_org/third_party/webrtc/video/
Dvideo_send_stream.h34 class ViEExternalCapture; variable
88 ViEExternalCapture* external_capture_;
/external/chromium_org/third_party/webrtc/video_engine/test/libvietest/helpers/
Dvie_fake_camera.cc49 webrtc::ViEExternalCapture* externalCapture; in StartCameraInNewThread()
Dvie_file_capture_device.cc42 webrtc::ViEExternalCapture* input_sink) in ViEFileCaptureDevice()
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
Dwebrtcvideoengine.h56 class ViEExternalCapture; variable
Dfakewebrtcvideoengine.h345 class Capturer : public webrtc::ViEExternalCapture {
835 (int& capture_id, webrtc::ViEExternalCapture*& capture)) {
Dwebrtcvideoengine.cc596 webrtc::ViEExternalCapture* external_capture, in WebRtcVideoChannelSendInfo()
622 webrtc::ViEExternalCapture* external_capture() { return external_capture_; } in external_capture()
833 webrtc::ViEExternalCapture* external_capture_;
3490 webrtc::ViEExternalCapture* external_capture = NULL; in ConfigureSending()