Searched refs:test_in_frame (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/webrtc/common_video/libyuv/
H A Dlibyuv_unittest.cc345 I420VideoFrame in_frame, test_in_frame; local
354 test_in_frame.CopyFrame(in_frame);
369 test_in_frame.buffer(kYPlane), width * height));
371 test_in_frame.buffer(kUPlane), half_width * half_height));
373 test_in_frame.buffer(kVPlane), half_width * half_height));
381 test_in_frame.buffer(kYPlane), width * height));
383 test_in_frame.buffer(kUPlane), half_width * half_height));
385 test_in_frame.buffer(kVPlane), half_width * half_height));

Completed in 194 milliseconds