Home
last modified time | relevance | path

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

/external/ImageMagick/coders/
Djp2.c339 opj_stream_set_read_function(jp2_stream,JP2ReadHandler); in ReadJP2Image()
1044 opj_stream_set_read_function(jp2_stream,JP2ReadHandler); in WriteJP2Image()
/external/pdfium/third_party/libopenjpeg20/
Dopenjpeg.h1165 OPJ_API void OPJ_CALLCONV opj_stream_set_read_function(opj_stream_t* p_stream,
Dcio.c213 void OPJ_CALLCONV opj_stream_set_read_function(opj_stream_t* p_stream, in opj_stream_set_read_function() function
Dopenjpeg.c1044 opj_stream_set_read_function(l_stream, (opj_stream_read_fn) opj_read_from_file); in opj_stream_create_file_stream()
/external/pdfium/core/fxcodec/codec/
Dfx_codec_jpx_opj.cpp38 opj_stream_set_read_function(stream, opj_read_from_memory); in fx_opj_stream_create_memory_stream()