Home
last modified time | relevance | path

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

/external/libyuv/files/include/libyuv/
Dconvert_from.h106 int I420ToRGBA(const uint8* src_y, int src_stride_y,
/external/libyuv/files/source/
Dconvert_from.cc845 int I420ToRGBA(const uint8* src_y, int src_stride_y, in I420ToRGBA() function
1290 r = I420ToRGBA(y, y_stride, in ConvertFromI420()