Home
last modified time | relevance | path

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

/external/chromium_org/third_party/libjingle/source/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 virtual bool GetPreferredFourccs(std::vector<uint32>* fourccs) OVERRIDE;
Dremotevideocapturer.cc68 bool RemoteVideoCapturer::GetPreferredFourccs(std::vector<uint32>* fourccs) { in GetPreferredFourccs() function in webrtc::RemoteVideoCapturer
/external/chromium_org/content/renderer/media/webrtc/
Dwebrtc_video_capturer_adapter.h46 virtual bool GetPreferredFourccs(std::vector<uint32>* fourccs) OVERRIDE; in NON_EXPORTED_BASE()
Dwebrtc_video_capturer_adapter.cc53 bool WebRtcVideoCapturerAdapter::GetPreferredFourccs( in GetPreferredFourccs() function in content::WebRtcVideoCapturerAdapter
/external/chromium_org/third_party/libjingle/source/talk/media/devices/
Dyuvframescapturer.h46 virtual bool GetPreferredFourccs(std::vector<uint32>* fourccs);
Dfilevideocapturer.h120 virtual bool GetPreferredFourccs(std::vector<uint32>* fourccs);
Dyuvframescapturer.cc142 bool YuvFramesCapturer::GetPreferredFourccs(std::vector<uint32>* fourccs) { in GetPreferredFourccs() function in cricket::YuvFramesCapturer
Dfilevideocapturer.cc269 bool FileVideoCapturer::GetPreferredFourccs(std::vector<uint32>* fourccs) { in GetPreferredFourccs() function in cricket::FileVideoCapturer
/external/chromium_org/remoting/host/
Dcast_video_capturer_adapter.h56 virtual bool GetPreferredFourccs(std::vector<uint32>* fourccs) OVERRIDE;
Dcast_video_capturer_adapter.cc183 bool CastVideoCapturerAdapter::GetPreferredFourccs( in GetPreferredFourccs() function in remoting::CastVideoCapturerAdapter
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
Dwebrtcvideocapturer.h76 virtual bool GetPreferredFourccs(std::vector<uint32>* fourccs);
Dwebrtcvideocapturer.cc316 bool WebRtcVideoCapturer::GetPreferredFourccs( in GetPreferredFourccs() function in cricket::WebRtcVideoCapturer
/external/chromium_org/third_party/libjingle/source/talk/media/base/
Dfakevideocapturer.h145 bool GetPreferredFourccs(std::vector<uint32>* fourccs) { in GetPreferredFourccs() function
Dvideocapturer.h317 virtual bool GetPreferredFourccs(std::vector<uint32>* fourccs) = 0;
Dvideocapturer.cc600 if (!GetPreferredFourccs(&preferred_fourccs)) { in GetFormatDistance()