Searched refs:OPJ_CALLCONV (Results 1 – 7 of 7) sorted by relevance
/external/pdfium/third_party/libopenjpeg20/ |
D | openjpeg.h | 92 # define OPJ_CALLCONV macro 94 # define OPJ_CALLCONV __stdcall macro 1062 OPJ_API const char * OPJ_CALLCONV opj_version(void); 1078 OPJ_API opj_image_t* OPJ_CALLCONV opj_image_create(OPJ_UINT32 numcmpts, 1086 OPJ_API void OPJ_CALLCONV opj_image_destroy(opj_image_t *image); 1097 OPJ_API opj_image_t* OPJ_CALLCONV opj_image_tile_create(OPJ_UINT32 numcmpts, 1109 OPJ_API void* OPJ_CALLCONV opj_image_data_alloc(OPJ_SIZE_T size); 1119 OPJ_API void OPJ_CALLCONV opj_image_data_free(void* ptr); 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, [all …]
|
D | openjpeg.c | 44 OPJ_BOOL OPJ_CALLCONV opj_set_info_handler(opj_codec_t * p_codec, in opj_set_info_handler() 59 OPJ_BOOL OPJ_CALLCONV opj_set_warning_handler(opj_codec_t * p_codec, in opj_set_warning_handler() 74 OPJ_BOOL OPJ_CALLCONV opj_set_error_handler(opj_codec_t * p_codec, in opj_set_error_handler() 160 const char* OPJ_CALLCONV opj_version(void) in opj_version() 168 opj_codec_t* OPJ_CALLCONV opj_create_decompress(OPJ_CODEC_FORMAT p_format) in opj_create_decompress() 364 void OPJ_CALLCONV opj_set_default_decoder_parameters(opj_dparameters_t in opj_set_default_decoder_parameters() 387 OPJ_BOOL OPJ_CALLCONV opj_codec_set_threads(opj_codec_t *p_codec, in opj_codec_set_threads() 398 OPJ_BOOL OPJ_CALLCONV opj_setup_decoder(opj_codec_t *p_codec, in opj_setup_decoder() 418 OPJ_BOOL OPJ_CALLCONV opj_read_header(opj_stream_t *p_stream, in opj_read_header() 442 OPJ_BOOL OPJ_CALLCONV opj_set_decoded_components(opj_codec_t *p_codec, in opj_set_decoded_components() [all …]
|
D | opj_malloc.h | 54 void * OPJ_CALLCONV opj_malloc(size_t size); 71 void * OPJ_CALLCONV opj_calloc(size_t _NumOfElements, size_t _SizeOfElements); 170 void * OPJ_CALLCONV opj_realloc(void * m, size_t s); 185 void OPJ_CALLCONV opj_free(void * m);
|
D | cio.c | 158 opj_stream_t* OPJ_CALLCONV opj_stream_create(OPJ_SIZE_T p_buffer_size, 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()
|
D | 0034-opj_malloc.patch | 20 +void * OPJ_CALLCONV opj_malloc(size_t size); 38 +void * OPJ_CALLCONV opj_calloc(size_t _NumOfElements, size_t _SizeOfElements); 148 +void * OPJ_CALLCONV opj_realloc(void * m, size_t s); 164 +void OPJ_CALLCONV opj_free(void * m);
|
D | image.c | 40 opj_image_t* OPJ_CALLCONV opj_image_create(OPJ_UINT32 numcmpts, in opj_image_create() 92 void OPJ_CALLCONV opj_image_destroy(opj_image_t *image) in opj_image_destroy() 228 opj_image_t* OPJ_CALLCONV opj_image_tile_create(OPJ_UINT32 numcmpts, in opj_image_tile_create()
|
D | thread.c | 48 OPJ_BOOL OPJ_CALLCONV opj_has_thread_support(void) in opj_has_thread_support() 53 int OPJ_CALLCONV opj_get_num_cpus(void) in opj_get_num_cpus() 295 OPJ_BOOL OPJ_CALLCONV opj_has_thread_support(void) in opj_has_thread_support() 300 int OPJ_CALLCONV opj_get_num_cpus(void) in opj_get_num_cpus() 433 OPJ_BOOL OPJ_CALLCONV opj_has_thread_support(void) in opj_has_thread_support() 438 int OPJ_CALLCONV opj_get_num_cpus(void) in opj_get_num_cpus()
|