Home
last modified time | relevance | path

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

/aosp_15_r20/external/pdfium/third_party/libopenjpeg/
H A Dcio.c213 void OPJ_CALLCONV opj_stream_set_read_function(opj_stream_t* p_stream, in opj_stream_set_read_function() function
H A Dopenjpeg.h1201 OPJ_API void OPJ_CALLCONV opj_stream_set_read_function(opj_stream_t* p_stream,
H A Dopenjpeg.c1011 opj_stream_set_read_function(l_stream, opj_read_from_file); in opj_stream_create_file_stream()
/aosp_15_r20/external/pdfium/core/fxcodec/jpx/
H A Dcjpx_decoder.cpp57 opj_stream_set_read_function(stream, opj_read_from_memory); in fx_opj_stream_create_memory_stream()