Searched refs:rotate180 (Results 1 – 4 of 4) sorted by relevance
/aosp12/frameworks/native/libs/input/ |
H A D | TouchVideoFrame.cpp | 49 rotate180(); in rotate() 91 void TouchVideoFrame::rotate180() { in rotate180() function in android::TouchVideoFrame
|
/aosp12/frameworks/native/include/input/ |
H A D | TouchVideoFrame.h | 74 void rotate180();
|
/aosp12/packages/apps/Gallery2/jni/filters/ |
H A D | geometry.c | 91 static __inline__ void rotate180(uint8_t * source, int srcWidth, int srcHeight, uint8_t * destinati… in rotate180() function 108 rotate180(source, srcWidth, srcHeight, destination, dstWidth, dstHeight); in rotate_fun()
|
/aosp12/frameworks/base/media/jni/ |
H A D | android_media_MediaMetadataRetriever.cpp | 222 static void rotate180(T* dst, const T* src, size_t width, size_t height) in rotate180() function 252 rotate180(dst, src, width, height); in rotate()
|