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

  /external/pdfium/third_party/libopenjpeg20/
cio.c 151 opj_stream_t* OPJ_CALLCONV opj_stream_create(OPJ_SIZE_T p_buffer_size,OPJ_BOOL l_is_input) function
189 return opj_stream_create(OPJ_J2K_STREAM_CHUNK_SIZE,l_is_input);
openjpeg.h     [all...]
openjpeg.c 946 l_stream = opj_stream_create(p_size,p_is_read_stream);
  /external/ImageMagick/coders/
jp2.c 343 jp2_stream=opj_stream_create(OPJ_J2K_STREAM_CHUNK_SIZE,1);
    [all...]
  /external/pdfium/core/fxcodec/codec/
fx_codec_jpx_opj.cpp 128 l_stream = opj_stream_create(p_size, p_is_read_stream);

Completed in 297 milliseconds