HomeSort by relevance Sort by last modified time
    Searched refs:GetPreferredFourccs (Results 1 - 16 of 16) sorted by null

  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
remotevideocapturer.h 54 virtual bool GetPreferredFourccs(std::vector<uint32>* fourccs) OVERRIDE;
remotevideocapturer_unittest.cc 104 TEST_F(RemoteVideoCapturerTest, GetPreferredFourccs) {
105 EXPECT_FALSE(capturer_.GetPreferredFourccs(NULL));
108 EXPECT_TRUE(capturer_.GetPreferredFourccs(&fourccs));
remotevideocapturer.cc 68 bool RemoteVideoCapturer::GetPreferredFourccs(std::vector<uint32>* fourccs) {
  /external/chromium_org/content/renderer/media/webrtc/
webrtc_video_capturer_adapter.h 46 virtual bool GetPreferredFourccs(std::vector<uint32>* fourccs) OVERRIDE;
webrtc_video_capturer_adapter.cc 53 bool WebRtcVideoCapturerAdapter::GetPreferredFourccs(
  /external/chromium_org/remoting/host/
cast_video_capturer_adapter.h 56 virtual bool GetPreferredFourccs(std::vector<uint32>* fourccs) OVERRIDE;
cast_video_capturer_adapter.cc 183 bool CastVideoCapturerAdapter::GetPreferredFourccs(
  /external/chromium_org/third_party/libjingle/source/talk/media/devices/
yuvframescapturer.h 46 virtual bool GetPreferredFourccs(std::vector<uint32>* fourccs);
filevideocapturer.h 120 virtual bool GetPreferredFourccs(std::vector<uint32>* fourccs);
yuvframescapturer.cc 142 bool YuvFramesCapturer::GetPreferredFourccs(std::vector<uint32>* fourccs) {
filevideocapturer.cc 269 bool FileVideoCapturer::GetPreferredFourccs(std::vector<uint32>* fourccs) {
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcvideocapturer.h 76 virtual bool GetPreferredFourccs(std::vector<uint32>* fourccs);
webrtcvideocapturer.cc 316 bool WebRtcVideoCapturer::GetPreferredFourccs(
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
fakevideocapturer.h 145 bool GetPreferredFourccs(std::vector<uint32>* fourccs) {
videocapturer.h 158 // the best capture format uses a fourcc in GetPreferredFourccs().
317 virtual bool GetPreferredFourccs(std::vector<uint32>* fourccs) = 0;
videocapturer.cc 600 if (!GetPreferredFourccs(&preferred_fourccs)) {

Completed in 248 milliseconds