HomeSort by relevance Sort by last modified time
    Searched refs:bufmode_ (Results 1 - 2 of 2) sorted by null

  /external/opencv3/3rdparty/libjasper/
jas_stream.c 156 stream->bufmode_ = 0;
462 if ((stream->bufmode_ & JAS_STREAM_FREEBUF) && stream->bufbase_) {
654 assert(!((stream->bufmode_ & JAS_STREAM_RDBUF) && (stream->bufmode_ &
660 if (stream->bufmode_ & JAS_STREAM_RDBUF) {
664 } else if (stream->bufmode_ & JAS_STREAM_WRBUF) {
671 stream->bufmode_ &= ~(JAS_STREAM_RDBUF | JAS_STREAM_WRBUF);
686 if (stream->bufmode_ & JAS_STREAM_RDBUF) {
688 } else if (stream->bufmode_ & JAS_STREAM_WRBUF) {
719 stream->bufmode_ |= JAS_STREAM_FREEBUF
    [all...]
  /external/opencv3/3rdparty/libjasper/jasper/
jas_stream.h 206 int bufmode_; member in struct:__anon21672
454 (((stream)->bufmode_ |= JAS_STREAM_WRBUF, --(stream)->cnt_ < 0) ? \

Completed in 46 milliseconds