Searched refs:bmap (Results 1 – 2 of 2) sorted by relevance
816 public void writeExif(Bitmap bmap, OutputStream exifOutStream) throws IOException { in writeExif() argument817 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() argument882 if (bmap == null || exifOutFileName == null) { in writeExif()888 bmap.compress(Bitmap.CompressFormat.JPEG, 90, s); in writeExif()
1863 Int bmap; in BlockIDCTMotionComp() local1995 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()