Home
last modified time | relevance | path

Searched refs:dst_argb4444 (Results 1 – 2 of 2) sorted by relevance

/external/libyuv/files/source/
Dplanar_functions.cc791 uint8* dst_argb4444, int dst_stride_argb4444, in ARGBToARGB4444() argument
793 if (!src_argb || !dst_argb4444 || width <= 0 || height == 0) { in ARGBToARGB4444()
816 ARGBToARGB4444Row(src_argb, dst_argb4444, width); in ARGBToARGB4444()
818 dst_argb4444 += dst_stride_argb4444; in ARGBToARGB4444()
/external/libyuv/files/include/libyuv/
Dplanar_functions.h129 uint8* dst_argb4444, int dst_stride_argb4444,