Home
last modified time | relevance | path

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

/external/webrtc/talk/media/base/
Dcapturemanager.cc47 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()
[all …]
Dcapturemanager.h69 const VideoFormat& desired_format);
79 const VideoFormat& desired_format,
/external/webrtc/talk/session/media/
Dchannelmanager.h156 const VideoFormat& desired_format,
Dchannelmanager.cc496 const VideoFormat& desired_format, in RestartVideoCapture() argument
500 video_capturer, previous_format, desired_format, options)); in RestartVideoCapture()