Home | History | Annotate | Download | only in base

Lines Matching defs:capture_format_

62     capture_format_ = capturer_->GetSupportedFormats()->at(0);
63 capture_format_.interval = VideoFormat::FpsToInterval(50);
65 adapter_->SetInputFormat(capture_format_);
176 VideoFormat capture_format_;
193 EXPECT_EQ(CS_RUNNING, capturer_->Start(capture_format_));
201 VerifyAdaptedResolution(stats, capture_format_.width, capture_format_.height);
207 adapter_->SetOutputFormat(capture_format_);
208 EXPECT_EQ(CS_RUNNING, capturer_->Start(capture_format_));
216 VerifyAdaptedResolution(stats, capture_format_.width, capture_format_.height);
225 EXPECT_EQ(CS_RUNNING, capturer_->Start(capture_format_));
233 VerifyAdaptedResolution(stats, capture_format_.width, capture_format_.height);
239 VideoFormat request_format = capture_format_;
242 EXPECT_EQ(CS_RUNNING, capturer_->Start(capture_format_));
250 VerifyAdaptedResolution(stats, capture_format_.width, capture_format_.height);
256 VideoFormat request_format = capture_format_;
259 EXPECT_EQ(CS_RUNNING, capturer_->Start(capture_format_));
268 VerifyAdaptedResolution(stats, capture_format_.width, capture_format_.height);
275 VideoFormat request_format = capture_format_;
277 EXPECT_EQ(CS_RUNNING, capturer_->Start(capture_format_));
298 VideoFormat request_format = capture_format_;
302 EXPECT_EQ(CS_RUNNING, capturer_->Start(capture_format_));
314 VideoFormat request_format = capture_format_;
318 EXPECT_EQ(CS_RUNNING, capturer_->Start(capture_format_));
328 VideoFormat request_format = capture_format_;
332 EXPECT_EQ(CS_RUNNING, capturer_->Start(capture_format_));
344 VideoFormat request_format = capture_format_;
346 EXPECT_EQ(CS_RUNNING, capturer_->Start(capture_format_));
371 adapter_->SetOutputFormat(capture_format_);
372 EXPECT_EQ(CS_RUNNING, capturer_->Start(capture_format_));
407 VideoFormat request_format = capture_format_;
431 EXPECT_EQ(CS_RUNNING, capturer_->Start(capture_format_));