Searched refs:image_copy (Results 1 – 5 of 5) sorted by relevance
/external/autotest/client/tests/kvm/ |
D | subtests.cfg.sample | 22 - 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/ |
D | video_processing.markdown | 172 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/ |
D | image.h | 77 void image_copy(struct vg_image *dst, VGint dx, VGint dy,
|
D | api_images.c | 289 image_copy(handle_to_image(dst), dx, dy, in vegaCopyImage()
|
D | image.c | 510 void image_copy(struct vg_image *dst, VGint dx, VGint dy, in image_copy() function
|