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

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

Completed in 144 milliseconds