Home
last modified time | relevance | path

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

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