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