Searched refs:adapted_format (Results 1 – 2 of 2) sorted by relevance
99 const VideoFormat adapted_format = in OnFrameCaptured() local101 if (!adapted_format.IsSize0x0()) { in OnFrameCaptured()102 adapted_format_ = adapted_format; in OnFrameCaptured()103 last_adapt_was_no_op_ = (in_width == adapted_format.width && in OnFrameCaptured()104 in_height == adapted_format.height); in OnFrameCaptured()277 VideoFormat adapted_format = adapter_->AdaptFrameResolution( in TEST_F() local279 EXPECT_EQ(capture_format_.width, adapted_format.width); in TEST_F()280 EXPECT_EQ(capture_format_.height, adapted_format.height); in TEST_F()283 adapted_format = capture_format_, in TEST_F()285 EXPECT_EQ(capture_format_.width, adapted_format.width); in TEST_F()[all …]
503 const VideoFormat adapted_format = in OnFrameCaptured() local505 if (adapted_format.IsSize0x0()) { in OnFrameCaptured()510 adapted_width = adapted_format.width; in OnFrameCaptured()511 adapted_height = adapted_format.height; in OnFrameCaptured()