HomeSort by relevance Sort by last modified time
    Searched refs:load_image (Results 1 - 12 of 12) sorted by null

  /external/opencv/cxcore/src/
cximage.cpp 52 static CvLoadImageFunc load_image = 0; variable
131 if( load_image )
132 img = load_image( filename, color );
370 load_image = _load_image;
  /external/qemu/
device_tree.c 48 dt_file_load_size = load_image(filename_path, fdt);
sysemu.h 227 int load_image(const char *filename, uint8_t *addr); /* deprecated */
loader.c 67 int load_image(const char *filename, uint8_t *addr) function
  /external/jpeg/
rdrle.c 182 * Called only after load_image has read the image into the virtual array.
200 * Called only after load_image has read the image into the virtual array.
241 load_image (j_compress_ptr cinfo, cjpeg_source_ptr sinfo)
382 source->pub.get_pixel_rows = load_image;
  /external/qemu/distrib/jpeg-6b/
rdrle.c 182 * Called only after load_image has read the image into the virtual array.
200 * Called only after load_image has read the image into the virtual array.
241 load_image (j_compress_ptr cinfo, cjpeg_source_ptr sinfo)
382 source->pub.get_pixel_rows = load_image;
  /external/grub/stage2/
start_eltorito.S 98 load_image: label
boot.c 34 * The next two functions, 'load_image' and 'load_module', are the building
40 load_image (char *kernel, char *arg, kernel_t suggested_type, function
shared.h 979 /* Define flags for load_image here. */
983 kernel_t load_image (char *kernel, char *arg, kernel_t suggested_type,
builtins.c     [all...]
  /external/qemu/hw/
smbios.c 192 if (load_image(buf, table->data) != size) {
pc.c 983 ret = load_image(filename, qemu_get_ram_ptr(bios_offset));
    [all...]

Completed in 440 milliseconds