Searched defs:GetBestCaptureFormat (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Dremotevideocapturer.cc75 bool RemoteVideoCapturer::GetBestCaptureFormat( function in class:webrtc::RemoteVideoCapturer
H A Dvideosource_unittest.cc97 virtual bool GetBestCaptureFormat(const cricket::VideoFormat& desired, function in class:TestVideoCapturer
103 return FakeVideoCapturer::GetBestCaptureFormat(desired,
H A Dvideosource.cc275 const cricket::VideoFormat& GetBestCaptureFormat( function in namespace:__anon12149
446 format_ = GetBestCaptureFormat(formats);
/external/chromium_org/content/renderer/media/
H A Drtc_video_capturer.cc82 bool RtcVideoCapturer::GetBestCaptureFormat(const cricket::VideoFormat& desired, function in class:content::RtcVideoCapturer
H A Dvideo_destination_handler.cc65 bool PpFrameWriter::GetBestCaptureFormat(const VideoFormat& desired, function in class:content::PpFrameWriter
68 LOG(ERROR) << "PpFrameWriter::GetBestCaptureFormat - "
/external/chromium_org/third_party/libjingle/source/talk/media/base/
H A Dmutedvideocapturer.cc101 bool MutedVideoCapturer::GetBestCaptureFormat(const VideoFormat& desired, function in class:cricket::MutedVideoCapturer
H A Dvideocapturer.cc228 bool VideoCapturer::GetBestCaptureFormat(const VideoFormat& format, function in class:cricket::VideoCapturer
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
H A Dwebrtcvideocapturer.cc224 bool WebRtcVideoCapturer::GetBestCaptureFormat(const VideoFormat& desired, function in class:cricket::WebRtcVideoCapturer
230 if (!VideoCapturer::GetBestCaptureFormat(desired, best_format)) {

Completed in 758 milliseconds