Searched defs:I420Rotate (Results 1 – 5 of 5) sorted by relevance
/external/libyuv/files/docs/ |
D | rotation.md | 42 # I420Rotate chapter
|
/external/webrtc/sdk/android/api/org/webrtc/ |
D | YuvHelper.java | 69 public static void I420Rotate(ByteBuffer srcY, int srcStrideY, ByteBuffer srcU, int srcStrideU, in I420Rotate() method in YuvHelper 126 public static void I420Rotate(ByteBuffer srcY, int srcStrideY, ByteBuffer srcU, int srcStrideU, in I420Rotate() method in YuvHelper
|
/external/libaom/libaom/third_party/libyuv/source/ |
D | rotate.cc | 350 int I420Rotate(const uint8* src_y, int src_stride_y, in I420Rotate() function
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | rotate.cc | 386 int I420Rotate(const uint8_t* src_y, in I420Rotate() function
|
/external/libyuv/files/source/ |
D | rotate.cc | 417 int I420Rotate(const uint8_t* src_y, in I420Rotate() function
|