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

  /external/webrtc/talk/app/webrtc/
remotevideocapturer.cc 75 bool RemoteVideoCapturer::GetBestCaptureFormat(
androidvideocapturer.cc 242 bool AndroidVideoCapturer::GetBestCaptureFormat(
videosource_unittest.cc 97 virtual bool GetBestCaptureFormat(const cricket::VideoFormat& desired,
103 return FakeVideoCapturer::GetBestCaptureFormat(desired,
videosource.cc 245 const cricket::VideoFormat& GetBestCaptureFormat(
408 format_ = GetBestCaptureFormat(formats);
  /external/webrtc/talk/media/webrtc/
webrtcvideocapturer.cc 244 bool WebRtcVideoCapturer::GetBestCaptureFormat(const VideoFormat& desired,
250 if (!VideoCapturer::GetBestCaptureFormat(desired, best_format)) {
  /external/webrtc/talk/media/base/
videocapturer.cc 262 bool VideoCapturer::GetBestCaptureFormat(const VideoFormat& format,

Completed in 182 milliseconds