/external/chromium_org/third_party/libjingle/source/talk/media/base/ |
D | videocapturer_unittest.cc | 312 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 …]
|
D | capturemanager.cc | 245 if (video_capturer->GetBestCaptureFormat(highest_asked_format, in RestartVideoCapture() 357 if (!video_capturer->GetBestCaptureFormat(highest_asked_format, in StartWithBestCaptureFormat()
|
D | fakevideocapturer.h | 128 if (GetBestCaptureFormat(format, &supported)) { in Start()
|
D | videocapturer.h | 162 virtual bool GetBestCaptureFormat(const VideoFormat& desired,
|
D | videocapturer.cc | 256 bool VideoCapturer::GetBestCaptureFormat(const VideoFormat& format, in GetBestCaptureFormat() function in cricket::VideoCapturer
|
/external/chromium_org/third_party/libjingle/source/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 | 435 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/ |
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 virtual bool GetBestCaptureFormat(const cricket::VideoFormat& desired,
|
D | remotevideocapturer.cc | 75 bool RemoteVideoCapturer::GetBestCaptureFormat( in GetBestCaptureFormat() function in webrtc::RemoteVideoCapturer
|
D | videosource.cc | 250 const cricket::VideoFormat& GetBestCaptureFormat( in GetBestCaptureFormat() function 422 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()
|
/external/chromium_org/content/renderer/media/webrtc/ |
D | webrtc_video_capturer_adapter.h | 47 virtual bool GetBestCaptureFormat(const cricket::VideoFormat& desired, in NON_EXPORTED_BASE()
|
D | webrtc_video_capturer_adapter.cc | 66 bool WebRtcVideoCapturerAdapter::GetBestCaptureFormat( in GetBestCaptureFormat() function in content::WebRtcVideoCapturerAdapter
|
/external/chromium_org/remoting/host/ |
D | cast_video_capturer_adapter.h | 48 virtual bool GetBestCaptureFormat(const cricket::VideoFormat& desired,
|
D | cast_video_capturer_adapter.cc | 64 bool CastVideoCapturerAdapter::GetBestCaptureFormat( in GetBestCaptureFormat() function in remoting::CastVideoCapturerAdapter
|
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/ |
D | webrtcvideocapturer.h | 67 virtual bool GetBestCaptureFormat(const VideoFormat& desired,
|
D | webrtcvideocapturer.cc | 232 bool WebRtcVideoCapturer::GetBestCaptureFormat(const VideoFormat& desired, in GetBestCaptureFormat() function in cricket::WebRtcVideoCapturer 238 if (!VideoCapturer::GetBestCaptureFormat(desired, best_format)) { in GetBestCaptureFormat()
|
D | webrtcvideocapturer_unittest.cc | 119 EXPECT_TRUE(capturer_->GetBestCaptureFormat(kDefaultVideoFormat, &format)); in TEST_F()
|
/external/chromium_org/content/renderer/media/ |
D | media_stream_video_source.cc | 325 void GetBestCaptureFormat( in GetBestCaptureFormat() function 513 GetBestCaptureFormat(filtered_formats, in FindBestFormatWithConstraints()
|