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

  /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/app/webrtc/
localvideosource_unittest.cc 96 virtual bool GetBestCaptureFormat(const cricket::VideoFormat& desired,
102 return FakeVideoCapturer::GetBestCaptureFormat(desired,
localvideosource.cc 270 const cricket::VideoFormat& GetBestCaptureFormat(
404 format_ = GetBestCaptureFormat(formats);
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
mutedvideocapturer.cc 101 bool MutedVideoCapturer::GetBestCaptureFormat(const VideoFormat& desired,
videocapturer.cc 226 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 209 milliseconds