HomeSort by relevance Sort by last modified time
    Searched defs:GetBestCaptureFormat (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
remotevideocapturer.cc 75 bool RemoteVideoCapturer::GetBestCaptureFormat(
videosource_unittest.cc 97 virtual bool GetBestCaptureFormat(const cricket::VideoFormat& desired,
103 return FakeVideoCapturer::GetBestCaptureFormat(desired,
videosource.cc 250 const cricket::VideoFormat& GetBestCaptureFormat(
422 format_ = GetBestCaptureFormat(formats);
  /external/chromium_org/remoting/host/
cast_video_capturer_adapter.cc 64 bool CastVideoCapturerAdapter::GetBestCaptureFormat(
  /external/chromium_org/content/renderer/media/webrtc/
webrtc_video_capturer_adapter.cc 66 bool WebRtcVideoCapturerAdapter::GetBestCaptureFormat(
70 DVLOG(3) << " GetBestCaptureFormat:: "
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcvideocapturer.cc 232 bool WebRtcVideoCapturer::GetBestCaptureFormat(const VideoFormat& desired,
238 if (!VideoCapturer::GetBestCaptureFormat(desired, best_format)) {
  /external/chromium_org/content/renderer/media/
media_stream_video_source.cc 325 void GetBestCaptureFormat(
513 GetBestCaptureFormat(filtered_formats,
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
videocapturer.cc 256 bool VideoCapturer::GetBestCaptureFormat(const VideoFormat& format,

Completed in 241 milliseconds