Lines Matching refs:desired_format
47 void AddCaptureResolution(const VideoFormat& desired_format);
100 const VideoFormat& desired_format) { in AddCaptureResolution() argument
104 if (desired_format == iter->video_format) { in AddCaptureResolution()
109 CaptureResolutionInfo capture_resolution = { desired_format, 1 }; in AddCaptureResolution()
184 const VideoFormat& desired_format) { in StartVideoCapture() argument
186 if (desired_format.width == 0 || desired_format.height == 0) { in StartVideoCapture()
200 capture_state->AddCaptureResolution(desired_format); in StartVideoCapture()
208 capture_state->AddCaptureResolution(desired_format); in StartVideoCapture()
237 const VideoFormat& desired_format, in RestartVideoCapture() argument
245 if (!StartVideoCapture(video_capturer, desired_format)) { in RestartVideoCapture()
247 "desired_format=" << desired_format.ToString(); in RestartVideoCapture()
255 StopVideoCapture(video_capturer, desired_format); in RestartVideoCapture()