Searched refs:RotatePlane180 (Results 1 – 6 of 6) sorted by relevance
/external/chromium_org/third_party/libyuv/source/ |
D | rotate.cc | 874 void RotatePlane180(const uint8* src, int src_stride, in RotatePlane180() function 1144 RotatePlane180(src, src_stride, in RotatePlane() 1215 RotatePlane180(src_y, src_stride_y, in I420Rotate() 1218 RotatePlane180(src_u, src_stride_u, in I420Rotate() 1221 RotatePlane180(src_v, src_stride_v, in I420Rotate() 1284 RotatePlane180(src_y, src_stride_y, in NV12ToI420Rotate()
|
/external/libyuv/files/include/libyuv/ |
D | rotate.h | 60 void RotatePlane180(const uint8* src, int src_stride,
|
/external/libyuv/files/source/ |
D | rotate.cc | 837 void RotatePlane180(const uint8* src, int src_stride, in RotatePlane180() function 1100 RotatePlane180(src_y, src_stride_y, in I420Rotate() 1103 RotatePlane180(src_u, src_stride_u, in I420Rotate() 1106 RotatePlane180(src_v, src_stride_v, in I420Rotate() 1169 RotatePlane180(src_y, src_stride_y, in NV12ToI420Rotate()
|
/external/chromium_org/third_party/libyuv/include/libyuv/ |
D | rotate.h | 66 void RotatePlane180(const uint8* src, int src_stride,
|
/external/libyuv/files/unit_test/ |
D | rotate_test.cc | 224 RotatePlane180(output_180_u, ow, output_0_u, ow, ow, oh); in TEST_F() 225 RotatePlane180(output_180_v, ow, output_0_v, ow, ow, oh); in TEST_F() 379 RotatePlane180(output_180_u, ow, output_0_u, ow, ow, oh); in TEST_F() 380 RotatePlane180(output_180_v, ow, output_0_v, ow, ow, oh); in TEST_F() 427 TEST_F(libyuvTest, RotatePlane180) { in TEST_F() argument 446 RotatePlane180(input, iw, output_180, ow, iw, ih); in TEST_F() 447 RotatePlane180(output_180, ow, output_0, iw, ow, oh); in TEST_F()
|
/external/chromium_org/third_party/libyuv/unit_test/ |
D | rotate_argb_test.cc | 166 TEST_F(libyuvTest, RotatePlane180) { in TEST_F() argument
|