jvirt_barray_control::rowsperchunk is only used within LibJPEG.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesLibJPEGjvirt_barray_control::rowsperchunk

jvirt_barray_control::rowsperchunk field

Syntax

JDIMENSION rowsperchunk;

References

LocationReferrerText
jmemmgr.c:173
JDIMENSION rowsperchunk; /* allocation chunk size in mem_buffer */
jmemmgr.c:681realize_virt_arrays()
bptr->rowsperchunk = mem->last_rowsperchunk;
jmemmgr.c:732do_barray_io()
for (i = 0; i < (long) ptr->rows_in_mem; i += ptr->rowsperchunk) {
jmemmgr.c:734do_barray_io()
rows = MIN((long) ptr->rowsperchunk, (long) ptr->rows_in_mem - i);

Data Use

Functions writing jvirt_barray_control::rowsperchunk
Functions reading jvirt_barray_control::rowsperchunk
all items filtered out
jvirt_barray_control::rowsperchunk
all items filtered out
Type of jvirt_barray_control::rowsperchunk
jvirt_barray_control::rowsperchunk
JDIMENSION
all items filtered out