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

/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Dremotevideocapturer.h54 virtual bool GetPreferredFourccs(std::vector<uint32>* 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>* fourccs) { function in class:webrtc::RemoteVideoCapturer
/external/chromium_org/content/renderer/media/webrtc/
H A Dwebrtc_video_capturer_adapter.h46 virtual bool GetPreferredFourccs(std::vector<uint32>* fourccs) OVERRIDE;
H A Dwebrtc_video_capturer_adapter.cc53 bool WebRtcVideoCapturerAdapter::GetPreferredFourccs( function in class:content::WebRtcVideoCapturerAdapter
/external/chromium_org/remoting/host/
H A Dcast_video_capturer_adapter.h56 virtual bool GetPreferredFourccs(std::vector<uint32>* fourccs) OVERRIDE;
H A Dcast_video_capturer_adapter.cc183 bool CastVideoCapturerAdapter::GetPreferredFourccs( function in class:remoting::CastVideoCapturerAdapter
/external/chromium_org/third_party/libjingle/source/talk/media/devices/
H A Dyuvframescapturer.h46 virtual bool GetPreferredFourccs(std::vector<uint32>* fourccs);
H A Dfilevideocapturer.h120 virtual bool GetPreferredFourccs(std::vector<uint32>* fourccs);
H A Dyuvframescapturer.cc142 bool YuvFramesCapturer::GetPreferredFourccs(std::vector<uint32>* fourccs) { function in class:cricket::YuvFramesCapturer
H A Dfilevideocapturer.cc269 bool FileVideoCapturer::GetPreferredFourccs(std::vector<uint32>* fourccs) { function in class:cricket::FileVideoCapturer
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
H A Dwebrtcvideocapturer.h76 virtual bool GetPreferredFourccs(std::vector<uint32>* fourccs);
H A Dwebrtcvideocapturer.cc316 bool WebRtcVideoCapturer::GetPreferredFourccs( function in class:cricket::WebRtcVideoCapturer
/external/chromium_org/third_party/libjingle/source/talk/media/base/
H A Dfakevideocapturer.h145 bool GetPreferredFourccs(std::vector<uint32>* fourccs) { function in class:cricket::FakeVideoCapturer
H A Dvideocapturer.h158 // the best capture format uses a fourcc in GetPreferredFourccs().
317 virtual bool GetPreferredFourccs(std::vector<uint32>* fourccs) = 0;
H A Dvideocapturer.cc600 if (!GetPreferredFourccs(&preferred_fourccs)) {

Completed in 1083 milliseconds