Home
last modified time | relevance | path

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

/external/webrtc/talk/media/base/
Dvideocapturer_unittest.cc344 EXPECT_TRUE(capturer_.GetBestCaptureFormat(desired, &best)); in TEST_F()
350 EXPECT_FALSE(capturer_.GetBestCaptureFormat(desired, &best)); in TEST_F()
353 EXPECT_TRUE(capturer_.GetBestCaptureFormat(desired, &best)); in TEST_F()
362 EXPECT_TRUE(capturer_.GetBestCaptureFormat(desired, &best)); in TEST_F()
370 EXPECT_TRUE(capturer_.GetBestCaptureFormat(desired, &best)); in TEST_F()
378 EXPECT_TRUE(capturer_.GetBestCaptureFormat(desired, &best)); in TEST_F()
386 EXPECT_TRUE(capturer_.GetBestCaptureFormat(desired, &best)); in TEST_F()
394 EXPECT_TRUE(capturer_.GetBestCaptureFormat(desired, &best)); in TEST_F()
420 EXPECT_TRUE(capturer_.GetBestCaptureFormat(desired, &best)); in TEST_F()
429 EXPECT_TRUE(capturer_.GetBestCaptureFormat(desired, &best)); in TEST_F()
[all …]
Dcapturemanager.cc267 if (video_capturer->GetBestCaptureFormat(highest_asked_format, in RestartVideoCapture()
364 if (!video_capturer->GetBestCaptureFormat(highest_asked_format, in StartWithBestCaptureFormat()
Dfakevideocapturer.h143 if (GetBestCaptureFormat(format, &supported)) { in Start()
Dvideocapturer.h161 virtual bool GetBestCaptureFormat(const VideoFormat& desired,
Dvideocapturer.cc262 bool VideoCapturer::GetBestCaptureFormat(const VideoFormat& format, in GetBestCaptureFormat() function in cricket::VideoCapturer
/external/webrtc/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.cc436 EXPECT_TRUE(capturer->GetBestCaptureFormat(kHdFormat, &best_format)); in TEST_F()
446 EXPECT_TRUE(capturer->GetBestCaptureFormat(kHdFormat, &best_format)); in TEST_F()
458 EXPECT_TRUE(capturer->GetBestCaptureFormat(kHdFormat, &best_format)); in TEST_F()
469 EXPECT_TRUE(capturer->GetBestCaptureFormat(kHdFormat, &best_format)); in TEST_F()
/external/webrtc/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 bool GetBestCaptureFormat(const cricket::VideoFormat& desired,
Dremotevideocapturer.cc75 bool RemoteVideoCapturer::GetBestCaptureFormat( in GetBestCaptureFormat() function in webrtc::RemoteVideoCapturer
Dandroidvideocapturer.h81 bool GetBestCaptureFormat(const cricket::VideoFormat& desired,
Dvideosource.cc245 const cricket::VideoFormat& GetBestCaptureFormat( in GetBestCaptureFormat() function
408 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()
Dandroidvideocapturer.cc242 bool AndroidVideoCapturer::GetBestCaptureFormat( in GetBestCaptureFormat() function in webrtc::AndroidVideoCapturer
/external/webrtc/talk/media/webrtc/
Dwebrtcvideocapturer.h70 virtual bool GetBestCaptureFormat(const VideoFormat& desired,
Dwebrtcvideocapturer.cc244 bool WebRtcVideoCapturer::GetBestCaptureFormat(const VideoFormat& desired, in GetBestCaptureFormat() function in cricket::WebRtcVideoCapturer
250 if (!VideoCapturer::GetBestCaptureFormat(desired, best_format)) { in GetBestCaptureFormat()
Dwebrtcvideocapturer_unittest.cc122 EXPECT_TRUE(capturer_->GetBestCaptureFormat(kDefaultVideoFormat, &format)); in TEST_F()