Home
last modified time | relevance | path

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

/external/libyuv/files/include/libyuv/
Dconvert_from.h141 int I420ToARGB4444(const uint8* src_y, int src_stride_y,
/external/libyuv/files/source/
Dconvert_from.cc1127 int I420ToARGB4444(const uint8* src_y, int src_stride_y, in I420ToARGB4444() function
1242 r = I420ToARGB4444(y, y_stride, in ConvertFromI420()