Home
last modified time | relevance | path

Searched refs:yv12_frame (Results 1 – 1 of 1) sorted by relevance

/external/webrtc/webrtc/common_video/libyuv/
Dlibyuv_unittest.cc199 VideoFrame yv12_frame; in TEST_F() local
201 yv12_frame.CreateFrame(outYV120Buffer.get(), in TEST_F()
206 EXPECT_EQ(0, ConvertFromYV12(yv12_frame, kI420, 0, res_i420_buffer.get())); in TEST_F()