HomeSort by relevance Sort by last modified time
    Searched refs:opj_stream_seek_fn (Results 1 - 4 of 4) sorted by null

  /external/pdfium/third_party/libopenjpeg20/
cio.h 125 opj_stream_seek_fn m_seek_fn;
openjpeg.h 608 typedef OPJ_BOOL (* opj_stream_seek_fn) (OPJ_OFF_T p_nb_bytes, void * p_user_data) ; typedef
    [all...]
cio.c 217 void OPJ_CALLCONV opj_stream_set_seek_function(opj_stream_t* p_stream, opj_stream_seek_fn p_function)
openjpeg.c 957 opj_stream_set_seek_function(l_stream, (opj_stream_seek_fn) opj_seek_from_file);

Completed in 46 milliseconds