HomeSort by relevance Sort by last modified time
    Searched full:capture_device_ (Results 1 - 2 of 2) sorted by null

  /external/webrtc/webrtc/modules/video_capture/ios/
video_capture_ios.mm 33 capture_device_ = nil;
38 [capture_device_ stopCapture];
39 capture_device_ = nil;
60 capture_module->capture_device_ =
63 if (!capture_module->capture_device_) {
67 if (![capture_module->capture_device_ setCaptureDeviceByUniqueId:[
79 if (![capture_device_ startCaptureWithCapability:capability]) {
89 if (![capture_device_ stopCapture]) {
video_capture_ios.h 35 RTCVideoCaptureIosObjC* capture_device_; member in class:webrtc::videocapturemodule::VideoCaptureIos

Completed in 188 milliseconds