Home
last modified time | relevance | path

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

/external/libyuv/files/source/
Dplanar_functions.cc756 uint8* dst_argb1555, int dst_stride_argb1555, in ARGBToARGB1555() argument
758 if (!src_argb || !dst_argb1555 || width <= 0 || height == 0) { in ARGBToARGB1555()
781 ARGBToARGB1555Row(src_argb, dst_argb1555, width); in ARGBToARGB1555()
783 dst_argb1555 += dst_stride_argb1555; in ARGBToARGB1555()
/external/libyuv/files/include/libyuv/
Dplanar_functions.h123 uint8* dst_argb1555, int dst_stride_argb1555,