Home
last modified time | relevance | path

Searched refs:SetPlane (Results 1 – 6 of 6) sorted by relevance

/external/libyuv/files/source/
Dplanar_functions.cc922 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()
Dconvert.cc352 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/
Dplanar_functions.h26 void SetPlane(uint8* dst_y, int dst_stride_y,
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/
Dplanar_functions.h38 void SetPlane(uint8* dst_y, int dst_stride_y,
/external/libvpx/libvpx/third_party/libyuv/source/
Dplanar_functions.cc1109 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()
Dconvert.cc181 SetPlane(dst_u, dst_stride_u, halfwidth, halfheight, 128); in I400ToI420()
182 SetPlane(dst_v, dst_stride_v, halfwidth, halfheight, 128); in I400ToI420()