Home
last modified time | relevance | path

Searched refs:bmap (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
DExifInterface.java816 public void writeExif(Bitmap bmap, OutputStream exifOutStream) throws IOException { in writeExif() argument
817 if (bmap == null || exifOutStream == null) { in writeExif()
821 bmap.compress(Bitmap.CompressFormat.JPEG, 90, s); in writeExif()
880 public void writeExif(Bitmap bmap, String exifOutFileName) throws FileNotFoundException, in writeExif() argument
882 if (bmap == null || exifOutFileName == null) { in writeExif()
888 bmap.compress(Bitmap.CompressFormat.JPEG, 90, s); in writeExif()
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
Dfastidct.cpp1863 Int bmap; in BlockIDCTMotionComp() local
1995 bmap = (Int)bitmapcol[i]; in BlockIDCTMotionComp()
1996 if (bmap) in BlockIDCTMotionComp()
1998 if ((bmap&0xf) == 0) in BlockIDCTMotionComp()
1999 (*(idctcolVCA[bmap>>4]))(ptr); in BlockIDCTMotionComp()