HomeSort by relevance Sort by last modified time
    Searched refs:desired_format (Results 1 - 5 of 5) sorted by null

  /external/webrtc/talk/media/base/
capturemanager.cc 47 void AddCaptureResolution(const VideoFormat& desired_format);
100 const VideoFormat& desired_format) {
104 if (desired_format == iter->video_format) {
109 CaptureResolutionInfo capture_resolution = { desired_format, 1 };
184 const VideoFormat& desired_format) {
186 if (desired_format.width == 0 || desired_format.height == 0) {
200 capture_state->AddCaptureResolution(desired_format);
208 capture_state->AddCaptureResolution(desired_format);
237 const VideoFormat& desired_format,
    [all...]
capturemanager.h 69 const VideoFormat& desired_format);
79 const VideoFormat& desired_format,
  /external/opencv3/modules/videoio/src/
cap_unicap.cpp 77 desired_format = 0;
94 int desired_format; member in struct:CvCapture_Unicap
146 if (!SUCCESS(unicap_enumerate_formats(handle, &format_spec, &format, desired_format))) {
258 return desired_format;
291 desired_format = id;
317 desired_format = 0;
  /external/webrtc/talk/session/media/
channelmanager.h 156 const VideoFormat& desired_format,
channelmanager.cc 496 const VideoFormat& desired_format,
500 video_capturer, previous_format, desired_format, options));

Completed in 692 milliseconds