Home
last modified time | relevance | path

Searched refs:last_image (Results 1 – 2 of 2) sorted by relevance

/external/autotest/client/site_tests/power_CameraSuspend/
Dpower_CameraSuspend.py57 last_image = None
81 if last_image is not None and numpy.array_equal(image, last_image):
83 last_image = image
/external/ImageMagick/MagickWand/
Ddisplay.c335 last_image, in DisplayImageCommand() local
375 last_image=0; in DisplayImageCommand()
626 last_image=(size_t) image_number; in DisplayImageCommand()
652 if (last_image == image_marker[i]) in DisplayImageCommand()