Searched refs:ViEExternalCapture (Results 1 – 13 of 13) sorted by relevance
23 class ViEExternalCapture; variable31 explicit ViEFileCaptureDevice(webrtc::ViEExternalCapture* input_sink);47 webrtc::ViEExternalCapture* input_sink_;
100 class WEBRTC_DLLEXPORT ViEExternalCapture {102 ViEExternalCapture() {} in ViEExternalCapture() function103 virtual ~ViEExternalCapture() {} in ~ViEExternalCapture()179 ViEExternalCapture *&external_capture) = 0;
31 class ViEExternalCapture; variable77 int CreateExternalCaptureDevice(ViEExternalCapture*& external_capture,
40 int& capture_id, ViEExternalCapture *&external_capture);
45 public ViEExternalCapture,
289 ViEExternalCapture*& external_capture, in CreateExternalCaptureDevice()
97 int& capture_id, ViEExternalCapture*& external_capture) { in AllocateExternalCaptureDevice()
34 class ViEExternalCapture; variable88 ViEExternalCapture* external_capture_;
49 webrtc::ViEExternalCapture* externalCapture; in StartCameraInNewThread()
42 webrtc::ViEExternalCapture* input_sink) in ViEFileCaptureDevice()
56 class ViEExternalCapture; variable
345 class Capturer : public webrtc::ViEExternalCapture {835 (int& capture_id, webrtc::ViEExternalCapture*& capture)) {
596 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()