Lines Matching full:out_format
795 const VideoFormat out_format = adapter.AdaptFrameResolution(640, 360);
796 EXPECT_EQ(640, out_format.width);
797 EXPECT_EQ(360, out_format.height);
833 VideoFormat out_format = adapter.AdaptFrameResolution(640, 360);
834 EXPECT_EQ(640, out_format.width);
835 EXPECT_EQ(360, out_format.height);
843 out_format = adapter.AdaptFrameResolution(640, 360);
845 EXPECT_EQ(640, out_format.width);
846 EXPECT_EQ(360, out_format.height);