Home
last modified time | relevance | path

Searched refs:rotate180 (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/native/libs/input/
H A DTouchVideoFrame.cpp49 rotate180(); in rotate()
91 void TouchVideoFrame::rotate180() { in rotate180() function in android::TouchVideoFrame
/aosp12/frameworks/native/include/input/
H A DTouchVideoFrame.h74 void rotate180();
/aosp12/packages/apps/Gallery2/jni/filters/
H A Dgeometry.c91 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 Dandroid_media_MediaMetadataRetriever.cpp222 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()