Searched refs:dst_stride_rgb24 (Results 1 – 6 of 6) sorted by relevance
/external/libyuv/files/source/ |
D | convert_from.cc | 902 uint8* dst_rgb24, int dst_stride_rgb24, in I420ToRGB24() argument 912 dst_rgb24 = dst_rgb24 + (height - 1) * dst_stride_rgb24; in I420ToRGB24() 913 dst_stride_rgb24 = -dst_stride_rgb24; in I420ToRGB24() 932 if (IS_ALIGNED(dst_rgb24, 16) && IS_ALIGNED(dst_stride_rgb24, 16)) { in I420ToRGB24() 941 dst_rgb24 += dst_stride_rgb24; in I420ToRGB24()
|
D | planar_functions.cc | 629 uint8* dst_rgb24, int dst_stride_rgb24, in ARGBToRGB24() argument 648 IS_ALIGNED(dst_rgb24, 16) && IS_ALIGNED(dst_stride_rgb24, 16)) { in ARGBToRGB24() 667 dst_rgb24 += dst_stride_rgb24; in ARGBToRGB24()
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | convert_from.cc | 716 uint8* dst_rgb24, int dst_stride_rgb24, in I420ToRGB24() argument 731 dst_rgb24 = dst_rgb24 + (height - 1) * dst_stride_rgb24; in I420ToRGB24() 732 dst_stride_rgb24 = -dst_stride_rgb24; in I420ToRGB24() 761 dst_rgb24 += dst_stride_rgb24; in I420ToRGB24()
|
D | convert_from_argb.cc | 764 uint8* dst_rgb24, int dst_stride_rgb24, in ARGBToRGB24() argument 779 dst_stride_rgb24 == width * 3) { in ARGBToRGB24() 782 src_stride_argb = dst_stride_rgb24 = 0; in ARGBToRGB24() 804 dst_rgb24 += dst_stride_rgb24; in ARGBToRGB24()
|
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
D | convert_from_argb.h | 49 uint8* dst_rgb24, int dst_stride_rgb24,
|
/external/libyuv/files/include/libyuv/ |
D | planar_functions.h | 105 uint8* dst_rgb24, int dst_stride_rgb24,
|