Home
last modified time | relevance | path

Searched defs:_rle_source_struct (Results 1 – 2 of 2) sorted by relevance

/external/jpeg/
Drdrle.c64 typedef struct _rle_source_struct { struct
65 struct cjpeg_source_struct pub; /* public fields */
67 rle_kind visual; /* actual type of input file */
68 jvirt_sarray_ptr image; /* virtual array to hold the image */
69 JDIMENSION row; /* current row # in the virtual array */
70 rle_hdr header; /* Input file information */
71 rle_pixel** rle_row; /* holds a row returned by rle_getrow() */
/external/qemu/distrib/jpeg-6b/
Drdrle.c64 typedef struct _rle_source_struct { struct
65 struct cjpeg_source_struct pub; /* public fields */
67 rle_kind visual; /* actual type of input file */
68 jvirt_sarray_ptr image; /* virtual array to hold the image */
69 JDIMENSION row; /* current row # in the virtual array */
70 rle_hdr header; /* Input file information */
71 rle_pixel** rle_row; /* holds a row returned by rle_getrow() */