Searched refs:_captureVideoDeviceInput (Results 1 – 2 of 2) sorted by relevance
39 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]) {
41 QTCaptureDeviceInput* _captureVideoDeviceInput; variable