Home
last modified time | relevance | path

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

/external/pdfium/third_party/libopenjpeg20/
Dcio.h74 #define OPJ_STREAM_STATUS_INPUT 0x2U macro
Dcio.c177 l_stream->m_status |= OPJ_STREAM_STATUS_INPUT; in opj_stream_create()
218 if ((!l_stream) || (!(l_stream->m_status & OPJ_STREAM_STATUS_INPUT))) { in opj_stream_set_read_function()