OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:opj_stream_e_end
(Results
1 - 2
of
2
) sorted by null
/external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
cio.c
293
if (p_stream->m_status &
opj_stream_e_end
) {
330
p_stream->m_status |=
opj_stream_e_end
;
362
p_stream->m_status |=
opj_stream_e_end
;
482
if (p_stream->m_status &
opj_stream_e_end
) {
504
p_stream->m_status |=
opj_stream_e_end
;
585
p_stream->m_status |=
opj_stream_e_end
;
590
p_stream->m_status &= (~
opj_stream_e_end
);
cio.h
79
opj_stream_e_end
= 0x4,
enumerator in enum:__anon12273
Completed in 31 milliseconds