Searched defs:srcHeight (Results  1 – 5 of 5) sorted by relevance
| /packages/apps/Gallery2/jni/filters/ | 
| D | geometry.c | 22 static __inline__ void flipVertical(uint8_t * source, int srcWidth, int srcHeight, uint8_t * destin…  in flipVertical()37 static __inline__ void flipHorizontal(uint8_t * source, int srcWidth, int srcHeight,  in flipHorizontal()
 55 static __inline__ void flip_fun(int flip, uint8_t * source, int srcWidth, int srcHeight, uint8_t * …  in flip_fun()
 77 static __inline__ void rotate90(uint8_t * source, int srcWidth, int srcHeight, uint8_t * destinatio…  in rotate90()
 91 static __inline__ void rotate180(uint8_t * source, int srcWidth, int srcHeight, uint8_t * destinati…  in rotate180()
 95 static __inline__ void rotate270(uint8_t * source, int srcWidth, int srcHeight, uint8_t * destinati…  in rotate270()
 101 static __inline__ void rotate_fun(int rotate, uint8_t * source, int srcWidth, int srcHeight, uint8_…  in rotate_fun()
 118 static __inline__ void crop(uint8_t * source, int srcWidth, int srcHeight, uint8_t * destination, i…  in crop()
 131 …geFilterGeometry, nativeApplyFilterFlip, jobject src, jint srcWidth, jint srcHeight, jobject dst, …  in JNIFUNCF()
 144 …FilterGeometry, nativeApplyFilterRotate, jobject src, jint srcWidth, jint srcHeight, jobject dst, …  in JNIFUNCF()
 [all …]
 
 | 
| /packages/apps/WallpaperPicker2/src/com/android/wallpaper/asset/ | 
| D | BitmapUtils.java | 45             int srcWidth, int srcHeight, int targetWidth, int targetHeight) {  in calculateInSampleSize()
 | 
| /packages/services/Car/cpp/evs/manager/1.1/emul/ | 
| D | EvsEmulatedCamera.cpp | 55                       unsigned srcStride, unsigned srcHeight) {  in fillRGBAFromYUYV()92                     unsigned srcHeight) {  in fillBufferCopy()
 
 | 
| /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/ | 
| D | BitmapUtils.java | 141         int srcHeight = bitmap.getHeight();  in resizeDownBySideLength()  local
 | 
| /packages/apps/Camera2/src/com/android/camera/widget/ | 
| D | RoundedThumbnailView.java | 746             int srcHeight = srcBitmap.getHeight();  in cropCenterBitmap()  local
 |