Searched refs:I420ToI422 (Results 1 - 5 of 5) sorted by relevance

/external/libvpx/libvpx/third_party/libyuv/include/libyuv/
H A Dconvert_from.h27 int I420ToI422(const uint8* src_y, int src_stride_y,
/external/libyuv/files/include/libyuv/
H A Dconvert_from.h27 int I420ToI422(const uint8* src_y, int src_stride_y,
/external/libyuv/files/source/
H A Dconvert_from.cc64 int I420ToI422(const uint8* src_y, int src_stride_y, function
1113 r = I420ToI422(y, y_stride,
/external/libvpx/libvpx/third_party/libyuv/source/
H A Dconvert_from.cc64 int I420ToI422(const uint8* src_y, int src_stride_y, function
1295 r = I420ToI422(y, y_stride,
/external/webrtc/talk/media/base/
H A Dvideoframe_unittest.h580 EXPECT_EQ(0, libyuv::I420ToI422(frame1.GetYPlane(), frame1.GetYPitch(),
1805 EXPECT_EQ(0, libyuv::I420ToI422(frame1.GetYPlane(), frame1.GetYPitch(),

Completed in 32 milliseconds