HomeSort by relevance Sort by last modified time
    Searched defs:bmap (Results 1 - 19 of 19) sorted by null

  /external/e2fsprogs/lib/ext2fs/
check_desc.c 34 ext2fs_block_bitmap bmap; local
44 retval = ext2fs_allocate_block_bitmap(fs, "check_desc map", &bmap);
49 ext2fs_reserve_super_and_bgd(fs, i, bmap);
65 ext2fs_test_block_bitmap(bmap, blk)) {
69 ext2fs_mark_block_bitmap(bmap, blk);
76 ext2fs_test_block_bitmap(bmap, blk)) {
80 ext2fs_mark_block_bitmap(bmap, blk);
93 if (ext2fs_test_block_bitmap(bmap, b)) {
97 ext2fs_mark_block_bitmap(bmap, b);
101 ext2fs_free_block_bitmap(bmap);
    [all...]
imager.c 280 ext2fs_generic_bitmap bmap; local
293 bmap = fs->inode_map;
304 bmap = fs->block_map;
317 retval = ext2fs_get_generic_bitmap_range(bmap,
357 ext2fs_generic_bitmap bmap; local
370 bmap = fs->inode_map;
381 bmap = fs->block_map;
399 retval = ext2fs_set_generic_bitmap_range(bmap,
  /external/e2fsprogs/resize/
resize2fs.h 93 ext2_extent bmap; member in struct:ext2_resize_struct
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/windows/gdi/
wgl.c 407 unsigned char *bmap; local
437 /* Unselect our bmap object */
442 bmap = malloc(numBytes);
445 res = GetDIBits(bitDevice, bitObject, 0, bmapHeight, bmap,
454 bmap);
458 /* Destroy the bmap object */
462 free(bmap);
  /external/mesa3d/src/mesa/drivers/windows/gdi/
wgl.c 407 unsigned char *bmap; local
437 /* Unselect our bmap object */
442 bmap = malloc(numBytes);
445 res = GetDIBits(bitDevice, bitObject, 0, bmapHeight, bmap,
454 bmap);
458 /* Destroy the bmap object */
462 free(bmap);
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
fastidct.cpp 1863 Int bmap; local
    [all...]
  /packages/apps/Camera2/src/com/android/camera/crop/
ImageLoader.java 328 Bitmap bmap = loadConstrainedBitmap(uri, context, maxSideLength, originalBounds, false); local
329 if (bmap != null) {
330 bmap = orientBitmap(bmap, orientation);
331 if (bmap.getConfig()!= Bitmap.Config.ARGB_8888){
332 bmap = bmap.copy( Bitmap.Config.ARGB_8888,true);
335 return bmap;
348 Bitmap bmap = null; local
352 bmap = loadDownsampledBitmap(context, sourceUri, sampleSize)
393 Bitmap bmap = null; local
    [all...]
CropActivity.java 264 Bitmap bmap = ImageLoader.loadConstrainedBitmap(uri, mContext, mBitmapSize, local
267 return bmap;
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/cache/
ImageLoader.java 405 Bitmap bmap = loadConstrainedBitmap(uri, context, maxSideLength, originalBounds, false); local
406 if (bmap != null) {
407 bmap = orientBitmap(bmap, orientation);
408 if (bmap.getConfig()!= Bitmap.Config.ARGB_8888){
409 bmap = bmap.copy( Bitmap.Config.ARGB_8888,true);
412 return bmap;
446 Bitmap bmap = null; local
450 bmap = loadDownsampledBitmap(context, sourceUri, sampleSize)
491 Bitmap bmap = null; local
    [all...]
  /external/e2fsprogs/misc/
tune2fs.c 1015 * Fill in the block bitmap bmap with the information regarding the
1019 ext2fs_block_bitmap bmap)
1048 ext2fs_mark_block_bitmap(bmap, j);
1093 static int move_block(ext2_filsys fs, ext2fs_block_bitmap bmap)
1109 if (!ext2fs_test_block_bitmap(bmap, blk))
1187 ext2fs_block_bitmap bmap = (ext2fs_block_bitmap) priv_data; variable
1189 if (!ext2fs_test_block_bitmap(bmap, *block_nr))
1203 static int inode_scan_and_fix(ext2_filsys fs, ext2fs_block_bitmap bmap)
1239 ext2fs_test_block_bitmap(bmap, inode.i_file_acl)) {
1259 process_block, bmap);
1453 ext2fs_block_bitmap bmap; local
    [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/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
GeometryMathUtils.java 389 Bitmap bmap = image; local
392 bmap = applyFullGeometryMatrix(bmap, holder);
393 if (bmap != image) {
398 return bmap;
  /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/Launcher3/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/Mms/src/com/android/mms/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...]
  /external/kernel-headers/original/linux/
fs.h 329 #define FIBMAP _IO(0x00,1) /* bmap access */
330 #define FIGETBSZ _IO(0x00,2) /* get the block size used for bmap */
611 sector_t (*bmap)(struct address_space *, sector_t); member in struct:address_space_operations
    [all...]
  /prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar 

Completed in 768 milliseconds