Home
last modified time | relevance | path

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

/external/ImageMagick/coders/
Djp2.c341 opj_stream_set_seek_function(jp2_stream,JP2SeekHandler); in ReadJP2Image()
1046 opj_stream_set_seek_function(jp2_stream,JP2SeekHandler); in WriteJP2Image()
/external/pdfium/third_party/libopenjpeg20/
Dopenjpeg.h1189 OPJ_API void OPJ_CALLCONV opj_stream_set_seek_function(opj_stream_t* p_stream,
Dcio.c225 void OPJ_CALLCONV opj_stream_set_seek_function(opj_stream_t* p_stream, in opj_stream_set_seek_function() function
Dopenjpeg.c1048 opj_stream_set_seek_function(l_stream, (opj_stream_seek_fn) opj_seek_from_file); in opj_stream_create_file_stream()
/external/pdfium/core/fxcodec/codec/
Dfx_codec_jpx_opj.cpp40 opj_stream_set_seek_function(stream, opj_seek_from_memory); in fx_opj_stream_create_memory_stream()