Searched refs:mem_buffer (Results 1 - 2 of 2) sorted by relevance

/external/jpeg/
H A Djmemmgr.c151 JSAMPARRAY mem_buffer; /* => the in-memory buffer */ member in struct:jvirt_sarray_control
156 JDIMENSION rowsperchunk; /* allocation chunk size in mem_buffer */
167 JBLOCKARRAY mem_buffer; /* => the in-memory buffer */ member in struct:jvirt_barray_control
172 JDIMENSION rowsperchunk; /* allocation chunk size in mem_buffer */
539 result->mem_buffer = NULL; /* marks array not yet realized */
569 result->mem_buffer = NULL; /* marks array not yet realized */
599 if (sptr->mem_buffer == NULL) { /* if not realized yet */
607 if (bptr->mem_buffer == NULL) { /* if not realized yet */
640 if (sptr->mem_buffer == NULL) { /* if not realized yet */
654 sptr->mem_buffer
[all...]
/external/qemu/distrib/jpeg-6b/
H A Djmemmgr.c151 JSAMPARRAY mem_buffer; /* => the in-memory buffer */ member in struct:jvirt_sarray_control
156 JDIMENSION rowsperchunk; /* allocation chunk size in mem_buffer */
167 JBLOCKARRAY mem_buffer; /* => the in-memory buffer */ member in struct:jvirt_barray_control
172 JDIMENSION rowsperchunk; /* allocation chunk size in mem_buffer */
539 result->mem_buffer = NULL; /* marks array not yet realized */
569 result->mem_buffer = NULL; /* marks array not yet realized */
599 if (sptr->mem_buffer == NULL) { /* if not realized yet */
607 if (bptr->mem_buffer == NULL) { /* if not realized yet */
640 if (sptr->mem_buffer == NULL) { /* if not realized yet */
654 sptr->mem_buffer
[all...]

Completed in 146 milliseconds