HomeSort by relevance Sort by last modified time
    Searched refs:raw_image (Results 1 - 3 of 3) sorted by null

  /device/google/contexthub/util/
nanohub_os_update_prepare.sh 34 raw_image=$3
38 nanoapp_postprocess -n os -r ${raw_image} ${raw_image}.oshdr
39 nanoapp_sign -s -e ${priv} -m ${pub} -r ${raw_image}.oshdr nanohub.kernel.signed
43 nanoapp_postprocess -n os nanohub.kernel.signed ${raw_image}.napp
  /external/ImageMagick/coders/
dng.c 371 *raw_image;
444 raw_image=libraw_dcraw_make_mem_image(raw_info,&errcode);
446 (raw_image == (libraw_processed_image_t *) NULL) ||
447 (raw_image->type != LIBRAW_IMAGE_BITMAP) || (raw_image->bits != 16) ||
448 (raw_image->colors < 3) || (raw_image->colors > 4))
450 if (raw_image != (libraw_processed_image_t *) NULL)
451 libraw_dcraw_clear_mem(raw_image);
457 image->columns=raw_image->width
370 *raw_image; local
    [all...]
  /build/make/tools/releasetools/
test_verity_utils.py 56 raw_image = common.MakeTempFile()
57 with open(raw_image, 'wb') as f:
60 cmd = ["img2simg", raw_image, output_file, '4096']
81 raw_image = ""
83 raw_image += str(i % 10)
85 output_file = self._create_simg(raw_image)

Completed in 116 milliseconds