Searched refs:res_i420_frame (Results 1 – 1 of 1) sorted by relevance
/external/webrtc/webrtc/common_video/libyuv/ |
D | libyuv_unittest.cc | 144 VideoFrame res_i420_frame; in TEST_F() local 145 EXPECT_EQ(0, res_i420_frame.CreateEmptyFrame(width_, height_, width_, in TEST_F() 153 height_, 0, kVideoRotation_0, &res_i420_frame)); in TEST_F() 155 if (PrintVideoFrame(res_i420_frame, output_file) < 0) { in TEST_F() 158 psnr = I420PSNR(&orig_frame_, &res_i420_frame); in TEST_F() 168 res_i420_frame.CreateEmptyFrame(width_, height_, stride_y, in TEST_F() 173 height_, 0, kVideoRotation_0, &res_i420_frame)); in TEST_F() 175 if (PrintVideoFrame(res_i420_frame, output_file) < 0) { in TEST_F() 178 psnr = I420PSNR(&orig_frame_, &res_i420_frame); in TEST_F() 188 height_, 0, kVideoRotation_0, &res_i420_frame)); in TEST_F() [all …]
|