HomeSort by relevance Sort by last modified time
    Searched refs:GetBestCaptureFormat (Results 1 - 17 of 17) sorted by null

  /external/webrtc/talk/app/webrtc/
remotevideocapturer.h 55 bool GetBestCaptureFormat(const cricket::VideoFormat& desired,
remotevideocapturer_unittest.cc 113 TEST_F(RemoteVideoCapturerTest, GetBestCaptureFormat) {
115 EXPECT_FALSE(capturer_.GetBestCaptureFormat(desired, NULL));
120 EXPECT_TRUE(capturer_.GetBestCaptureFormat(desired, &best_format));
remotevideocapturer.cc 75 bool RemoteVideoCapturer::GetBestCaptureFormat(
androidvideocapturer.h 81 bool GetBestCaptureFormat(const cricket::VideoFormat& desired,
videosource.cc 245 const cricket::VideoFormat& GetBestCaptureFormat(
408 format_ = GetBestCaptureFormat(formats);
androidvideocapturer.cc 242 bool AndroidVideoCapturer::GetBestCaptureFormat(
videosource_unittest.cc 97 virtual bool GetBestCaptureFormat(const cricket::VideoFormat& desired,
103 return FakeVideoCapturer::GetBestCaptureFormat(desired,
  /external/webrtc/talk/media/base/
videocapturer_unittest.cc 344 EXPECT_TRUE(capturer_.GetBestCaptureFormat(desired, &best));
350 EXPECT_FALSE(capturer_.GetBestCaptureFormat(desired, &best));
353 EXPECT_TRUE(capturer_.GetBestCaptureFormat(desired, &best));
362 EXPECT_TRUE(capturer_.GetBestCaptureFormat(desired, &best));
370 EXPECT_TRUE(capturer_.GetBestCaptureFormat(desired, &best));
378 EXPECT_TRUE(capturer_.GetBestCaptureFormat(desired, &best));
386 EXPECT_TRUE(capturer_.GetBestCaptureFormat(desired, &best));
394 EXPECT_TRUE(capturer_.GetBestCaptureFormat(desired, &best));
420 EXPECT_TRUE(capturer_.GetBestCaptureFormat(desired, &best));
429 EXPECT_TRUE(capturer_.GetBestCaptureFormat(desired, &best))
    [all...]
fakevideocapturer.h 143 if (GetBestCaptureFormat(format, &supported)) {
videocapturer.h 117 // and selecting one of the supported or calling GetBestCaptureFormat().
161 virtual bool GetBestCaptureFormat(const VideoFormat& desired,
172 // or calling GetBestCaptureFormat().
capturemanager.cc 267 if (video_capturer->GetBestCaptureFormat(highest_asked_format,
364 if (!video_capturer->GetBestCaptureFormat(highest_asked_format,
videocapturer.cc 262 bool VideoCapturer::GetBestCaptureFormat(const VideoFormat& format,
  /external/webrtc/talk/media/devices/
filevideocapturer_unittest.cc 114 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_));
devicemanager_unittest.cc 436 EXPECT_TRUE(capturer->GetBestCaptureFormat(kHdFormat, &best_format));
446 EXPECT_TRUE(capturer->GetBestCaptureFormat(kHdFormat, &best_format));
458 EXPECT_TRUE(capturer->GetBestCaptureFormat(kHdFormat, &best_format));
469 EXPECT_TRUE(capturer->GetBestCaptureFormat(kHdFormat, &best_format));
  /external/webrtc/talk/media/webrtc/
webrtcvideocapturer.h 70 virtual bool GetBestCaptureFormat(const VideoFormat& desired,
webrtcvideocapturer.cc 244 bool WebRtcVideoCapturer::GetBestCaptureFormat(const VideoFormat& desired,
250 if (!VideoCapturer::GetBestCaptureFormat(desired, best_format)) {
webrtcvideocapturer_unittest.cc 122 EXPECT_TRUE(capturer_->GetBestCaptureFormat(kDefaultVideoFormat, &format));

Completed in 591 milliseconds