Searched refs:GetPreferredFourccs (Results 1 – 15 of 15) sorted by relevance
104 TEST_F(RemoteVideoCapturerTest, GetPreferredFourccs) { in TEST_F() argument105 EXPECT_FALSE(capturer_.GetPreferredFourccs(NULL)); in TEST_F()108 EXPECT_TRUE(capturer_.GetPreferredFourccs(&fourccs)); in TEST_F()
54 bool GetPreferredFourccs(std::vector<uint32_t>* fourccs) override;
68 bool RemoteVideoCapturer::GetPreferredFourccs(std::vector<uint32_t>* fourccs) { in GetPreferredFourccs() function in webrtc::RemoteVideoCapturer
93 bool GetPreferredFourccs(std::vector<uint32_t>* fourccs) override;
203 bool AndroidVideoCapturer::GetPreferredFourccs(std::vector<uint32_t>* fourccs) { in GetPreferredFourccs() function in webrtc::AndroidVideoCapturer
52 bool GetPreferredFourccs(std::vector<uint32_t>* fourccs) override { in GetPreferredFourccs() function
73 virtual bool GetPreferredFourccs(std::vector<uint32_t>* fourccs);
125 virtual bool GetPreferredFourccs(std::vector<uint32_t>* fourccs);
169 bool YuvFramesCapturer::GetPreferredFourccs(std::vector<uint32_t>* fourccs) { in GetPreferredFourccs() function in cricket::YuvFramesCapturer
270 bool FileVideoCapturer::GetPreferredFourccs(std::vector<uint32_t>* fourccs) { in GetPreferredFourccs() function in cricket::FileVideoCapturer
80 virtual bool GetPreferredFourccs(std::vector<uint32_t>* fourccs);
360 bool WebRtcVideoCapturer::GetPreferredFourccs(std::vector<uint32_t>* fourccs) { in GetPreferredFourccs() function in cricket::WebRtcVideoCapturer
160 bool GetPreferredFourccs(std::vector<uint32_t>* fourccs) { in GetPreferredFourccs() function
300 virtual bool GetPreferredFourccs(std::vector<uint32_t>* fourccs) = 0;
590 if (!GetPreferredFourccs(&preferred_fourccs)) { in GetFormatDistance()