Searched defs:I420Copy (Results 1 – 4 of 4) sorted by relevance
/external/webrtc/sdk/android/api/org/webrtc/ |
D | YuvHelper.java | 18 public static void I420Copy(ByteBuffer srcY, int srcStrideY, ByteBuffer srcU, int srcStrideU, in I420Copy() method in YuvHelper 112 public static void I420Copy(ByteBuffer srcY, int srcStrideY, ByteBuffer srcU, int srcStrideU, in I420Copy() method in YuvHelper
|
/external/libaom/libaom/third_party/libyuv/source/ |
D | convert.cc | 63 int I420Copy(const uint8* src_y, int src_stride_y, in I420Copy() function
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | convert.cc | 69 int I420Copy(const uint8_t* src_y, in I420Copy() function
|
/external/libyuv/files/source/ |
D | convert.cc | 69 int I420Copy(const uint8_t* src_y, in I420Copy() function
|