Searched refs:load_image (Results 1 – 14 of 14) sorted by relevance
/external/opencv/cxcore/src/ |
D | cximage.cpp | 52 static CvLoadImageFunc load_image = 0; variable 131 if( load_image ) in load() 132 img = load_image( filename, color ); in load() 370 load_image = _load_image; in cvSetImageIOFunctions()
|
/external/qemu/ |
D | device_tree.c | 48 dt_file_load_size = load_image(filename_path, fdt); in load_device_tree()
|
D | sysemu.h | 227 int load_image(const char *filename, uint8_t *addr); /* deprecated */
|
D | loader.c | 67 int load_image(const char *filename, uint8_t *addr) in load_image() function
|
/external/jpeg/ |
D | rdrle.c | 241 load_image (j_compress_ptr cinfo, cjpeg_source_ptr sinfo) in load_image() function 382 source->pub.get_pixel_rows = load_image; in jinit_read_rle()
|
/external/qemu/distrib/jpeg-6b/ |
D | rdrle.c | 241 load_image (j_compress_ptr cinfo, cjpeg_source_ptr sinfo) in load_image() function 382 source->pub.get_pixel_rows = load_image; in jinit_read_rle()
|
/external/grub/stage2/ |
D | start_eltorito.S | 98 load_image: label
|
D | shared.h | 983 kernel_t load_image (char *kernel, char *arg, kernel_t suggested_type,
|
D | boot.c | 40 load_image (char *kernel, char *arg, kernel_t suggested_type, in load_image() function
|
D | builtins.c | 2405 kernel_type = load_image (arg, mb_cmdline, suggested_type, load_flags); in kernel_func()
|
/external/qemu/hw/ |
D | smbios.c | 192 if (load_image(buf, table->data) != size) { in smbios_entry_add()
|
D | pc.c | 983 ret = load_image(filename, qemu_get_ram_ptr(bios_offset));
|
/external/grub/ |
D | ChangeLog | 770 * stage2/boot.c (load_image): Check if DATA_LEN plus SECTOR_SIZE 1095 * stage2/boot.c (load_image): Rewrite the Linux booting support 1135 * stage2/boot.c (load_image): Recognize newer FreeBSD kernels. 1414 * stage2/boot.c (load_image): In the case of Multiboot a.out 1468 * stage2/boot.c (load_image): For Linux, check if DATA_LEN is 1474 * stage2/boot.c (load_image): For Linux, don't check if the 1542 (load_image): Check a mem= option and set LINUX_MEM_SIZE to the 2243 * stage2/boot.c (load_image): Added ELF symbol loading support. 2305 * stage2/boot.c (load_image): If the image is a Multiboot ELF OS 2357 * stage2/boot.c (load_image): Don't cast entry_addr to an int, or [all …]
|
/external/bluetooth/glib/ |
D | configure.in | 1333 dnl *** load_image (BeOS) 1335 AC_CHECK_LIB(root, load_image,
|