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

  /external/chromium_org/third_party/libjingle/source/talk/media/devices/
filevideocapturer_unittest.cc 91 EXPECT_TRUE(capturer_->GetSupportedFormats()->empty());
103 EXPECT_TRUE(NULL != capturer_->GetSupportedFormats());
104 EXPECT_EQ(1U, capturer_->GetSupportedFormats()->size());
129 cricket::VideoFormat desired = capturer_->GetSupportedFormats()->at(0);
149 capture_format_ = capturer_->GetSupportedFormats()->at(0);
162 capture_format_ = capturer_->GetSupportedFormats()->at(0);
184 capture_format_ = capturer_->GetSupportedFormats()->at(0);
yuvframescapturer.cc 146 fourccs->push_back(GetSupportedFormats()->at(0).fourcc);
filevideocapturer.cc 274 fourccs->push_back(GetSupportedFormats()->at(0).fourcc);
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcvideocapturer_unittest.cc 68 EXPECT_TRUE(capturer_->GetSupportedFormats()->empty());
81 EXPECT_TRUE(NULL != capturer_->GetSupportedFormats());
82 ASSERT_EQ(1U, capturer_->GetSupportedFormats()->size());
83 EXPECT_EQ(640, (*capturer_->GetSupportedFormats())[0].width);
84 EXPECT_EQ(480, (*capturer_->GetSupportedFormats())[0].height);
97 capturer_->GetSupportedFormats()->at(0));
117 EXPECT_TRUE(capturer_->GetSupportedFormats()->empty());
webrtcvideoengine2_unittest.cc 590 video_capturer_->GetSupportedFormats();
    [all...]
webrtcvideoengine_unittest.cc     [all...]
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
videocapturer_unittest.cc 782 std::vector<cricket::VideoFormat> formats = *capturer_.GetSupportedFormats();
788 EXPECT_TRUE(HdFormatInList(*capturer_.GetSupportedFormats()));
790 EXPECT_FALSE(HdFormatInList(*capturer_.GetSupportedFormats()));
795 EXPECT_TRUE(HdFormatInList(*capturer_.GetSupportedFormats()));
    [all...]
videocapturer.h 115 // Find the capture format for Start() by either calling GetSupportedFormats()
146 const std::vector<VideoFormat>* GetSupportedFormats() const;
172 // GetSupportedFormats() and selecting one of the supported
videocapturer.cc 143 const std::vector<VideoFormat>* VideoCapturer::GetSupportedFormats() const {
260 const std::vector<VideoFormat>* supported_formats = GetSupportedFormats();
capturemanager.cc 364 video_capturer->GetSupportedFormats();
videoadapter_unittest.cc 62 capture_format_ = capturer_->GetSupportedFormats()->at(0);
221 VideoFormat format = capturer_->GetSupportedFormats()->at(0);
    [all...]
videoengine_unittest.h     [all...]
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
videosource.cc 376 if (video_capturer_->GetSupportedFormats() &&
377 video_capturer_->GetSupportedFormats()->size() > 0) {
378 formats = *video_capturer_->GetSupportedFormats();

Completed in 159 milliseconds