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

  /external/chromium_org/third_party/libjingle/source/talk/media/base/
mutedvideocapturer.h 50 virtual bool GetPreferredFourccs(std::vector<uint32>* fourccs);
mutedvideocapturer_unittest.cc 76 TEST_F(MutedVideoCapturerTest, GetPreferredFourccs) {
78 EXPECT_TRUE(capturer_.GetPreferredFourccs(&fourccs));
80 EXPECT_TRUE(capturer_.GetPreferredFourccs(&fourccs));
mutedvideocapturer.cc 125 bool MutedVideoCapturer::GetPreferredFourccs(std::vector<uint32>* fourccs) {
fakevideocapturer.h 139 bool GetPreferredFourccs(std::vector<uint32>* fourccs) {
videocapturer.h 154 // the best capture format uses a fourcc in GetPreferredFourccs().
268 virtual bool GetPreferredFourccs(std::vector<uint32>* fourccs) = 0;
videocapturer.cc 459 if (!GetPreferredFourccs(&preferred_fourccs)) {
  /external/chromium_org/content/renderer/media/
rtc_video_capturer.h 37 virtual bool GetPreferredFourccs(std::vector<uint32>* fourccs) OVERRIDE;
video_destination_handler.h 50 virtual bool GetPreferredFourccs(std::vector<uint32>* fourccs) OVERRIDE;
video_destination_handler_unittest.cc 81 TEST_F(PpFrameWriterTest, GetPreferredFourccs) {
83 EXPECT_TRUE(writer_.GetPreferredFourccs(&fourccs));
rtc_video_capturer.cc 71 bool RtcVideoCapturer::GetPreferredFourccs(std::vector<uint32>* fourccs) {
video_destination_handler.cc 54 bool PpFrameWriter::GetPreferredFourccs(std::vector<uint32>* fourccs) {
56 LOG(ERROR) << "PpFrameWriter::GetPreferredFourccs - "
  /external/chromium_org/third_party/libjingle/source/talk/media/devices/
filevideocapturer.h 120 virtual bool GetPreferredFourccs(std::vector<uint32>* fourccs);
filevideocapturer.cc 252 bool FileVideoCapturer::GetPreferredFourccs(std::vector<uint32>* fourccs) {