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

  /external/webrtc/webrtc/modules/video_capture/windows/
video_capture_ds.h 73 IPin* _inputDvPin;
video_capture_ds.cc 29 _inputDvPin(NULL), _outputDvPin(NULL)
57 RELEASE_AND_CLEAR(_inputDvPin);
338 _graphBuilder->Disconnect(_inputDvPin);
371 _inputDvPin = GetInputPin(_dvFilter);
372 if (_inputDvPin == NULL)
386 hr = _graphBuilder->ConnectDirect(_outputCapturePin, _inputDvPin, NULL);

Completed in 37 milliseconds