Searched refs:GetSupportedFormats (Results 1 - 18 of 18) sorted by relevance

/external/webrtc/talk/media/devices/
H A Dfilevideocapturer_unittest.cc91 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);
H A Dyuvframescapturer.cc173 fourccs->push_back(GetSupportedFormats()->at(0).fourcc);
H A Dfilevideocapturer.cc275 fourccs->push_back(GetSupportedFormats()->at(0).fourcc);
/external/webrtc/talk/media/webrtc/
H A Dwebrtcvideocapturer_unittest.cc70 EXPECT_TRUE(capturer_->GetSupportedFormats()->empty());
83 EXPECT_TRUE(NULL != capturer_->GetSupportedFormats());
84 ASSERT_EQ(1U, capturer_->GetSupportedFormats()->size());
85 EXPECT_EQ(640, (*capturer_->GetSupportedFormats())[0].width);
86 EXPECT_EQ(480, (*capturer_->GetSupportedFormats())[0].height);
99 capturer_->GetSupportedFormats()->at(0));
120 EXPECT_TRUE(capturer_->GetSupportedFormats()->empty());
H A Dwebrtcvideoengine2_unittest.cc381 capturer.Start(capturer.GetSupportedFormats()->front()));
578 capturer.Start(capturer.GetSupportedFormats()->front()));
659 capturer.Start(capturer.GetSupportedFormats()->front()));
879 video_capturer_->GetSupportedFormats();
1570 capturer.GetSupportedFormats()->front();
1624 capturer.GetSupportedFormats()->front();
1697 capturer.Start(capturer.GetSupportedFormats()->front()));
1789 capturer.Start(capturer.GetSupportedFormats()->front()));
1868 capturer.Start(capturer.GetSupportedFormats()->front()));
2033 capturer.Start(capturer.GetSupportedFormats()
[all...]
/external/webrtc/talk/app/webrtc/
H A Dandroidvideocapturer.h54 virtual std::string GetSupportedFormats() = 0;
H A Dandroidvideocapturer.cc137 std::string json_string = delegate_->GetSupportedFormats();
H A Dvideosource.cc362 channel_manager_->GetSupportedFormats(video_capturer_.get());
/external/webrtc/talk/app/webrtc/java/jni/
H A Dandroidvideocapturer_jni.h61 std::string GetSupportedFormats() override;
H A Dandroidvideocapturer_jni.cc135 std::string AndroidVideoCapturerJni::GetSupportedFormats() { function in class:webrtc_jni::AndroidVideoCapturerJni
/external/webrtc/talk/media/base/
H A Dvideocapturer_unittest.cc773 std::vector<cricket::VideoFormat> formats = *capturer_.GetSupportedFormats();
779 EXPECT_TRUE(HdFormatInList(*capturer_.GetSupportedFormats()));
781 EXPECT_FALSE(HdFormatInList(*capturer_.GetSupportedFormats()));
786 EXPECT_TRUE(HdFormatInList(*capturer_.GetSupportedFormats()));
788 EXPECT_TRUE(HdFormatInList(*capturer_.GetSupportedFormats()));
802 EXPECT_EQ(2u, capturer_.GetSupportedFormats()->size());
808 EXPECT_EQ(2u, capturer_.GetSupportedFormats()->size());
813 ASSERT_EQ(1u, capturer_.GetSupportedFormats()->size());
814 EXPECT_EQ(vga_format.height, capturer_.GetSupportedFormats()->at(0).height);
H A Dvideocapturer.h116 // Find the capture format for Start() by either calling GetSupportedFormats()
145 const std::vector<VideoFormat>* GetSupportedFormats() const;
171 // GetSupportedFormats() and selecting one of the supported
H A Dvideocapturer.cc139 const std::vector<VideoFormat>* VideoCapturer::GetSupportedFormats() const { function in class:cricket::VideoCapturer
266 const std::vector<VideoFormat>* supported_formats = GetSupportedFormats();
H A Dcapturemanager.cc371 video_capturer->GetSupportedFormats();
H A Dvideoadapter_unittest.cc59 capture_format_ = capturer_->GetSupportedFormats()->at(0);
200 VideoFormat format = capturer_->GetSupportedFormats()->at(0);
H A Dvideoengine_unittest.h1134 capturer->GetSupportedFormats();
/external/webrtc/talk/session/media/
H A Dchannelmanager.h140 std::vector<cricket::VideoFormat> GetSupportedFormats(
H A Dchannelmanager.cc448 std::vector<cricket::VideoFormat> ChannelManager::GetSupportedFormats( function in class:cricket::ChannelManager
460 const std::vector<VideoFormat>* formats = capturer->GetSupportedFormats();

Completed in 1142 milliseconds