/external/webrtc/talk/media/base/ |
D | videocapturer_unittest.cc | 344 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 …]
|
D | capturemanager.cc | 267 if (video_capturer->GetBestCaptureFormat(highest_asked_format, in RestartVideoCapture() 364 if (!video_capturer->GetBestCaptureFormat(highest_asked_format, in StartWithBestCaptureFormat()
|
D | fakevideocapturer.h | 143 if (GetBestCaptureFormat(format, &supported)) { in Start()
|
D | videocapturer.h | 161 virtual bool GetBestCaptureFormat(const VideoFormat& desired,
|
D | videocapturer.cc | 262 bool VideoCapturer::GetBestCaptureFormat(const VideoFormat& format, in GetBestCaptureFormat() function in cricket::VideoCapturer
|
/external/webrtc/talk/media/devices/ |
D | filevideocapturer_unittest.cc | 114 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()
|
D | devicemanager_unittest.cc | 436 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/ |
D | remotevideocapturer_unittest.cc | 113 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()
|
D | remotevideocapturer.h | 55 bool GetBestCaptureFormat(const cricket::VideoFormat& desired,
|
D | remotevideocapturer.cc | 75 bool RemoteVideoCapturer::GetBestCaptureFormat( in GetBestCaptureFormat() function in webrtc::RemoteVideoCapturer
|
D | androidvideocapturer.h | 81 bool GetBestCaptureFormat(const cricket::VideoFormat& desired,
|
D | videosource.cc | 245 const cricket::VideoFormat& GetBestCaptureFormat( in GetBestCaptureFormat() function 408 format_ = GetBestCaptureFormat(formats); in Initialize()
|
D | videosource_unittest.cc | 97 virtual bool GetBestCaptureFormat(const cricket::VideoFormat& desired, in GetBestCaptureFormat() function in TestVideoCapturer 103 return FakeVideoCapturer::GetBestCaptureFormat(desired, in GetBestCaptureFormat()
|
D | androidvideocapturer.cc | 242 bool AndroidVideoCapturer::GetBestCaptureFormat( in GetBestCaptureFormat() function in webrtc::AndroidVideoCapturer
|
/external/webrtc/talk/media/webrtc/ |
D | webrtcvideocapturer.h | 70 virtual bool GetBestCaptureFormat(const VideoFormat& desired,
|
D | webrtcvideocapturer.cc | 244 bool WebRtcVideoCapturer::GetBestCaptureFormat(const VideoFormat& desired, in GetBestCaptureFormat() function in cricket::WebRtcVideoCapturer 250 if (!VideoCapturer::GetBestCaptureFormat(desired, best_format)) { in GetBestCaptureFormat()
|
D | webrtcvideocapturer_unittest.cc | 122 EXPECT_TRUE(capturer_->GetBestCaptureFormat(kDefaultVideoFormat, &format)); in TEST_F()
|