Home
last modified time | relevance | path

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

/external/pdfium/third_party/libopenjpeg20/
Dcio.c151 opj_stream_t* OPJ_CALLCONV opj_stream_create(OPJ_SIZE_T p_buffer_size,OPJ_BOOL l_is_input) in opj_stream_create() argument
168 if (l_is_input) { in opj_stream_create()
187 opj_stream_t* OPJ_CALLCONV opj_stream_default_create(OPJ_BOOL l_is_input) in opj_stream_default_create() argument
189 return opj_stream_create(OPJ_J2K_STREAM_CHUNK_SIZE,l_is_input); in opj_stream_default_create()