Home
last modified time | relevance | path

Searched refs:GetSupportedFormats (Results 1 – 19 of 19) sorted by relevance

/external/webrtc/talk/media/webrtc/
Dwebrtcvideocapturer_unittest.cc70 EXPECT_TRUE(capturer_->GetSupportedFormats()->empty()); in TEST_F()
83 EXPECT_TRUE(NULL != capturer_->GetSupportedFormats()); in TEST_F()
84 ASSERT_EQ(1U, capturer_->GetSupportedFormats()->size()); in TEST_F()
85 EXPECT_EQ(640, (*capturer_->GetSupportedFormats())[0].width); in TEST_F()
86 EXPECT_EQ(480, (*capturer_->GetSupportedFormats())[0].height); in TEST_F()
99 capturer_->GetSupportedFormats()->at(0)); in TEST_F()
120 EXPECT_TRUE(capturer_->GetSupportedFormats()->empty()); in TEST_F()
Dwebrtcvideoengine2_unittest.cc381 capturer.Start(capturer.GetSupportedFormats()->front())); in TEST_F()
578 capturer.Start(capturer.GetSupportedFormats()->front())); in TEST_F()
659 capturer.Start(capturer.GetSupportedFormats()->front())); in TEST_F()
879 video_capturer_->GetSupportedFormats(); in TEST_F()
1570 capturer.GetSupportedFormats()->front(); in TEST_F()
1624 capturer.GetSupportedFormats()->front(); in TEST_F()
1697 capturer.Start(capturer.GetSupportedFormats()->front())); in TEST_F()
1789 capturer.Start(capturer.GetSupportedFormats()->front())); in TEST_F()
1868 capturer.Start(capturer.GetSupportedFormats()->front())); in TestCpuAdaptation()
2033 capturer.Start(capturer.GetSupportedFormats()->front())); in TEST_F()
[all …]
/external/webrtc/talk/media/devices/
Dfilevideocapturer_unittest.cc91 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()
Dyuvframescapturer.cc173 fourccs->push_back(GetSupportedFormats()->at(0).fourcc); in GetPreferredFourccs()
Dfilevideocapturer.cc275 fourccs->push_back(GetSupportedFormats()->at(0).fourcc); in GetPreferredFourccs()
/external/webrtc/talk/media/base/
Dvideocapturer_unittest.cc773 std::vector<cricket::VideoFormat> formats = *capturer_.GetSupportedFormats(); in TEST_F()
779 EXPECT_TRUE(HdFormatInList(*capturer_.GetSupportedFormats())); in TEST_F()
781 EXPECT_FALSE(HdFormatInList(*capturer_.GetSupportedFormats())); in TEST_F()
786 EXPECT_TRUE(HdFormatInList(*capturer_.GetSupportedFormats())); in TEST_F()
788 EXPECT_TRUE(HdFormatInList(*capturer_.GetSupportedFormats())); in TEST_F()
802 EXPECT_EQ(2u, capturer_.GetSupportedFormats()->size()); in TEST_F()
808 EXPECT_EQ(2u, capturer_.GetSupportedFormats()->size()); in TEST_F()
813 ASSERT_EQ(1u, capturer_.GetSupportedFormats()->size()); in TEST_F()
814 EXPECT_EQ(vga_format.height, capturer_.GetSupportedFormats()->at(0).height); in TEST_F()
Dvideocapturer.h145 const std::vector<VideoFormat>* GetSupportedFormats() const;
Dvideocapturer.cc139 const std::vector<VideoFormat>* VideoCapturer::GetSupportedFormats() const { in GetSupportedFormats() function in cricket::VideoCapturer
266 const std::vector<VideoFormat>* supported_formats = GetSupportedFormats(); in GetBestCaptureFormat()
Dcapturemanager.cc371 video_capturer->GetSupportedFormats(); in StartWithBestCaptureFormat()
Dvideoadapter_unittest.cc59 capture_format_ = capturer_->GetSupportedFormats()->at(0); in SetUp()
200 VideoFormat format = capturer_->GetSupportedFormats()->at(0); in TEST_F()
Dvideoengine_unittest.h1134 capturer->GetSupportedFormats(); in HighAspectHighHeightCapturer()
/external/autotest/client/site_tests/camera_V4L2/src/
Dmedia_v4l2_test.cc97 bool GetSupportedFormats( in GetSupportedFormats() function
322 if (!GetSupportedFormats(device.get(), &supported_formats)) { in TestResolutions()
472 if (!GetSupportedFormats(device.get(), &supported_formats)) { in TestFirstFrameAfterStreamOn()
545 if (!GetSupportedFormats(device.get(), &supported_formats)) { in TestMaximumSupportedResolution()
/external/webrtc/talk/app/webrtc/
Dandroidvideocapturer.h54 virtual std::string GetSupportedFormats() = 0;
Dandroidvideocapturer.cc137 std::string json_string = delegate_->GetSupportedFormats(); in AndroidVideoCapturer()
Dvideosource.cc362 channel_manager_->GetSupportedFormats(video_capturer_.get()); in Initialize()
/external/webrtc/talk/app/webrtc/java/jni/
Dandroidvideocapturer_jni.h61 std::string GetSupportedFormats() override;
Dandroidvideocapturer_jni.cc135 std::string AndroidVideoCapturerJni::GetSupportedFormats() { in GetSupportedFormats() function in webrtc_jni::AndroidVideoCapturerJni
/external/webrtc/talk/session/media/
Dchannelmanager.h140 std::vector<cricket::VideoFormat> GetSupportedFormats(
Dchannelmanager.cc448 std::vector<cricket::VideoFormat> ChannelManager::GetSupportedFormats( in GetSupportedFormats() function in cricket::ChannelManager
460 const std::vector<VideoFormat>* formats = capturer->GetSupportedFormats(); in GetSupportedFormats_w()