Home
last modified time | relevance | path

Searched defs:new_image (Results 1 – 5 of 5) sorted by relevance

/external/opencv3/samples/cpp/tutorial_code/ImgProc/
DBasicLinearTransforms.cpp24 Mat new_image = Mat::zeros( image.size(), image.type() ); in main() local
/external/opencv3/samples/cpp/tutorial_code/HighGUI/
DBasicLinearTransformsTrackbar.cpp28 Mat new_image = Mat::zeros( image.size(), image.type() ); in on_trackbar() local
/external/webp/src/enc/
Ddelta_palettization.c369 uint32_t* new_image) { in ApplyBestPaletteEntry()
395 uint32_t* new_image = (uint32_t*)WebPSafeMalloc(width, sizeof(*new_image)); in ApplyDeltaPalette() local
/external/google-breakpad/src/client/mac/handler/
Ddynamic_images.cc489 DynamicImage *new_image; in ReadImageInfo() local
/external/autotest/client/cros/faft/utils/
Dflashrom_handler.py136 def new_image(self, image_file=None): member in FlashromHandler