Home
last modified time | relevance | path

Searched refs:GetCaptureFormat (Results 1 – 10 of 10) sorted by relevance

/external/webrtc/talk/media/webrtc/
Dwebrtcvideocapturer_unittest.cc71 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 …]
Dwebrtcvideocapturer.cc413 << ". Expected format " << GetCaptureFormat()->ToString(); in SignalFrameCapturedOnStartThread()
/external/webrtc/talk/media/base/
Dfakevideocapturer.h79 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()
Dvideocapturer.h192 const VideoFormat* GetCaptureFormat() const { in GetCaptureFormat() function
Dvideocapturer.cc218 if (GetCaptureFormat() != NULL && *GetCaptureFormat() == capture_format) { in Restart()
/external/webrtc/talk/app/webrtc/
Dvideosource_unittest.cc259 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 …]
Dremotevideocapturer_unittest.cc95 *capturer_.GetCaptureFormat()); in TEST_F()
101 EXPECT_TRUE(NULL == capturer_.GetCaptureFormat()); in TEST_F()
/external/webrtc/talk/media/devices/
Dfilevideocapturer_unittest.cc92 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()
Dfilevideocapturer.cc371 GetCaptureFormat()->interval > VideoFormat::kMinimumInterval in ReadFrame()
372 ? GetCaptureFormat()->interval in ReadFrame()
/external/webrtc/talk/app/webrtc/test/
Dfakeperiodicvideocapturer.h72 GetCaptureFormat()->interval / rtc::kNumNanosecsPerMillisec), in OnMessage()