Searched refs:dst_stride_rgb565 (Results 1 – 7 of 7) sorted by relevance
/external/libyuv/files/source/ |
D | planar_functions.cc | 721 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/ |
D | convert_from.cc | 957 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()
|
D | convert_from_argb.cc | 868 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()
|
D | planar_functions.cc | 998 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/ |
D | planar_functions.h | 82 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/ |
D | convert_from_argb.h | 61 uint8* dst_rgb565, int dst_stride_rgb565, 71 uint8* dst_rgb565, int dst_stride_rgb565,
|
D | planar_functions.h | 145 uint8* dst_rgb565, int dst_stride_rgb565, 152 uint8* dst_rgb565, int dst_stride_rgb565,
|