Home
last modified time | relevance | path

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

/external/opencv3/3rdparty/libjasper/
Djpc_bs.c112 bitstream->flags_ = JPC_BITSTREAM_NOCLOSE; in jpc_bitstream_sopen()
137 if (!(bitstream->flags_ & JPC_BITSTREAM_NOCLOSE) && bitstream->stream_) { in jpc_bitstream_close()
Djpc_bs.h100 #define JPC_BITSTREAM_NOCLOSE 0x01 macro