Home
last modified time | relevance | path

Searched refs:I420ToARGB (Results 1 – 4 of 4) sorted by relevance

/external/libyuv/files/include/libyuv/
Dconvert_argb.h42 int I420ToARGB(const uint8* src_y, int src_stride_y,
Dconvert_from.h85 int I420ToARGB(const uint8* src_y, int src_stride_y,
/external/libyuv/files/source/
Dconvert_argb.cc845 I420ToARGB(data[0], strides[0], in JpegI420ToARGB()
1210 r = I420ToARGB(src_y, src_width, in ConvertToARGB()
Dconvert_from.cc684 int I420ToARGB(const uint8* src_y, int src_stride_y, in I420ToARGB() function
1266 r = I420ToARGB(y, y_stride, in ConvertFromI420()