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

  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcvideocapturer_unittest.cc 69 EXPECT_TRUE(capturer_->GetCaptureFormat() == NULL);
85 EXPECT_TRUE(capturer_->GetCaptureFormat() == NULL); // not started yet
100 ASSERT_TRUE(capturer_->GetCaptureFormat() != NULL);
101 EXPECT_EQ(format, *capturer_->GetCaptureFormat());
105 EXPECT_EQ(capturer_->GetCaptureFormat()->fourcc, listener_.frame_fourcc());
111 EXPECT_TRUE(capturer_->GetCaptureFormat() == NULL);
126 ASSERT_TRUE(capturer_->GetCaptureFormat() != NULL);
127 EXPECT_EQ(format, *capturer_->GetCaptureFormat());
131 EXPECT_EQ(capturer_->GetCaptureFormat()->fourcc, listener_.frame_fourcc());
137 EXPECT_TRUE(capturer_->GetCaptureFormat() == NULL)
    [all...]
webrtcvideocapturer.cc 323 << ". Expected format " << GetCaptureFormat()->ToString();
webrtcvideoengine.cc 560 const VideoFormat* capture_format = video_capturer->GetCaptureFormat();
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
fakevideocapturer.h 70 if (!GetCaptureFormat()) {
73 return CaptureCustomFrame(GetCaptureFormat()->width,
74 GetCaptureFormat()->height,
75 GetCaptureFormat()->fourcc);
mutedvideocapturer_unittest.cc 50 return (received_width_ == capturer_.GetCaptureFormat()->width) &&
51 (received_height_ == capturer_.GetCaptureFormat()->height);
videocapturer.h 115 // GetCaptureFormat() optionally
189 const VideoFormat* GetCaptureFormat() const {
videocapturer.cc 192 if (GetCaptureFormat() != NULL && *GetCaptureFormat() == capture_format) {
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
localvideosource_unittest.cc 206 const cricket::VideoFormat* format = capturer_->GetCaptureFormat();
226 const cricket::VideoFormat* format = capturer_->GetCaptureFormat();
247 const cricket::VideoFormat* format = capturer_->GetCaptureFormat();
273 const cricket::VideoFormat* format = capturer_->GetCaptureFormat();
287 const cricket::VideoFormat* format = capturer_->GetCaptureFormat();
309 const cricket::VideoFormat* format = capturer_->GetCaptureFormat();
454 const cricket::VideoFormat* format = capturer_->GetCaptureFormat();
475 const cricket::VideoFormat* format = capturer_->GetCaptureFormat();
495 const cricket::VideoFormat* format = capturer_->GetCaptureFormat();
509 ASSERT_TRUE(capturer_->GetCaptureFormat() == NULL)
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/test/
fakeperiodicvideocapturer.h 72 GetCaptureFormat()->interval / talk_base::kNumNanosecsPerMillisec),
  /external/chromium_org/third_party/libjingle/source/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 352 GetCaptureFormat()->interval > VideoFormat::kMinimumInterval ?
353 GetCaptureFormat()->interval :
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
channel.cc     [all...]

Completed in 1188 milliseconds