/external/libyuv/files/include/libyuv/ |
planar_functions.h | 26 void SetPlane(uint8* dst_y, int dst_stride_y,
|
/external/libyuv/files/source/ |
planar_functions.cc | 922 void SetPlane(uint8* dst_y, int dst_stride_y, 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); [all...] |
convert.cc | 352 SetPlane(dst_u, dst_stride_u, halfwidth, halfheight, 128); 353 SetPlane(dst_v, dst_stride_v, halfwidth, halfheight, 128); [all...] |
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
planar_functions.h | 38 void SetPlane(uint8* dst_y, int dst_stride_y,
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
planar_functions.cc | 1109 void SetPlane(uint8* dst_y, int dst_stride_y, [all...] |
convert.cc | 181 SetPlane(dst_u, dst_stride_u, halfwidth, halfheight, 128); 182 SetPlane(dst_v, dst_stride_v, halfwidth, halfheight, 128); [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
d3drmobj.h | [all...] |