Home
last modified time | relevance | path

Searched refs:GetPreferredFourccs (Results 1 – 15 of 15) sorted by relevance

/external/webrtc/talk/app/webrtc/
Dremotevideocapturer_unittest.cc104 TEST_F(RemoteVideoCapturerTest, GetPreferredFourccs) { in TEST_F() argument
105 EXPECT_FALSE(capturer_.GetPreferredFourccs(NULL)); in TEST_F()
108 EXPECT_TRUE(capturer_.GetPreferredFourccs(&fourccs)); in TEST_F()
Dremotevideocapturer.h54 bool GetPreferredFourccs(std::vector<uint32_t>* fourccs) override;
Dremotevideocapturer.cc68 bool RemoteVideoCapturer::GetPreferredFourccs(std::vector<uint32_t>* fourccs) { in GetPreferredFourccs() function in webrtc::RemoteVideoCapturer
Dandroidvideocapturer.h93 bool GetPreferredFourccs(std::vector<uint32_t>* fourccs) override;
Dandroidvideocapturer.cc203 bool AndroidVideoCapturer::GetPreferredFourccs(std::vector<uint32_t>* fourccs) { in GetPreferredFourccs() function in webrtc::AndroidVideoCapturer
/external/webrtc/talk/app/webrtc/objc/
Davfoundationvideocapturer.h52 bool GetPreferredFourccs(std::vector<uint32_t>* fourccs) override { in GetPreferredFourccs() function
/external/webrtc/talk/media/devices/
Dyuvframescapturer.h73 virtual bool GetPreferredFourccs(std::vector<uint32_t>* fourccs);
Dfilevideocapturer.h125 virtual bool GetPreferredFourccs(std::vector<uint32_t>* fourccs);
Dyuvframescapturer.cc169 bool YuvFramesCapturer::GetPreferredFourccs(std::vector<uint32_t>* fourccs) { in GetPreferredFourccs() function in cricket::YuvFramesCapturer
Dfilevideocapturer.cc270 bool FileVideoCapturer::GetPreferredFourccs(std::vector<uint32_t>* fourccs) { in GetPreferredFourccs() function in cricket::FileVideoCapturer
/external/webrtc/talk/media/webrtc/
Dwebrtcvideocapturer.h80 virtual bool GetPreferredFourccs(std::vector<uint32_t>* fourccs);
Dwebrtcvideocapturer.cc360 bool WebRtcVideoCapturer::GetPreferredFourccs(std::vector<uint32_t>* fourccs) { in GetPreferredFourccs() function in cricket::WebRtcVideoCapturer
/external/webrtc/talk/media/base/
Dfakevideocapturer.h160 bool GetPreferredFourccs(std::vector<uint32_t>* fourccs) { in GetPreferredFourccs() function
Dvideocapturer.h300 virtual bool GetPreferredFourccs(std::vector<uint32_t>* fourccs) = 0;
Dvideocapturer.cc590 if (!GetPreferredFourccs(&preferred_fourccs)) { in GetFormatDistance()