Searched refs:opj_stream_private (Results 1 – 4 of 4) sorted by relevance
/external/pdfium/third_party/libopenjpeg20/ |
D | opj_codec.h | 53 OPJ_BOOL (*opj_read_header) ( struct opj_stream_private * cio, 60 struct opj_stream_private * p_cio, 74 struct opj_stream_private * p_cio, 82 struct opj_stream_private * p_cio, 87 struct opj_stream_private * cio, 124 struct opj_stream_private * cio, 129 struct opj_stream_private *p_cio, 136 struct opj_stream_private * p_cio, 140 struct opj_stream_private * p_cio,
|
D | openjpeg.c | 185 struct opj_stream_private *, in opj_create_decompress() 190 struct opj_stream_private *, in opj_create_decompress() 194 (OPJ_BOOL (*) ( struct opj_stream_private *, in opj_create_decompress() 213 struct opj_stream_private *, in opj_create_decompress() 221 struct opj_stream_private *, in opj_create_decompress() 261 struct opj_stream_private *, in opj_create_decompress() 267 struct opj_stream_private *, in opj_create_decompress() 271 (OPJ_BOOL (*) ( struct opj_stream_private *, in opj_create_decompress() 286 struct opj_stream_private *, in opj_create_decompress() 292 struct opj_stream_private *, in opj_create_decompress() [all …]
|
D | cio.h | 87 typedef struct opj_stream_private struct 141 OPJ_OFF_T (* m_opj_skip)(struct opj_stream_private * ,OPJ_OFF_T , struct opj_event_mgr *); argument 146 OPJ_BOOL (* m_opj_seek) (struct opj_stream_private * , OPJ_OFF_T , struct opj_event_mgr *); argument
|
D | j2k.c | 4819 struct opj_stream_private *p_stream, in opj_j2k_get_end_header() 4833 … struct opj_stream_private *p_stream, in opj_j2k_write_mct_data_group() 4882 … struct opj_stream_private *p_stream, 4905 … struct opj_stream_private *p_stream, 4928 struct opj_stream_private *p_stream, in opj_j2k_write_regions() 4956 struct opj_stream_private *p_stream, in opj_j2k_write_epc() 5057 struct opj_stream_private *p_stream, in opj_j2k_write_mct_record() 5229 struct opj_stream_private *p_stream, in opj_j2k_write_mcc_record() 5550 struct opj_stream_private *p_stream, in opj_j2k_write_mco() 5762 struct opj_stream_private *p_stream, in opj_j2k_write_cbd() [all …]
|