Searched refs:opj_stream_create (Results 1 – 5 of 5) sorted by relevance
158 opj_stream_t* OPJ_CALLCONV opj_stream_create(OPJ_SIZE_T p_buffer_size, in opj_stream_create() function196 return opj_stream_create(OPJ_J2K_STREAM_CHUNK_SIZE, l_is_input); in opj_stream_default_create()
1149 OPJ_API opj_stream_t* OPJ_CALLCONV opj_stream_create(OPJ_SIZE_T p_buffer_size,
1034 l_stream = opj_stream_create(p_size, p_is_read_stream); in opj_stream_create_file_stream()
336 jp2_stream=opj_stream_create(OPJ_J2K_STREAM_CHUNK_SIZE,1); in ReadJP2Image()1075 jp2_stream=opj_stream_create(OPJ_J2K_STREAM_CHUNK_SIZE,OPJ_FALSE); in WriteJP2Image()
32 opj_stream_t* stream = opj_stream_create(p_size, p_is_read_stream); in fx_opj_stream_create_memory_stream()