Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/video_capture/windows/
Dvideo_capture_ds.cc261 bool isDVCamera = false; in SetCameraOutput() local
300 isDVCamera = true; // This is a DV camera. Use MS DV filter in SetCameraOutput()
311 if (isDVCamera) in SetCameraOutput()