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

  /external/pdfium/third_party/libopenjpeg20/
cio.c 295 if (p_stream->m_status & OPJ_STREAM_STATUS_END) {
332 p_stream->m_status |= OPJ_STREAM_STATUS_END;
362 p_stream->m_status |= OPJ_STREAM_STATUS_END;
482 if (p_stream->m_status & OPJ_STREAM_STATUS_END) {
513 p_stream->m_status |= OPJ_STREAM_STATUS_END;
524 p_stream->m_status |= OPJ_STREAM_STATUS_END;
608 p_stream->m_status |= OPJ_STREAM_STATUS_END;
612 p_stream->m_status &= (~OPJ_STREAM_STATUS_END);
cio.h 75 #define OPJ_STREAM_STATUS_END 0x4U

Completed in 78 milliseconds