Home
last modified time | relevance | path

Searched refs:_captureVideoDeviceInput (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/webrtc/modules/video_capture/mac/qtkit/
Dvideo_capture_qtkit_objc.mm39 if (_captureVideoDeviceInput) {
40 if ([[_captureVideoDeviceInput device] isOpen])
41 [[_captureVideoDeviceInput device] close];
43 [_captureVideoDeviceInput release];
104 if (_captureVideoDeviceInput) {
105 [_captureVideoDeviceInput release];
107 _captureVideoDeviceInput =
110 if (![_captureSession addInput:_captureVideoDeviceInput error:&error]) {
Dvideo_capture_qtkit_objc.h41 QTCaptureDeviceInput* _captureVideoDeviceInput; variable