Home
last modified time | relevance | path

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

/external/libyuv/files/include/libyuv/
Dconvert_from.h71 int I420ToUYVY(const uint8* src_y, int src_stride_y,
/external/libyuv/files/source/
Dconvert_from.cc588 int I420ToUYVY(const uint8* src_y, int src_stride_y, in I420ToUYVY() function
1209 r = I420ToUYVY(y, y_stride, in ConvertFromI420()