Home
last modified time | relevance | path

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

/external/libyuv/files/include/libyuv/
Dconvert_from.h27 int I420ToI422(const uint8* src_y, int src_stride_y,
/external/libyuv/files/source/
Dconvert_from.cc28 int I420ToI422(const uint8* src_y, int src_stride_y, in I420ToI422() function
1372 r = I420ToI422(y, y_stride, in ConvertFromI420()