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

/external/libyuv/files/include/libyuv/
H A Dplanar_functions.h26 void SetPlane(uint8* dst_y, int dst_stride_y,
/external/libyuv/files/source/
H A Dplanar_functions.cc922 void SetPlane(uint8* dst_y, int dst_stride_y, function
969 SetPlane(start_y, dst_stride_y, width, height, value_y);
970 SetPlane(start_u, dst_stride_u, halfwidth, halfheight, value_u);
971 SetPlane(start_v, dst_stride_v, halfwidth, halfheight, value_v);
H A Dconvert.cc352 SetPlane(dst_u, dst_stride_u, halfwidth, halfheight, 128);
353 SetPlane(dst_v, dst_stride_v, halfwidth, halfheight, 128);
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/include/libyuv/
H A Dplanar_functions.h38 void SetPlane(uint8* dst_y, int dst_stride_y,
/external/chromium_org/third_party/libyuv/include/libyuv/
H A Dplanar_functions.h38 void SetPlane(uint8* dst_y, int dst_stride_y,
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/source/
H A Dplanar_functions.cc1069 void SetPlane(uint8* dst_y, int dst_stride_y, function
1123 SetPlane(start_y, dst_stride_y, width, height, value_y);
1124 SetPlane(start_u, dst_stride_u, halfwidth, halfheight, value_u);
1125 SetPlane(start_v, dst_stride_v, halfwidth, halfheight, value_v);
H A Dconvert.cc181 SetPlane(dst_u, dst_stride_u, halfwidth, halfheight, 128);
182 SetPlane(dst_v, dst_stride_v, halfwidth, halfheight, 128);
/external/chromium_org/third_party/libyuv/source/
H A Dplanar_functions.cc1069 void SetPlane(uint8* dst_y, int dst_stride_y, function
1123 SetPlane(start_y, dst_stride_y, width, height, value_y);
1124 SetPlane(start_u, dst_stride_u, halfwidth, halfheight, value_u);
1125 SetPlane(start_v, dst_stride_v, halfwidth, halfheight, value_v);
H A Dconvert.cc181 SetPlane(dst_u, dst_stride_u, halfwidth, halfheight, 128);
182 SetPlane(dst_v, dst_stride_v, halfwidth, halfheight, 128);

Completed in 172 milliseconds