Home
last modified time | relevance | path

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

/external/libvpx/libvpx/third_party/libyuv/source/
Dconvert_from.cc507 uint8* dst_rgb24, int dst_stride_rgb24, in I420ToRGB24Matrix() argument
524 dst_rgb24 = dst_rgb24 + (height - 1) * dst_stride_rgb24; in I420ToRGB24Matrix()
525 dst_stride_rgb24 = -dst_stride_rgb24; in I420ToRGB24Matrix()
554 dst_rgb24 += dst_stride_rgb24; in I420ToRGB24Matrix()
569 uint8* dst_rgb24, int dst_stride_rgb24, in I420ToRGB24() argument
574 dst_rgb24, dst_stride_rgb24, in I420ToRGB24()
Dconvert_from_argb.cc753 uint8* dst_rgb24, int dst_stride_rgb24, in ARGBToRGB24() argument
768 dst_stride_rgb24 == width * 3) { in ARGBToRGB24()
771 src_stride_argb = dst_stride_rgb24 = 0; in ARGBToRGB24()
793 dst_rgb24 += dst_stride_rgb24; in ARGBToRGB24()
Dplanar_functions.cc1240 uint8* dst_rgb24, int dst_stride_rgb24, in RAWToRGB24() argument
1257 dst_stride_rgb24 == width * 3) { in RAWToRGB24()
1260 src_stride_raw = dst_stride_rgb24 = 0; in RAWToRGB24()
1282 dst_rgb24 += dst_stride_rgb24; in RAWToRGB24()
/external/libyuv/files/source/
Dconvert_from.cc561 int dst_stride_rgb24, in I420ToRGB24Matrix() argument
576 dst_rgb24 = dst_rgb24 + (height - 1) * dst_stride_rgb24; in I420ToRGB24Matrix()
577 dst_stride_rgb24 = -dst_stride_rgb24; in I420ToRGB24Matrix()
614 dst_rgb24 += dst_stride_rgb24; in I420ToRGB24Matrix()
633 int dst_stride_rgb24, in I420ToRGB24() argument
637 src_stride_v, dst_rgb24, dst_stride_rgb24, in I420ToRGB24()
Dconvert_from_argb.cc929 int dst_stride_rgb24, in ARGBToRGB24() argument
944 if (src_stride_argb == width * 4 && dst_stride_rgb24 == width * 3) { in ARGBToRGB24()
947 src_stride_argb = dst_stride_rgb24 = 0; in ARGBToRGB24()
977 dst_rgb24 += dst_stride_rgb24; in ARGBToRGB24()
Dplanar_functions.cc1483 int dst_stride_rgb24, in RAWToRGB24() argument
1499 if (src_stride_raw == width * 3 && dst_stride_rgb24 == width * 3) { in RAWToRGB24()
1502 src_stride_raw = dst_stride_rgb24 = 0; in RAWToRGB24()
1532 dst_rgb24 += dst_stride_rgb24; in RAWToRGB24()
/external/libyuv/files/include/libyuv/
Dconvert_from_argb.h63 int dst_stride_rgb24,
Dplanar_functions.h290 int dst_stride_rgb24,
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/
Dconvert_from_argb.h49 uint8* dst_rgb24, int dst_stride_rgb24,
Dplanar_functions.h192 uint8* dst_rgb24, int dst_stride_rgb24,