Home
last modified time | relevance | path

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

/external/libyuv/files/include/libyuv/
Dconvert_argb.h164 int RGB565ToARGB(const uint8* src_frame, int src_stride_frame,
/external/libyuv/files/source/
Dconvert_argb.cc431 int RGB565ToARGB(const uint8* src_rgb565, int src_stride_rgb565, in RGB565ToARGB() function
1104 r = RGB565ToARGB(src, src_width * 2, in ConvertToARGB()