HomeSort by relevance Sort by last modified time
    Searched refs:I420ToYUY2 (Results 1 - 5 of 5) sorted by null

  /external/libyuv/files/include/libyuv/
convert_from.h 96 int I420ToYUY2(const uint8* src_y,
  /external/libvpx/libvpx/third_party/libyuv/include/libyuv/
convert_from.h 76 int I420ToYUY2(const uint8* src_y, int src_stride_y,
  /external/libvpx/libvpx/third_party/libyuv/source/
convert_from.cc 205 int I420ToYUY2(const uint8* src_y, int src_stride_y,
909 r = I420ToYUY2(y, y_stride,
    [all...]
  /external/libyuv/files/source/
convert_from.cc 198 int I420ToYUY2(const uint8* src_y,
    [all...]
  /external/webrtc/talk/media/base/
videoframe_unittest.h 599 EXPECT_EQ(0, libyuv::I420ToYUY2(frame1.GetYPlane(), frame1.GetYPitch(),
616 EXPECT_EQ(0, libyuv::I420ToYUY2(frame1.GetYPlane(), frame1.GetYPitch(),
    [all...]

Completed in 607 milliseconds