Searched refs:SetPlane (Results 1 – 6 of 6) sorted by relevance
/external/libyuv/files/source/ |
D | planar_functions.cc | 922 void SetPlane(uint8* dst_y, int dst_stride_y, in SetPlane() function 969 SetPlane(start_y, dst_stride_y, width, height, value_y); in I420Rect() 970 SetPlane(start_u, dst_stride_u, halfwidth, halfheight, value_u); in I420Rect() 971 SetPlane(start_v, dst_stride_v, halfwidth, halfheight, value_v); in I420Rect()
|
D | convert.cc | 352 SetPlane(dst_u, dst_stride_u, halfwidth, halfheight, 128); in I400ToI420() 353 SetPlane(dst_v, dst_stride_v, halfwidth, halfheight, 128); in I400ToI420()
|
/external/libyuv/files/include/libyuv/ |
D | planar_functions.h | 26 void SetPlane(uint8* dst_y, int dst_stride_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 | 1109 void SetPlane(uint8* dst_y, int dst_stride_y, in SetPlane() function 1176 SetPlane(start_y, dst_stride_y, width, height, value_y); in I420Rect() 1177 SetPlane(start_u, dst_stride_u, halfwidth, halfheight, value_u); in I420Rect() 1178 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()
|