OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:load_image
(Results
1 - 7
of
7
) 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/include/hw/
loader.h
10
int
load_image
(const char *filename, uint8_t *addr); /* deprecated */
/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/qemu/hw/i386/
smbios.c
192
if (
load_image
(buf, table->data) != size) {
pc.c
975
ret =
load_image
(filename, qemu_get_ram_ptr(bios_offset));
[
all
...]
/external/qemu/hw/core/
loader.c
67
int
load_image
(const char *filename, uint8_t *addr)
function
Completed in 70 milliseconds