Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
Dcio.c293 if (p_stream->m_status & opj_stream_e_end) { in opj_stream_read_data()
330 p_stream->m_status |= opj_stream_e_end; in opj_stream_read_data()
362 p_stream->m_status |= opj_stream_e_end; in opj_stream_read_data()
482 if (p_stream->m_status & opj_stream_e_end) { in opj_stream_read_skip()
504 p_stream->m_status |= opj_stream_e_end; in opj_stream_read_skip()
585 p_stream->m_status |= opj_stream_e_end; in opj_stream_read_seek()
590 p_stream->m_status &= (~opj_stream_e_end); in opj_stream_read_seek()
Dcio.h79 opj_stream_e_end = 0x4, enumerator