Home
last modified time | relevance | path

Searched refs:new_image (Results 1 – 10 of 10) sorted by relevance

/external/ImageMagick/MagickWand/
Doperation.c1667 new_image; in CLISimpleOperatorImage() local
1735 new_image = (Image *) NULL; /* the replacement image, if not null at end */ in CLISimpleOperatorImage()
1749 new_image=AdaptiveBlurImage(_image,geometry_info.rho, in CLISimpleOperatorImage()
1759 new_image=AdaptiveResizeImage(_image,geometry.width,geometry.height, in CLISimpleOperatorImage()
1770 new_image=AdaptiveSharpenImage(_image,geometry_info.rho, in CLISimpleOperatorImage()
1823 new_image=AutoOrientImage(_image,_image->orientation,_exception); in CLISimpleOperatorImage()
1853 new_image=BilateralBlurImage(_image,(size_t) geometry_info.rho, in CLISimpleOperatorImage()
1873 new_image=BlueShiftImage(_image,geometry_info.rho,_exception); in CLISimpleOperatorImage()
1883 new_image=BlurImage(_image,geometry_info.rho,geometry_info.sigma, in CLISimpleOperatorImage()
1903 new_image=BorderImage(_image,&geometry,compose,_exception); in CLISimpleOperatorImage()
[all …]
/external/google-breakpad/src/client/mac/handler/
Ddynamic_images.cc485 DynamicImage *new_image; in ReadImageInfo() local
486 new_image = new DynamicImage(&mach_header_bytes[0], in ReadImageInfo()
494 if (new_image->IsValid()) { in ReadImageInfo()
495 images.image_list_.push_back(DynamicImageRef(new_image)); in ReadImageInfo()
497 delete new_image; in ReadImageInfo()
/external/oss-fuzz/projects/opencv/
Dcore_fuzzer.cc63 cv::Mat new_image; in TestSplitAndMerge() local
64 cv::merge(split_image, new_image); in TestSplitAndMerge()
/external/autotest/client/cros/faft/utils/
Dfirmware_updater.py203 handler.new_image(image_path)
221 handler.new_image()
244 handler.new_image(filename)
282 handler.new_image(image_fullpath)
808 bios.new_image(bios_file)
860 handler.new_image(filename)
877 handler.new_image(filename)
Dflashrom_handler.py280 self.new_image(image_file)
296 def new_image(self, image_file=None): member in FlashromHandler
781 self.new_image(f.name)
/external/toolchain-utils/crosperf/experiment_files/
Dtelemetry-crosperf-suites.exp49 new_image {
/external/toolchain-utils/
Dimage_chromeos.py363 new_image = '%s/%s' % (temp_dir, os.path.basename(image))
364 l.LogOutput('No matching image found. Copying %s to %s' % (image, new_image))
365 shutil.copyfile(image, new_image)
366 return [False, new_image]
/external/autotest/client/cros/faft/
Drpc_functions.py263 self._bios_handler.new_image()
397 self._bios_handler.new_image(bios_path)
525 self._ec_handler.new_image()
552 self._ec_handler.new_image(ec_path)
/external/tensorflow/tensorflow/python/framework/
Dmeta_graph_test.py430 new_image = constant_op.constant(
443 input_map={"image:0": new_image},
450 input_map={"$unbound_inputs_images": new_image},
/external/tensorflow/tensorflow/python/training/
Dsaver_test.py2759 new_image = constant_op.constant(
2764 input_map={"$unbound_inputs_images": new_image},