Searched refs:SetPlane (Results 1 – 7 of 7) sorted by relevance
/external/libyuv/files/include/libyuv/ |
D | planar_functions.h | 44 void SetPlane(uint8* dst_y,
|
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
D | planar_functions.h | 38 void SetPlane(uint8* dst_y, int dst_stride_y,
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | planar_functions.cc | 1288 void SetPlane(uint8* dst_y, int dst_stride_y, in SetPlane() function 1355 SetPlane(start_y, dst_stride_y, width, height, value_y); in I420Rect() 1356 SetPlane(start_u, dst_stride_u, halfwidth, halfheight, value_u); in I420Rect() 1357 SetPlane(start_v, dst_stride_v, halfwidth, halfheight, value_v); in I420Rect()
|
D | convert.cc | 184 SetPlane(dst_u, dst_stride_u, halfwidth, halfheight, 128); in I400ToI420() 185 SetPlane(dst_v, dst_stride_v, halfwidth, halfheight, 128); in I400ToI420()
|
/external/libyuv/files/source/ |
D | planar_functions.cc | 1538 void SetPlane(uint8* dst_y, in SetPlane() function 1611 SetPlane(start_y, dst_stride_y, width, height, value_y); in I420Rect() 1612 SetPlane(start_u, dst_stride_u, halfwidth, halfheight, value_u); in I420Rect() 1613 SetPlane(start_v, dst_stride_v, halfwidth, halfheight, value_v); in I420Rect()
|
D | convert.cc | 181 SetPlane(dst_u, dst_stride_u, halfwidth, halfheight, 128); in I400ToI420() 182 SetPlane(dst_v, dst_stride_v, halfwidth, halfheight, 128); in I400ToI420()
|
/external/libyuv/files/unit_test/ |
D | planar_test.cc | 2354 SetPlane(dst_argb_c + off, kStride, width, invert * height, v32); in TestARGBRect() 2362 SetPlane(dst_argb_opt + off, kStride, width, invert * height, v32); in TestARGBRect()
|