Searched refs:GetBestCaptureFormat (Results 1 - 20 of 20) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Dremotevideocapturer.h55 virtual bool GetBestCaptureFormat(const cricket::VideoFormat& desired,
H A Dremotevideocapturer_unittest.cc113 TEST_F(RemoteVideoCapturerTest, GetBestCaptureFormat) {
115 EXPECT_FALSE(capturer_.GetBestCaptureFormat(desired, NULL));
120 EXPECT_TRUE(capturer_.GetBestCaptureFormat(desired, &best_format));
H A Dremotevideocapturer.cc75 bool RemoteVideoCapturer::GetBestCaptureFormat( function in class:webrtc::RemoteVideoCapturer
H A Dvideosource.cc250 const cricket::VideoFormat& GetBestCaptureFormat( function in namespace:__anon12643
422 format_ = GetBestCaptureFormat(formats);
H A Dvideosource_unittest.cc97 virtual bool GetBestCaptureFormat(const cricket::VideoFormat& desired, function in class:TestVideoCapturer
103 return FakeVideoCapturer::GetBestCaptureFormat(desired,
/external/chromium_org/third_party/libjingle/source/talk/media/base/
H A Dvideocapturer_unittest.cc312 EXPECT_TRUE(capturer_.GetBestCaptureFormat(desired, &best));
318 EXPECT_FALSE(capturer_.GetBestCaptureFormat(desired, &best));
321 EXPECT_TRUE(capturer_.GetBestCaptureFormat(desired, &best));
330 EXPECT_TRUE(capturer_.GetBestCaptureFormat(desired, &best));
338 EXPECT_TRUE(capturer_.GetBestCaptureFormat(desired, &best));
346 EXPECT_TRUE(capturer_.GetBestCaptureFormat(desired, &best));
354 EXPECT_TRUE(capturer_.GetBestCaptureFormat(desired, &best));
362 EXPECT_TRUE(capturer_.GetBestCaptureFormat(desired, &best));
388 EXPECT_TRUE(capturer_.GetBestCaptureFormat(desired, &best));
397 EXPECT_TRUE(capturer_.GetBestCaptureFormat(desire
[all...]
H A Dfakevideocapturer.h128 if (GetBestCaptureFormat(format, &supported)) {
H A Dcapturemanager.cc245 if (video_capturer->GetBestCaptureFormat(highest_asked_format,
357 if (!video_capturer->GetBestCaptureFormat(highest_asked_format,
H A Dvideocapturer.h116 // and selecting one of the supported or calling GetBestCaptureFormat().
162 virtual bool GetBestCaptureFormat(const VideoFormat& desired,
173 // or calling GetBestCaptureFormat().
H A Dvideocapturer.cc256 bool VideoCapturer::GetBestCaptureFormat(const VideoFormat& format, function in class:cricket::VideoCapturer
/external/chromium_org/content/renderer/media/webrtc/
H A Dwebrtc_video_capturer_adapter.h47 virtual bool GetBestCaptureFormat(const cricket::VideoFormat& desired,
H A Dwebrtc_video_capturer_adapter.cc66 bool WebRtcVideoCapturerAdapter::GetBestCaptureFormat( function in class:content::WebRtcVideoCapturerAdapter
70 DVLOG(3) << " GetBestCaptureFormat:: "
/external/chromium_org/third_party/libjingle/source/talk/media/devices/
H A Dfilevideocapturer_unittest.cc114 EXPECT_TRUE(capturer_->GetBestCaptureFormat(desired, &capture_format_));
121 EXPECT_TRUE(capturer_->GetBestCaptureFormat(desired, &capture_format_));
130 EXPECT_TRUE(capturer_->GetBestCaptureFormat(desired, &capture_format_));
135 EXPECT_TRUE(capturer_->GetBestCaptureFormat(desired, &capture_format_));
140 EXPECT_TRUE(capturer_->GetBestCaptureFormat(desired, &capture_format_));
H A Ddevicemanager_unittest.cc435 EXPECT_TRUE(capturer->GetBestCaptureFormat(kHdFormat, &best_format));
445 EXPECT_TRUE(capturer->GetBestCaptureFormat(kHdFormat, &best_format));
457 EXPECT_TRUE(capturer->GetBestCaptureFormat(kHdFormat, &best_format));
468 EXPECT_TRUE(capturer->GetBestCaptureFormat(kHdFormat, &best_format));
/external/chromium_org/remoting/host/
H A Dcast_video_capturer_adapter.h48 virtual bool GetBestCaptureFormat(const cricket::VideoFormat& desired,
H A Dcast_video_capturer_adapter.cc64 bool CastVideoCapturerAdapter::GetBestCaptureFormat( function in class:remoting::CastVideoCapturerAdapter
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
H A Dwebrtcvideocapturer.h67 virtual bool GetBestCaptureFormat(const VideoFormat& desired,
H A Dwebrtcvideocapturer.cc232 bool WebRtcVideoCapturer::GetBestCaptureFormat(const VideoFormat& desired, function in class:cricket::WebRtcVideoCapturer
238 if (!VideoCapturer::GetBestCaptureFormat(desired, best_format)) {
H A Dwebrtcvideocapturer_unittest.cc119 EXPECT_TRUE(capturer_->GetBestCaptureFormat(kDefaultVideoFormat, &format));
/external/chromium_org/content/renderer/media/
H A Dmedia_stream_video_source.cc325 void GetBestCaptureFormat( function in namespace:content::__anon7748
513 GetBestCaptureFormat(filtered_formats,

Completed in 395 milliseconds