Home
last modified time | relevance | path

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

/external/libyuv/files/source/
Dconvert_from.cc831 int dst_stride_rgb565, in I420ToRGB565() argument
845 dst_rgb565 = dst_rgb565 + (height - 1) * dst_stride_rgb565; in I420ToRGB565()
846 dst_stride_rgb565 = -dst_stride_rgb565; in I420ToRGB565()
883 dst_rgb565 += dst_stride_rgb565; in I420ToRGB565()
902 int dst_stride_rgb565, in I422ToRGB565() argument
916 dst_rgb565 = dst_rgb565 + (height - 1) * dst_stride_rgb565; in I422ToRGB565()
917 dst_stride_rgb565 = -dst_stride_rgb565; in I422ToRGB565()
954 dst_rgb565 += dst_stride_rgb565; in I422ToRGB565()
976 int dst_stride_rgb565, in I420ToRGB565Dither() argument
994 dst_rgb565 = dst_rgb565 + (height - 1) * dst_stride_rgb565; in I420ToRGB565Dither()
[all …]
Dconvert_from_argb.cc1050 int dst_stride_rgb565, in ARGBToRGB565Dither() argument
1107 dst_rgb565 += dst_stride_rgb565; in ARGBToRGB565Dither()
1118 int dst_stride_rgb565, in ARGBToRGB565() argument
1133 if (src_stride_argb == width * 4 && dst_stride_rgb565 == width * 2) { in ARGBToRGB565()
1136 src_stride_argb = dst_stride_rgb565 = 0; in ARGBToRGB565()
1174 dst_rgb565 += dst_stride_rgb565; in ARGBToRGB565()
Dplanar_functions.cc1418 int dst_stride_rgb565, in NV12ToRGB565() argument
1431 dst_rgb565 = dst_rgb565 + (height - 1) * dst_stride_rgb565; in NV12ToRGB565()
1432 dst_stride_rgb565 = -dst_stride_rgb565; in NV12ToRGB565()
1469 dst_rgb565 += dst_stride_rgb565; in NV12ToRGB565()
/external/libvpx/libvpx/third_party/libyuv/source/
Dconvert_from.cc724 uint8* dst_rgb565, int dst_stride_rgb565, in I420ToRGB565() argument
740 dst_rgb565 = dst_rgb565 + (height - 1) * dst_stride_rgb565; in I420ToRGB565()
741 dst_stride_rgb565 = -dst_stride_rgb565; in I420ToRGB565()
770 dst_rgb565 += dst_stride_rgb565; in I420ToRGB565()
793 uint8* dst_rgb565, int dst_stride_rgb565, in I420ToRGB565Dither() argument
811 dst_rgb565 = dst_rgb565 + (height - 1) * dst_stride_rgb565; in I420ToRGB565Dither()
812 dst_stride_rgb565 = -dst_stride_rgb565; in I420ToRGB565Dither()
880 dst_rgb565 += dst_stride_rgb565; in I420ToRGB565Dither()
Dconvert_from_argb.cc857 uint8* dst_rgb565, int dst_stride_rgb565, in ARGBToRGB565Dither() argument
901 dst_rgb565 += dst_stride_rgb565; in ARGBToRGB565Dither()
910 uint8* dst_rgb565, int dst_stride_rgb565, in ARGBToRGB565() argument
925 dst_stride_rgb565 == width * 2) { in ARGBToRGB565()
928 src_stride_argb = dst_stride_rgb565 = 0; in ARGBToRGB565()
958 dst_rgb565 += dst_stride_rgb565; in ARGBToRGB565()
Dplanar_functions.cc1183 uint8* dst_rgb565, int dst_stride_rgb565, in NV12ToRGB565() argument
1198 dst_rgb565 = dst_rgb565 + (height - 1) * dst_stride_rgb565; in NV12ToRGB565()
1199 dst_stride_rgb565 = -dst_stride_rgb565; in NV12ToRGB565()
1228 dst_rgb565 += dst_stride_rgb565; in NV12ToRGB565()
/external/libyuv/files/include/libyuv/
Dconvert_from_argb.h81 int dst_stride_rgb565,
94 int dst_stride_rgb565,
Dplanar_functions.h239 int dst_stride_rgb565,
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/
Dconvert_from_argb.h61 uint8* dst_rgb565, int dst_stride_rgb565,
71 uint8* dst_rgb565, int dst_stride_rgb565,
Dplanar_functions.h159 uint8* dst_rgb565, int dst_stride_rgb565,