Searched defs:bmap (Results 1 – 12 of 12) sorted by relevance
/aosp12/bionic/libc/kernel/uapi/linux/netfilter/ |
H A D | xt_TCPOPTSTRIP.h | 22 #define tcpoptstrip_set_bit(bmap,idx) (bmap[(idx) >> 5] |= 1U << (idx & 31)) argument 23 #define tcpoptstrip_test_bit(bmap,idx) (((1U << (idx & 31)) & bmap[(idx) >> 5]) != 0) argument
|
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/controller/ |
H A D | BitmapCaller.java | 22 public void available(Bitmap bmap); in available()
|
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/cache/ |
H A D | ImageLoader.java | 405 Bitmap bmap = loadConstrainedBitmap(uri, context, maxSideLength, originalBounds, false); in loadOrientedConstrainedBitmap() local 446 Bitmap bmap = null; in loadBitmapWithBackouts() local 491 Bitmap bmap = null; in decodeResourceWithBackouts() local
|
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/ |
H A D | CropMath.java | 233 public static int getBitmapSize(Bitmap bmap) { in getBitmapSize()
|
H A D | CropActivity.java | 267 Bitmap bmap = ImageLoader.loadConstrainedBitmap(uri, mContext, mBitmapSize, in doInBackground() local
|
/aosp12/packages/apps/Dialer/java/com/android/dialer/callcomposer/camera/exif/ |
H A D | ExifInterface.java | 367 public void writeExif(Bitmap bmap, OutputStream exifOutStream) throws IOException { in writeExif()
|
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/ |
H A D | GeometryMathUtils.java | 389 Bitmap bmap = image; in applyGeometryRepresentations() local
|
/aosp12/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/ |
H A D | ExifInterface.java | 816 public void writeExif(Bitmap bmap, OutputStream exifOutStream) throws IOException { in writeExif() 880 public void writeExif(Bitmap bmap, String exifOutFileName) throws FileNotFoundException, in writeExif()
|
/aosp12/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/ |
H A D | ExifInterface.java | 816 public void writeExif(Bitmap bmap, OutputStream exifOutStream) throws IOException { in writeExif() 880 public void writeExif(Bitmap bmap, String exifOutFileName) throws FileNotFoundException, in writeExif()
|
/aosp12/packages/apps/Camera2/src/com/android/camera/exif/ |
H A D | ExifInterface.java | 816 public void writeExif(Bitmap bmap, OutputStream exifOutStream) throws IOException { in writeExif() 875 public void writeExif(Bitmap bmap, String exifOutFileName) throws FileNotFoundException, in writeExif()
|
/aosp12/packages/apps/Messaging/src/com/android/messaging/util/exif/ |
H A D | ExifInterface.java | 816 public void writeExif(Bitmap bmap, OutputStream exifOutStream) throws IOException { in writeExif() 880 public void writeExif(Bitmap bmap, String exifOutFileName) throws FileNotFoundException, in writeExif()
|
/aosp12/frameworks/av/media/codecs/m4v_h263/enc/src/ |
H A D | fastidct.cpp | 1863 Int bmap; in BlockIDCTMotionComp() local
|