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

  /external/webrtc/talk/media/webrtc/
webrtcvideocapturer_unittest.cc 71 EXPECT_TRUE(capturer_->GetCaptureFormat() == NULL);
87 EXPECT_TRUE(capturer_->GetCaptureFormat() == NULL); // not started yet
102 ASSERT_TRUE(capturer_->GetCaptureFormat() != NULL);
103 EXPECT_EQ(format, *capturer_->GetCaptureFormat());
107 EXPECT_EQ(capturer_->GetCaptureFormat()->fourcc, listener_.frame_fourcc());
113 EXPECT_TRUE(capturer_->GetCaptureFormat() == NULL);
129 ASSERT_TRUE(capturer_->GetCaptureFormat() != NULL);
130 EXPECT_EQ(format, *capturer_->GetCaptureFormat());
134 EXPECT_EQ(capturer_->GetCaptureFormat()->fourcc, listener_.frame_fourcc());
140 EXPECT_TRUE(capturer_->GetCaptureFormat() == NULL)
    [all...]
webrtcvideocapturer.cc 413 << ". Expected format " << GetCaptureFormat()->ToString();
  /external/webrtc/talk/media/base/
fakevideocapturer.h 79 if (!GetCaptureFormat()) {
82 return CaptureCustomFrame(GetCaptureFormat()->width,
83 GetCaptureFormat()->height,
84 GetCaptureFormat()->interval,
85 GetCaptureFormat()->fourcc);
videocapturer.h 120 // GetCaptureFormat() optionally
192 const VideoFormat* GetCaptureFormat() const {
videocapturer.cc 218 if (GetCaptureFormat() != NULL && *GetCaptureFormat() == capture_format) {
  /external/webrtc/talk/app/webrtc/
remotevideocapturer_unittest.cc 95 *capturer_.GetCaptureFormat());
101 EXPECT_TRUE(NULL == capturer_.GetCaptureFormat());
videosource_unittest.cc 259 const cricket::VideoFormat* format = capturer_->GetCaptureFormat();
279 const cricket::VideoFormat* format = capturer_->GetCaptureFormat();
300 const cricket::VideoFormat* format = capturer_->GetCaptureFormat();
326 const cricket::VideoFormat* format = capturer_->GetCaptureFormat();
340 const cricket::VideoFormat* format = capturer_->GetCaptureFormat();
362 const cricket::VideoFormat* format = capturer_->GetCaptureFormat();
486 const cricket::VideoFormat* format = capturer_->GetCaptureFormat();
505 const cricket::VideoFormat* format = capturer_->GetCaptureFormat();
525 const cricket::VideoFormat* format = capturer_->GetCaptureFormat();
539 ASSERT_TRUE(capturer_->GetCaptureFormat() == NULL)
    [all...]
  /external/webrtc/talk/app/webrtc/test/
fakeperiodicvideocapturer.h 72 GetCaptureFormat()->interval / rtc::kNumNanosecsPerMillisec),
  /external/webrtc/talk/media/devices/
filevideocapturer_unittest.cc 92 EXPECT_EQ(NULL, capturer_->GetCaptureFormat());
105 EXPECT_EQ(NULL, capturer_->GetCaptureFormat()); // not started yet
165 EXPECT_TRUE(NULL != capturer_->GetCaptureFormat());
166 EXPECT_TRUE(capture_format_ == *capturer_->GetCaptureFormat());
filevideocapturer.cc 371 GetCaptureFormat()->interval > VideoFormat::kMinimumInterval
372 ? GetCaptureFormat()->interval

Completed in 82 milliseconds