HomeSort by relevance Sort by last modified time
    Searched full:argbrotate (Results 1 - 8 of 8) sorted by null

  /external/libvpx/libvpx/third_party/libyuv/include/libyuv/
rotate_argb.h 24 int ARGBRotate(const uint8* src_argb, int src_stride_argb,
  /external/libyuv/files/include/libyuv/
rotate_argb.h 24 int ARGBRotate(const uint8* src_argb,
  /external/libyuv/files/docs/
rotation.md 69 # ARGBRotate
72 int ARGBRotate(const uint8* src_argb, int src_stride_argb,
  /external/libyuv/files/unit_test/
rotate_argb_test.cc 66 ARGBRotate(src_argb, src_stride_argb, dst_argb_c, dst_stride_argb,
71 ARGBRotate(src_argb, src_stride_argb, dst_argb_opt, dst_stride_argb,
  /external/libyuv/files/source/
convert_to_argb.cc 254 r = ARGBRotate(crop_argb, argb_stride, dest_argb, dest_argb_stride,
260 r = ARGBRotate(src, src_width * 4, crop_argb, argb_stride, crop_width,
rotate_argb.cc 196 int ARGBRotate(const uint8* src_argb,
  /external/libvpx/libvpx/third_party/libyuv/source/
rotate_argb.cc 161 int ARGBRotate(const uint8* src_argb, int src_stride_argb,
convert_to_argb.cc 292 r = ARGBRotate(crop_argb, argb_stride,

Completed in 532 milliseconds