Searched refs:ARGBRotate (Results 1 – 8 of 8) sorted by relevance
/external/libyuv/files/unit_test/ |
D | rotate_argb_test.cc | 66 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/ |
D | rotate_argb.h | 24 int ARGBRotate(const uint8* src_argb,
|
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
D | rotate_argb.h | 24 int ARGBRotate(const uint8* src_argb, int src_stride_argb,
|
/external/libyuv/files/docs/ |
D | rotation.md | 69 # ARGBRotate chapter 72 int ARGBRotate(const uint8* src_argb, int src_stride_argb,
|
/external/libyuv/files/source/ |
D | convert_to_argb.cc | 254 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()
|
D | rotate_argb.cc | 196 int ARGBRotate(const uint8* src_argb, in ARGBRotate() function
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | rotate_argb.cc | 161 int ARGBRotate(const uint8* src_argb, int src_stride_argb, in ARGBRotate() function
|
D | convert_to_argb.cc | 292 r = ARGBRotate(crop_argb, argb_stride, in ConvertToARGB()
|