Searched refs:desired_format (Results 1 – 4 of 4) sorted by relevance
47 void AddCaptureResolution(const VideoFormat& desired_format);100 const VideoFormat& desired_format) { in AddCaptureResolution() argument104 if (desired_format == iter->video_format) { in AddCaptureResolution()109 CaptureResolutionInfo capture_resolution = { desired_format, 1 }; in AddCaptureResolution()184 const VideoFormat& desired_format) { in StartVideoCapture() argument186 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() argument245 if (!StartVideoCapture(video_capturer, desired_format)) { in RestartVideoCapture()[all …]
69 const VideoFormat& desired_format);79 const VideoFormat& desired_format,
156 const VideoFormat& desired_format,
496 const VideoFormat& desired_format, in RestartVideoCapture() argument500 video_capturer, previous_format, desired_format, options)); in RestartVideoCapture()