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

  /external/chromium_org/third_party/libjingle/source/talk/media/base/
mutedvideocapturer.h 44 virtual bool GetBestCaptureFormat(const VideoFormat& desired,
videocapturer_unittest.cc 202 EXPECT_TRUE(capturer_.GetBestCaptureFormat(desired, &best));
208 EXPECT_FALSE(capturer_.GetBestCaptureFormat(desired, &best));
211 EXPECT_TRUE(capturer_.GetBestCaptureFormat(desired, &best));
220 EXPECT_TRUE(capturer_.GetBestCaptureFormat(desired, &best));
228 EXPECT_TRUE(capturer_.GetBestCaptureFormat(desired, &best));
236 EXPECT_TRUE(capturer_.GetBestCaptureFormat(desired, &best));
244 EXPECT_TRUE(capturer_.GetBestCaptureFormat(desired, &best));
252 EXPECT_TRUE(capturer_.GetBestCaptureFormat(desired, &best));
278 EXPECT_TRUE(capturer_.GetBestCaptureFormat(desired, &best));
287 EXPECT_TRUE(capturer_.GetBestCaptureFormat(desired, &best))
    [all...]
mutedvideocapturer_unittest.cc 61 TEST_F(MutedVideoCapturerTest, GetBestCaptureFormat) {
65 EXPECT_TRUE(capturer_.GetBestCaptureFormat(format, &best_format));
mutedvideocapturer.cc 101 bool MutedVideoCapturer::GetBestCaptureFormat(const VideoFormat& desired,
fakevideocapturer.h 122 if (GetBestCaptureFormat(format, &supported)) {
videocapturer.h 113 // and selecting one of the supported or calling GetBestCaptureFormat().
158 virtual bool GetBestCaptureFormat(const VideoFormat& desired,
169 // or calling GetBestCaptureFormat().
capturemanager.cc 245 if (video_capturer->GetBestCaptureFormat(highest_asked_format,
357 if (!video_capturer->GetBestCaptureFormat(highest_asked_format,
videocapturer.cc 226 bool VideoCapturer::GetBestCaptureFormat(const VideoFormat& format,
  /external/chromium_org/content/renderer/media/
video_destination_handler_unittest.cc 88 TEST_F(PpFrameWriterTest, GetBestCaptureFormat) {
91 EXPECT_FALSE(writer_.GetBestCaptureFormat(desired, NULL));
92 EXPECT_TRUE(writer_.GetBestCaptureFormat(desired, &best_format));
rtc_video_capturer.h 38 virtual bool GetBestCaptureFormat(const cricket::VideoFormat& desired,
video_destination_handler.h 51 virtual bool GetBestCaptureFormat(const cricket::VideoFormat& desired,
rtc_video_capturer.cc 82 bool RtcVideoCapturer::GetBestCaptureFormat(const cricket::VideoFormat& desired,
video_destination_handler.cc 65 bool PpFrameWriter::GetBestCaptureFormat(const VideoFormat& desired,
68 LOG(ERROR) << "PpFrameWriter::GetBestCaptureFormat - "
  /external/chromium_org/third_party/libjingle/source/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 417 EXPECT_TRUE(capturer->GetBestCaptureFormat(kHdFormat, &best_format));
427 EXPECT_TRUE(capturer->GetBestCaptureFormat(kHdFormat, &best_format));
439 EXPECT_TRUE(capturer->GetBestCaptureFormat(kHdFormat, &best_format));
450 EXPECT_TRUE(capturer->GetBestCaptureFormat(kHdFormat, &best_format));
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcvideocapturer.h 66 virtual bool GetBestCaptureFormat(const VideoFormat& desired,
webrtcvideocapturer.cc 224 bool WebRtcVideoCapturer::GetBestCaptureFormat(const VideoFormat& desired,
230 if (!VideoCapturer::GetBestCaptureFormat(desired, best_format)) {
webrtcvideocapturer_unittest.cc 119 EXPECT_TRUE(capturer_->GetBestCaptureFormat(kDefaultVideoFormat, &format));
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
localvideosource.cc 270 const cricket::VideoFormat& GetBestCaptureFormat(
404 format_ = GetBestCaptureFormat(formats);
localvideosource_unittest.cc 96 virtual bool GetBestCaptureFormat(const cricket::VideoFormat& desired,
102 return FakeVideoCapturer::GetBestCaptureFormat(desired,

Completed in 280 milliseconds