Home
last modified time | relevance | path

Searched refs:opj_stream_t (Results 1 – 6 of 6) sorted by relevance

/external/pdfium/third_party/libopenjpeg20/
Dopenjpeg.h626 typedef void * opj_stream_t; typedef
1134 OPJ_API opj_stream_t* OPJ_CALLCONV opj_stream_default_create(
1145 OPJ_API opj_stream_t* OPJ_CALLCONV opj_stream_create(OPJ_SIZE_T p_buffer_size,
1154 OPJ_API void OPJ_CALLCONV opj_stream_destroy(opj_stream_t* p_stream);
1161 OPJ_API void OPJ_CALLCONV opj_stream_set_read_function(opj_stream_t* p_stream,
1169 OPJ_API void OPJ_CALLCONV opj_stream_set_write_function(opj_stream_t* p_stream,
1177 OPJ_API void OPJ_CALLCONV opj_stream_set_skip_function(opj_stream_t* p_stream,
1186 OPJ_API void OPJ_CALLCONV opj_stream_set_seek_function(opj_stream_t* p_stream,
1195 OPJ_API void OPJ_CALLCONV opj_stream_set_user_data(opj_stream_t* p_stream,
1205 opj_stream_t* p_stream, OPJ_UINT64 data_length);
[all …]
Dcio.c158 opj_stream_t* OPJ_CALLCONV opj_stream_create(OPJ_SIZE_T p_buffer_size, in opj_stream_create()
191 return (opj_stream_t *) l_stream; in opj_stream_create()
194 opj_stream_t* OPJ_CALLCONV opj_stream_default_create(OPJ_BOOL l_is_input) in opj_stream_default_create()
199 void OPJ_CALLCONV opj_stream_destroy(opj_stream_t* p_stream) in opj_stream_destroy()
213 void OPJ_CALLCONV opj_stream_set_read_function(opj_stream_t* p_stream, in opj_stream_set_read_function()
225 void OPJ_CALLCONV opj_stream_set_seek_function(opj_stream_t* p_stream, in opj_stream_set_seek_function()
236 void OPJ_CALLCONV opj_stream_set_write_function(opj_stream_t* p_stream, in opj_stream_set_write_function()
248 void OPJ_CALLCONV opj_stream_set_skip_function(opj_stream_t* p_stream, in opj_stream_set_skip_function()
260 void OPJ_CALLCONV opj_stream_set_user_data(opj_stream_t* p_stream, in opj_stream_set_user_data()
271 void OPJ_CALLCONV opj_stream_set_user_data_length(opj_stream_t* p_stream, in opj_stream_set_user_data_length()
Dopenjpeg.c418 OPJ_BOOL OPJ_CALLCONV opj_read_header(opj_stream_t *p_stream, in opj_read_header()
472 opj_stream_t *p_stream, in opj_decode()
516 opj_stream_t * p_stream, in opj_read_tile_header()
550 opj_stream_t *p_stream in opj_decode_tile_data()
573 opj_stream_t *p_stream, in opj_get_decoded_tile()
793 opj_stream_t *p_stream) in opj_start_compress()
810 OPJ_BOOL OPJ_CALLCONV opj_encode(opj_codec_t *p_info, opj_stream_t *p_stream) in opj_encode()
828 opj_stream_t *p_stream) in opj_end_compress()
845 opj_stream_t *p_stream) in opj_end_decompress()
898 opj_stream_t *p_stream) in opj_write_tile()
[all …]
/external/pdfium/core/fxcodec/jpx/
Dcjpx_decoder.h58 UnownedPtr<opj_stream_t> m_Stream;
Dcjpx_decoder.cpp42 opj_stream_t* fx_opj_stream_create_memory_stream(DecodeData* data) { in fx_opj_stream_create_memory_stream()
46 opj_stream_t* stream = opj_stream_create(OPJ_J2K_STREAM_CHUNK_SIZE, in fx_opj_stream_create_memory_stream()
/external/ImageMagick/coders/
Djp2.c277 opj_stream_t in ReadJP2Image()
834 opj_stream_t in WriteJP2Image()
1115 if (jp2_stream == (opj_stream_t *) NULL) in WriteJP2Image()