Searched refs:GetSupportedFormats (Results 1 – 13 of 13) sorted by relevance
68 EXPECT_TRUE(capturer_->GetSupportedFormats()->empty()); in TEST_F()81 EXPECT_TRUE(NULL != capturer_->GetSupportedFormats()); in TEST_F()82 ASSERT_EQ(1U, capturer_->GetSupportedFormats()->size()); in TEST_F()83 EXPECT_EQ(640, (*capturer_->GetSupportedFormats())[0].width); in TEST_F()84 EXPECT_EQ(480, (*capturer_->GetSupportedFormats())[0].height); in TEST_F()97 capturer_->GetSupportedFormats()->at(0)); in TEST_F()117 EXPECT_TRUE(capturer_->GetSupportedFormats()->empty()); in TEST_F()
590 video_capturer_->GetSupportedFormats(); in TEST_F()
2423 video_capturer_->GetSupportedFormats(); in TEST_F()
91 EXPECT_TRUE(capturer_->GetSupportedFormats()->empty()); in TEST_F()103 EXPECT_TRUE(NULL != capturer_->GetSupportedFormats()); in TEST_F()104 EXPECT_EQ(1U, capturer_->GetSupportedFormats()->size()); in TEST_F()129 cricket::VideoFormat desired = capturer_->GetSupportedFormats()->at(0); in TEST_F()149 capture_format_ = capturer_->GetSupportedFormats()->at(0); in TEST_F()162 capture_format_ = capturer_->GetSupportedFormats()->at(0); in TEST_F()184 capture_format_ = capturer_->GetSupportedFormats()->at(0); in TEST_F()
146 fourccs->push_back(GetSupportedFormats()->at(0).fourcc); in GetPreferredFourccs()
274 fourccs->push_back(GetSupportedFormats()->at(0).fourcc); in GetPreferredFourccs()
782 std::vector<cricket::VideoFormat> formats = *capturer_.GetSupportedFormats(); in TEST_F()788 EXPECT_TRUE(HdFormatInList(*capturer_.GetSupportedFormats())); in TEST_F()790 EXPECT_FALSE(HdFormatInList(*capturer_.GetSupportedFormats())); in TEST_F()795 EXPECT_TRUE(HdFormatInList(*capturer_.GetSupportedFormats())); in TEST_F()797 EXPECT_TRUE(HdFormatInList(*capturer_.GetSupportedFormats())); in TEST_F()811 EXPECT_EQ(2u, capturer_.GetSupportedFormats()->size()); in TEST_F()817 EXPECT_EQ(2u, capturer_.GetSupportedFormats()->size()); in TEST_F()822 ASSERT_EQ(1u, capturer_.GetSupportedFormats()->size()); in TEST_F()823 EXPECT_EQ(vga_format.height, capturer_.GetSupportedFormats()->at(0).height); in TEST_F()
146 const std::vector<VideoFormat>* GetSupportedFormats() const;
143 const std::vector<VideoFormat>* VideoCapturer::GetSupportedFormats() const { in GetSupportedFormats() function in cricket::VideoCapturer260 const std::vector<VideoFormat>* supported_formats = GetSupportedFormats(); in GetBestCaptureFormat()
364 video_capturer->GetSupportedFormats(); in StartWithBestCaptureFormat()
62 capture_format_ = capturer_->GetSupportedFormats()->at(0); in SetUp()221 VideoFormat format = capturer_->GetSupportedFormats()->at(0); in TEST_F()
1491 capturer->GetSupportedFormats(); in HighAspectHighHeightCapturer()
376 if (video_capturer_->GetSupportedFormats() && in Initialize()377 video_capturer_->GetSupportedFormats()->size() > 0) { in Initialize()378 formats = *video_capturer_->GetSupportedFormats(); in Initialize()