Home
last modified time | relevance | path

Searched refs:desired_format (Results 1 – 5 of 5) 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/opencv3/modules/videoio/src/
Dcap_unicap.cpp77 desired_format = 0; in init()
94 int desired_format; member
146 if (!SUCCESS(unicap_enumerate_formats(handle, &format_spec, &format, desired_format))) { in initDevice()
258 return desired_format; in getProperty()
291 desired_format = id; in setProperty()
317 desired_format = 0; in open()
/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()