Home
last modified time | relevance | path

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

/external/libyuv/files/include/libyuv/
Dconvert_from.h64 int I420ToYUY2(const uint8* src_y, int src_stride_y,
/external/libyuv/files/source/
Dconvert_from.cc506 int I420ToYUY2(const uint8* src_y, int src_stride_y, in I420ToYUY2() function
1201 r = I420ToYUY2(y, y_stride, in ConvertFromI420()