Home
last modified time | relevance | path

Searched defs:bmap (Results 1 – 12 of 12) sorted by relevance

/aosp12/bionic/libc/kernel/uapi/linux/netfilter/
H A Dxt_TCPOPTSTRIP.h22 #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 DBitmapCaller.java22 public void available(Bitmap bmap); in available()
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/cache/
H A DImageLoader.java405 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 DCropMath.java233 public static int getBitmapSize(Bitmap bmap) { in getBitmapSize()
H A DCropActivity.java267 Bitmap bmap = ImageLoader.loadConstrainedBitmap(uri, mContext, mBitmapSize, in doInBackground() local
/aosp12/packages/apps/Dialer/java/com/android/dialer/callcomposer/camera/exif/
H A DExifInterface.java367 public void writeExif(Bitmap bmap, OutputStream exifOutStream) throws IOException { in writeExif()
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
H A DGeometryMathUtils.java389 Bitmap bmap = image; in applyGeometryRepresentations() local
/aosp12/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
H A DExifInterface.java816 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 DExifInterface.java816 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 DExifInterface.java816 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 DExifInterface.java816 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 Dfastidct.cpp1863 Int bmap; in BlockIDCTMotionComp() local