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 275 const cricket::VideoFormat& GetBestCaptureFormat(
446 format_ = GetBestCaptureFormat(formats);
  /external/chromium_org/content/renderer/media/
rtc_video_capturer.cc 82 bool RtcVideoCapturer::GetBestCaptureFormat(const cricket::VideoFormat& desired,
video_destination_handler.cc 65 bool PpFrameWriter::GetBestCaptureFormat(const VideoFormat& desired,
68 LOG(ERROR) << "PpFrameWriter::GetBestCaptureFormat - "
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
mutedvideocapturer.cc 101 bool MutedVideoCapturer::GetBestCaptureFormat(const VideoFormat& desired,
videocapturer.cc 228 bool VideoCapturer::GetBestCaptureFormat(const VideoFormat& format,
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcvideocapturer.cc 224 bool WebRtcVideoCapturer::GetBestCaptureFormat(const VideoFormat& desired,
230 if (!VideoCapturer::GetBestCaptureFormat(desired, best_format)) {

Completed in 66 milliseconds