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

/external/chromium_org/third_party/webrtc/common_video/libyuv/
H A Dlibyuv_unittest.cc60 void CreateImage(I420VideoFrame* frame, int plane_offset[kNumOfPlanes]) { argument
72 data[j] = static_cast<uint8_t>(i + plane_offset[plane_num] + j);
348 int plane_offset[kNumOfPlanes]; local
349 plane_offset[kYPlane] = 10;
350 plane_offset[kUPlane] = 100;
351 plane_offset[kVPlane] = 200;
352 CreateImage(&in_frame, plane_offset);
359 CreateImage(&out_frame, plane_offset);

Completed in 212 milliseconds