Home
last modified time | relevance | path

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

/external/libyuv/files/source/
Dplanar_functions.cc721 uint8* dst_rgb565, int dst_stride_rgb565, in ARGBToRGB565() argument
748 dst_rgb565 += dst_stride_rgb565; in ARGBToRGB565()
828 uint8* dst_rgb565, int dst_stride_rgb565, in NV12ToRGB565() argument
836 dst_rgb565 = dst_rgb565 + (height - 1) * dst_stride_rgb565; in NV12ToRGB565()
837 dst_stride_rgb565 = -dst_stride_rgb565; in NV12ToRGB565()
866 dst_rgb565 += dst_stride_rgb565; in NV12ToRGB565()
879 uint8* dst_rgb565, int dst_stride_rgb565, in NV21ToRGB565() argument
887 dst_rgb565 = dst_rgb565 + (height - 1) * dst_stride_rgb565; in NV21ToRGB565()
888 dst_stride_rgb565 = -dst_stride_rgb565; in NV21ToRGB565()
912 dst_rgb565 += dst_stride_rgb565; in NV21ToRGB565()
/external/libvpx/libvpx/third_party/libyuv/source/
Dconvert_from.cc957 uint8* dst_rgb565, int dst_stride_rgb565, in I420ToRGB565() argument
972 dst_rgb565 = dst_rgb565 + (height - 1) * dst_stride_rgb565; in I420ToRGB565()
973 dst_stride_rgb565 = -dst_stride_rgb565; in I420ToRGB565()
1002 dst_rgb565 += dst_stride_rgb565; in I420ToRGB565()
1025 uint8* dst_rgb565, int dst_stride_rgb565, in I420ToRGB565Dither() argument
1042 dst_rgb565 = dst_rgb565 + (height - 1) * dst_stride_rgb565; in I420ToRGB565Dither()
1043 dst_stride_rgb565 = -dst_stride_rgb565; in I420ToRGB565Dither()
1111 dst_rgb565 += dst_stride_rgb565; in I420ToRGB565Dither()
Dconvert_from_argb.cc868 uint8* dst_rgb565, int dst_stride_rgb565, in ARGBToRGB565Dither() argument
912 dst_rgb565 += dst_stride_rgb565; in ARGBToRGB565Dither()
921 uint8* dst_rgb565, int dst_stride_rgb565, in ARGBToRGB565() argument
936 dst_stride_rgb565 == width * 2) { in ARGBToRGB565()
939 src_stride_argb = dst_stride_rgb565 = 0; in ARGBToRGB565()
969 dst_rgb565 += dst_stride_rgb565; in ARGBToRGB565()
Dplanar_functions.cc998 uint8* dst_rgb565, int dst_stride_rgb565, in NV12ToRGB565() argument
1012 dst_rgb565 = dst_rgb565 + (height - 1) * dst_stride_rgb565; in NV12ToRGB565()
1013 dst_stride_rgb565 = -dst_stride_rgb565; in NV12ToRGB565()
1042 dst_rgb565 += dst_stride_rgb565; in NV12ToRGB565()
1055 uint8* dst_rgb565, int dst_stride_rgb565, in NV21ToRGB565() argument
1069 dst_rgb565 = dst_rgb565 + (height - 1) * dst_stride_rgb565; in NV21ToRGB565()
1070 dst_stride_rgb565 = -dst_stride_rgb565; in NV21ToRGB565()
1099 dst_rgb565 += dst_stride_rgb565; in NV21ToRGB565()
/external/libyuv/files/include/libyuv/
Dplanar_functions.h82 uint8* dst_rgb565, int dst_stride_rgb565,
89 uint8* dst_rgb565, int dst_stride_rgb565,
117 uint8* dst_rgb565, 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.h145 uint8* dst_rgb565, int dst_stride_rgb565,
152 uint8* dst_rgb565, int dst_stride_rgb565,