HomeSort by relevance Sort by last modified time
    Searched full:bmap (Results 76 - 100 of 153) sorted by null

1 2 34 5 6 7

  /frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
ExifInterface.java 811 * @param bmap a bitmap to compress and write exif into.
816 public void writeExif(Bitmap bmap, OutputStream exifOutStream) throws IOException {
817 if (bmap == null || exifOutStream == null) {
821 bmap.compress(Bitmap.CompressFormat.JPEG, 90, s);
    [all...]
  /packages/apps/Camera2/src/com/android/camera/exif/
ExifInterface.java 811 * @param bmap a bitmap to compress and write exif into.
816 public void writeExif(Bitmap bmap, OutputStream exifOutStream) throws IOException {
817 if (bmap == null || exifOutStream == null) {
821 bmap.compress(Bitmap.CompressFormat.JPEG, 90, s);
    [all...]
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
ExifInterface.java 811 * @param bmap a bitmap to compress and write exif into.
816 public void writeExif(Bitmap bmap, OutputStream exifOutStream) throws IOException {
817 if (bmap == null || exifOutStream == null) {
821 bmap.compress(Bitmap.CompressFormat.JPEG, 90, s);
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
CropActivity.java 267 Bitmap bmap = ImageLoader.loadConstrainedBitmap(uri, mContext, mBitmapSize, local
270 return bmap;
  /packages/apps/Messaging/src/com/android/messaging/util/exif/
ExifInterface.java 811 * @param bmap a bitmap to compress and write exif into.
816 public void writeExif(Bitmap bmap, OutputStream exifOutStream) throws IOException {
817 if (bmap == null || exifOutStream == null) {
821 bmap.compress(Bitmap.CompressFormat.JPEG, 90, s);
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
fastidct.cpp 1863 Int bmap; local
    [all...]
  /external/e2fsprogs/lib/ext2fs/
bitops.h 191 extern void ext2fs_set_generic_bmap_padding(ext2fs_generic_bitmap bmap);
Makefile.in 71 bmap.o \
148 $(srcdir)/bmap.c \
701 bmap.o: $(srcdir)/bmap.c $(top_builddir)/lib/config.h \
    [all...]
  /external/kernel-headers/original/uapi/linux/
nilfs2_ondisk.h 449 * struct nilfs_direct_node - header of built-in bmap array
  /external/scapy/scapy/layers/
inet.py     [all...]
  /external/syslinux/linux/
syslinux.c 459 perror("bmap");
  /external/wpa_supplicant_8/src/drivers/
driver_nl80211_monitor.c 444 0x02, 0xc0, 0x00, 0x00, /* bmap: flags, tx and rx flags */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/include/isl/
set.h 122 __isl_take isl_basic_map *bmap);
  /external/e2fsprogs/debugfs/
debugfs.8.in 187 .BI bmap " [ -a ] filespec logical_block [physical_block]"
set_fields.c 236 { "bmap", NULL, NULL, 4, parse_bmap, FLAG_ARRAY },
debugfs.c     [all...]
  /prebuilts/go/darwin-x86/src/cmd/link/internal/ld/
dwarf.go 693 bucket := walktypedef(findprotodie(ctxt, "type.runtime.bmap"))
    [all...]
  /prebuilts/go/linux-x86/src/cmd/link/internal/ld/
dwarf.go 693 bucket := walktypedef(findprotodie(ctxt, "type.runtime.bmap"))
    [all...]
  /external/python/cpython2/Mac/Modules/qd/
_Qdmodule.c     [all...]
  /external/e2fsprogs/doc/
libext2fs.texinfo     [all...]
  /external/syslinux/extlinux/
main.c 319 perror("bmap");
    [all...]
  /toolchain/binutils/binutils-2.27/ld/emultempl/
aix.em 263 -bgcbypass, -bglink, -binsert, -bi, -bloadmap, -bl, -bmap, -bnl,
    [all...]
  /toolchain/binutils/binutils-2.27/bfd/
elfnn-aarch64.c 3464 const elf_aarch64_section_map *bmap = (const elf_aarch64_section_map *) b; local
    [all...]
  /prebuilts/ndk/r16/platforms/android-21/arch-mips/usr/lib/
libstdc++.a     [all...]
  /prebuilts/ndk/r16/platforms/android-22/arch-mips/usr/lib/
libstdc++.a     [all...]

Completed in 1644 milliseconds

1 2 34 5 6 7