Searched refs:dst_rgb565 (Results 1 – 2 of 2) sorted by relevance
/external/libyuv/files/source/ |
D | planar_functions.cc | 721 uint8* dst_rgb565, int dst_stride_rgb565, in ARGBToRGB565() argument 723 if (!src_argb || !dst_rgb565 || width <= 0 || height == 0) { in ARGBToRGB565() 746 ARGBToRGB565Row(src_argb, dst_rgb565, width); in ARGBToRGB565() 748 dst_rgb565 += dst_stride_rgb565; in ARGBToRGB565() 828 uint8* dst_rgb565, int dst_stride_rgb565, in NV12ToRGB565() argument 830 if (!src_y || !src_uv || !dst_rgb565 || width <= 0 || height == 0) { in NV12ToRGB565() 836 dst_rgb565 = dst_rgb565 + (height - 1) * dst_stride_rgb565; in NV12ToRGB565() 865 ARGBToRGB565Row(row, dst_rgb565, width); in NV12ToRGB565() 866 dst_rgb565 += dst_stride_rgb565; in NV12ToRGB565() 879 uint8* dst_rgb565, int dst_stride_rgb565, in NV21ToRGB565() argument [all …]
|
/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,
|