Home
last modified time | relevance | path

Searched refs:I420Mirror (Results 1 – 7 of 7) sorted by relevance

/external/libyuv/files/docs/
Drotation.md84 int I420Mirror(const uint8* src_y, int src_stride_y,
101 I420Mirror and ARGBMirror can also be used to rotate by 180 degrees by passing a negative height.
/external/libyuv/files/include/libyuv/
Dplanar_functions.h188 #define I420ToI420Mirror I420Mirror
192 int I420Mirror(const uint8* src_y,
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/
Dplanar_functions.h124 #define I420ToI420Mirror I420Mirror
128 int I420Mirror(const uint8* src_y, int src_stride_y,
/external/libvpx/libvpx/third_party/libyuv/source/
Dplanar_functions.cc580 int I420Mirror(const uint8* src_y, int src_stride_y, in I420Mirror() function
/external/webrtc/talk/media/base/
Dvideoframe_unittest.h835 libyuv::I420Mirror( \
/external/libyuv/files/source/
Dplanar_functions.cc729 int I420Mirror(const uint8* src_y, in I420Mirror() function
/external/libyuv/files/unit_test/
Dconvert_test.cc152 TESTPLANARTOP(I420, 2, 2, I420Mirror, 2, 2)