Home
last modified time | relevance | path

Searched refs:ARGBRotate (Results 1 – 8 of 8) sorted by relevance

/external/libyuv/files/unit_test/
Drotate_argb_test.cc66 ARGBRotate(src_argb, src_stride_argb, dst_argb_c, dst_stride_argb, in TestRotateBpp()
71 ARGBRotate(src_argb, src_stride_argb, dst_argb_opt, dst_stride_argb, in TestRotateBpp()
/external/libyuv/files/include/libyuv/
Drotate_argb.h24 int ARGBRotate(const uint8* src_argb,
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/
Drotate_argb.h24 int ARGBRotate(const uint8* src_argb, int src_stride_argb,
/external/libyuv/files/docs/
Drotation.md69 # ARGBRotate chapter
72 int ARGBRotate(const uint8* src_argb, int src_stride_argb,
/external/libyuv/files/source/
Dconvert_to_argb.cc254 r = ARGBRotate(crop_argb, argb_stride, dest_argb, dest_argb_stride, in ConvertToARGB()
260 r = ARGBRotate(src, src_width * 4, crop_argb, argb_stride, crop_width, in ConvertToARGB()
Drotate_argb.cc196 int ARGBRotate(const uint8* src_argb, in ARGBRotate() function
/external/libvpx/libvpx/third_party/libyuv/source/
Drotate_argb.cc161 int ARGBRotate(const uint8* src_argb, int src_stride_argb, in ARGBRotate() function
Dconvert_to_argb.cc292 r = ARGBRotate(crop_argb, argb_stride, in ConvertToARGB()