Home
last modified time | relevance | path

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

/external/libyuv/files/include/libyuv/
Dconvert_argb.h158 int RAWToARGB(const uint8* src_frame, int src_stride_frame,
/external/libyuv/files/source/
Dconvert_argb.cc365 int RAWToARGB(const uint8* src_raw, int src_stride_raw, in RAWToARGB() function
1074 r = RAWToARGB(src, src_width * 3, in ConvertToARGB()