Searched refs:opj_stream_set_read_function (Results 1 – 5 of 5) sorted by relevance
337 opj_stream_set_read_function(jp2_stream,JP2ReadHandler); in ReadJP2Image()1122 opj_stream_set_read_function(jp2_stream,JP2ReadHandler); in WriteJP2Image()
213 void OPJ_CALLCONV opj_stream_set_read_function(opj_stream_t* p_stream, in opj_stream_set_read_function() function
1161 OPJ_API void OPJ_CALLCONV opj_stream_set_read_function(opj_stream_t* p_stream,
1044 opj_stream_set_read_function(l_stream, (opj_stream_read_fn) opj_read_from_file); in opj_stream_create_file_stream()
53 opj_stream_set_read_function(stream, opj_read_from_memory); in fx_opj_stream_create_memory_stream()