Home
last modified time | relevance | path

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

/external/webrtc/talk/media/base/
Dcapturemanager.cc264 VideoFormat highest_asked_format = in RestartVideoCapture() local
267 if (video_capturer->GetBestCaptureFormat(highest_asked_format, in RestartVideoCapture()
275 << highest_asked_format.ToString(); in RestartVideoCapture()
361 VideoFormat highest_asked_format = in StartWithBestCaptureFormat() local
364 if (!video_capturer->GetBestCaptureFormat(highest_asked_format, in StartWithBestCaptureFormat()
367 << " width=" << highest_asked_format.width in StartWithBestCaptureFormat()
368 << " height=" << highest_asked_format.height in StartWithBestCaptureFormat()