/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/ |
D | remotevideocapturer_unittest.cc | 104 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()
|
D | remotevideocapturer.h | 54 virtual bool GetPreferredFourccs(std::vector<uint32>* fourccs) OVERRIDE;
|
D | remotevideocapturer.cc | 68 bool RemoteVideoCapturer::GetPreferredFourccs(std::vector<uint32>* fourccs) { in GetPreferredFourccs() function in webrtc::RemoteVideoCapturer
|
/external/chromium_org/content/renderer/media/webrtc/ |
D | webrtc_video_capturer_adapter.h | 46 virtual bool GetPreferredFourccs(std::vector<uint32>* fourccs) OVERRIDE; in NON_EXPORTED_BASE()
|
D | webrtc_video_capturer_adapter.cc | 53 bool WebRtcVideoCapturerAdapter::GetPreferredFourccs( in GetPreferredFourccs() function in content::WebRtcVideoCapturerAdapter
|
/external/chromium_org/third_party/libjingle/source/talk/media/devices/ |
D | yuvframescapturer.h | 46 virtual bool GetPreferredFourccs(std::vector<uint32>* fourccs);
|
D | filevideocapturer.h | 120 virtual bool GetPreferredFourccs(std::vector<uint32>* fourccs);
|
D | yuvframescapturer.cc | 142 bool YuvFramesCapturer::GetPreferredFourccs(std::vector<uint32>* fourccs) { in GetPreferredFourccs() function in cricket::YuvFramesCapturer
|
D | filevideocapturer.cc | 269 bool FileVideoCapturer::GetPreferredFourccs(std::vector<uint32>* fourccs) { in GetPreferredFourccs() function in cricket::FileVideoCapturer
|
/external/chromium_org/remoting/host/ |
D | cast_video_capturer_adapter.h | 56 virtual bool GetPreferredFourccs(std::vector<uint32>* fourccs) OVERRIDE;
|
D | cast_video_capturer_adapter.cc | 183 bool CastVideoCapturerAdapter::GetPreferredFourccs( in GetPreferredFourccs() function in remoting::CastVideoCapturerAdapter
|
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/ |
D | webrtcvideocapturer.h | 76 virtual bool GetPreferredFourccs(std::vector<uint32>* fourccs);
|
D | webrtcvideocapturer.cc | 316 bool WebRtcVideoCapturer::GetPreferredFourccs( in GetPreferredFourccs() function in cricket::WebRtcVideoCapturer
|
/external/chromium_org/third_party/libjingle/source/talk/media/base/ |
D | fakevideocapturer.h | 145 bool GetPreferredFourccs(std::vector<uint32>* fourccs) { in GetPreferredFourccs() function
|
D | videocapturer.h | 317 virtual bool GetPreferredFourccs(std::vector<uint32>* fourccs) = 0;
|
D | videocapturer.cc | 600 if (!GetPreferredFourccs(&preferred_fourccs)) { in GetFormatDistance()
|