Home
last modified time | relevance | path

Searched refs:image_copy (Results 1 – 5 of 5) sorted by relevance

/external/autotest/client/tests/kvm/
Dsubtests.cfg.sample22 - image_copy:
23 type = image_copy
130 - boot: install setup image_copy unattended_install.cdrom
136 - reboot: install setup image_copy unattended_install.cdrom
142 - migrate: install setup image_copy unattended_install.cdrom
189 - migrate_multi_host: install setup image_copy unattended_install.cdrom
202 - boot_savevm: install setup image_copy unattended_install.cdrom
211 - autotest: install setup image_copy unattended_install.cdrom
259 - qemu_img_commit: install setup image_copy unattended_install.cdrom
263 - stop_continue: install setup image_copy unattended_install.cdrom
[all …]
/external/opencv3/doc/tutorials/ios/video_processing/
Dvideo_processing.markdown172 Mat image_copy;
173 cvtColor(image, image_copy, COLOR_BGR2GRAY);
176 bitwise_not(image_copy, image_copy);
180 cvtColor(image_copy, bgr, COLOR_GRAY2BGR);
/external/mesa3d/src/gallium/state_trackers/vega/
Dimage.h77 void image_copy(struct vg_image *dst, VGint dx, VGint dy,
Dapi_images.c289 image_copy(handle_to_image(dst), dx, dy, in vegaCopyImage()
Dimage.c510 void image_copy(struct vg_image *dst, VGint dx, VGint dy, in image_copy() function