Home | History | Annotate | Download | only in libyuv

Lines Matching refs:out_frame

356   I420VideoFrame out_frame, test_out_frame;
357 out_frame.CreateEmptyFrame(width, height, width,
359 CreateImage(&out_frame, plane_offset);
360 test_out_frame.CopyFrame(out_frame);
364 EXPECT_EQ(0, MirrorI420LeftRight(&in_frame, &out_frame));
365 EXPECT_EQ(0, PrintFrame(&out_frame, "OutputFrame"));
366 EXPECT_EQ(0, MirrorI420LeftRight(&out_frame, &in_frame));
377 EXPECT_EQ(0, MirrorI420UpDown(&in_frame, &out_frame));
378 EXPECT_EQ(0, PrintFrame(&out_frame, "OutputFrame"));
379 EXPECT_EQ(0, MirrorI420UpDown(&out_frame, &test_frame));