Home
last modified time | relevance | path

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

/external/libyuv/files/include/libyuv/
Dconvert_from.h92 int I420ToBGRA(const uint8* src_y, int src_stride_y,
/external/libyuv/files/source/
Dconvert_from.cc737 int I420ToBGRA(const uint8* src_y, int src_stride_y, in I420ToBGRA() function
1274 r = I420ToBGRA(y, y_stride, in ConvertFromI420()