Home
last modified time | relevance | path

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

/external/pdfium/third_party/libopenjpeg20/
Dcio.c393 if (p_stream->m_status & OPJ_STREAM_STATUS_ERROR) { in opj_stream_write_data()
448 p_stream->m_status |= OPJ_STREAM_STATUS_ERROR; in opj_stream_flush()
545 if (p_stream->m_status & OPJ_STREAM_STATUS_ERROR) { in opj_stream_write_skip()
552 p_stream->m_status |= OPJ_STREAM_STATUS_ERROR; in opj_stream_write_skip()
565 p_stream->m_status |= OPJ_STREAM_STATUS_ERROR; in opj_stream_write_skip()
624 p_stream->m_status |= OPJ_STREAM_STATUS_ERROR; in opj_stream_write_seek()
632 p_stream->m_status |= OPJ_STREAM_STATUS_ERROR; in opj_stream_write_seek()
Dcio.h76 #define OPJ_STREAM_STATUS_ERROR 0x8U macro