Home
last modified time | relevance | path

Searched refs:dst_stride_rgb24 (Results 1 – 6 of 6) sorted by relevance

/external/libyuv/files/source/
Dconvert_from.cc902 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()
Dplanar_functions.cc629 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/
Dconvert_from.cc716 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()
Dconvert_from_argb.cc764 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/
Dconvert_from_argb.h49 uint8* dst_rgb24, int dst_stride_rgb24,
/external/libyuv/files/include/libyuv/
Dplanar_functions.h105 uint8* dst_rgb24, int dst_stride_rgb24,