Home
last modified time | relevance | path

Searched refs:newmaxstreams (Results 1 – 1 of 1) sorted by relevance

/external/opencv3/3rdparty/libjasper/
Djpc_dec.c2066 int newmaxstreams; in jpc_streamlist_insert() local
2070 newmaxstreams = streamlist->maxstreams + 1024; in jpc_streamlist_insert()
2072 (newmaxstreams + 1024), sizeof(jas_stream_t *)))) { in jpc_streamlist_insert()
2078 streamlist->maxstreams = newmaxstreams; in jpc_streamlist_insert()