Home
last modified time | relevance | path

Searched refs:opj_cio_t (Results 1 – 25 of 231) sorted by relevance

12345678910

/dports/graphics/openjpeg/openjpeg-2.4.0/src/lib/openjp3d/
H A Dcio.c44 opj_cio_t *cio = (opj_cio_t*)opj_malloc(sizeof(opj_cio_t)); in opj_cio_open()
87 void OPJ_CALLCONV opj_cio_close(opj_cio_t *cio) in opj_cio_close()
105 int OPJ_CALLCONV cio_tell(opj_cio_t *cio) in cio_tell()
115 void OPJ_CALLCONV cio_seek(opj_cio_t *cio, int pos) in cio_seek()
123 int cio_numbytesleft(opj_cio_t *cio) in cio_numbytesleft()
131 unsigned char *cio_getbp(opj_cio_t *cio) in cio_getbp()
152 static unsigned char cio_bytein(opj_cio_t *cio) in cio_bytein()
185 unsigned int cio_read(opj_cio_t *cio, int n) in cio_read()
201 void cio_skip(opj_cio_t *cio, int n) in cio_skip()
212 int cio_write_int(opj_cio_t *cio, int v, int n) in cio_write_int()
[all …]
H A Dcio.h56 int cio_numbytesleft(opj_cio_t *cio);
62 unsigned char *cio_getbp(opj_cio_t *cio);
70 unsigned int cio_write(opj_cio_t *cio, unsigned int v, int n);
77 unsigned int cio_read(opj_cio_t *cio, int n);
83 void cio_skip(opj_cio_t *cio, int n);
91 int cio_write_int(opj_cio_t *cio, int v, int n);
98 int cio_read_int(opj_cio_t *cio, int n);
/dports/print/ghostscript9-x11/ghostscript-9.06/openjpeg/libopenjpeg/
H A Dcio.c38 opj_cio_t *cio = (opj_cio_t*)opj_malloc(sizeof(opj_cio_t)); in opj_cio_open()
82 void OPJ_CALLCONV opj_cio_close(opj_cio_t *cio) { in opj_cio_close()
99 int OPJ_CALLCONV cio_tell(opj_cio_t *cio) { in cio_tell()
108 void OPJ_CALLCONV cio_seek(opj_cio_t *cio, int pos) { in cio_seek()
115 int cio_numbytesleft(opj_cio_t *cio) { in cio_numbytesleft()
122 unsigned char *cio_getbp(opj_cio_t *cio) { in cio_getbp()
129 bool cio_byteout(opj_cio_t *cio, unsigned char v) { in cio_byteout()
141 unsigned char cio_bytein(opj_cio_t *cio) { in cio_bytein()
155 unsigned int cio_write(opj_cio_t *cio, unsigned int v, int n) { in cio_write()
171 unsigned int cio_read(opj_cio_t *cio, int n) { in cio_read()
[all …]
H A Dcio.h52 int cio_numbytesleft(opj_cio_t *cio);
58 unsigned char *cio_getbp(opj_cio_t *cio);
66 unsigned int cio_write(opj_cio_t *cio, unsigned int v, int n);
73 unsigned int cio_read(opj_cio_t *cio, int n);
79 void cio_skip(opj_cio_t *cio, int n);
H A Djp2.c54 static bool jp2_read_ihdr(opj_jp2_t *jp2, opj_cio_t *cio);
55 static void jp2_write_ihdr(opj_jp2_t *jp2, opj_cio_t *cio);
57 static bool jp2_read_bpcc(opj_jp2_t *jp2, opj_cio_t *cio);
71 static bool jp2_read_ftyp(opj_jp2_t *jp2, opj_cio_t *cio);
74 static void jp2_write_jp(opj_cio_t *cio);
81 static bool jp2_read_jp(opj_jp2_t *jp2, opj_cio_t *cio);
105 static bool jp2_read_pclr(opj_jp2_t *jp2, opj_cio_t *cio,
115 static bool jp2_read_cmap(opj_jp2_t *jp2, opj_cio_t *cio,
125 static bool jp2_read_colr(opj_jp2_t *jp2, opj_cio_t *cio,
768 void jp2_write_jp2h(opj_jp2_t *jp2, opj_cio_t *cio) { in jp2_write_jp2h()
[all …]
H A Dopenjpeg.h514 } opj_cio_t; typedef
791 OPJ_API opj_cio_t* OPJ_CALLCONV opj_cio_open(opj_common_ptr cinfo, unsigned char *buffer, int lengt…
797 OPJ_API void OPJ_CALLCONV opj_cio_close(opj_cio_t *cio);
804 OPJ_API int OPJ_CALLCONV cio_tell(opj_cio_t *cio);
810 OPJ_API void OPJ_CALLCONV cio_seek(opj_cio_t *cio, int pos);
854 OPJ_API opj_image_t* OPJ_CALLCONV opj_decode(opj_dinfo_t *dinfo, opj_cio_t *cio, bool return_indexe…
863 OPJ_API opj_image_t* OPJ_CALLCONV opj_decode_with_info(opj_dinfo_t *dinfo, opj_cio_t *cio, opj_code…
912 OPJ_API bool OPJ_CALLCONV opj_encode(opj_cinfo_t *cinfo, opj_cio_t *cio, opj_image_t *image, char *…
921 OPJ_API bool OPJ_CALLCONV opj_encode_with_info(opj_cinfo_t *cinfo, opj_cio_t *cio, opj_image_t *ima…
/dports/print/ghostscript9-base/ghostscript-9.06/openjpeg/libopenjpeg/
H A Dcio.c38 opj_cio_t *cio = (opj_cio_t*)opj_malloc(sizeof(opj_cio_t)); in opj_cio_open()
82 void OPJ_CALLCONV opj_cio_close(opj_cio_t *cio) { in opj_cio_close()
99 int OPJ_CALLCONV cio_tell(opj_cio_t *cio) { in cio_tell()
108 void OPJ_CALLCONV cio_seek(opj_cio_t *cio, int pos) { in cio_seek()
115 int cio_numbytesleft(opj_cio_t *cio) { in cio_numbytesleft()
122 unsigned char *cio_getbp(opj_cio_t *cio) { in cio_getbp()
129 bool cio_byteout(opj_cio_t *cio, unsigned char v) { in cio_byteout()
141 unsigned char cio_bytein(opj_cio_t *cio) { in cio_bytein()
155 unsigned int cio_write(opj_cio_t *cio, unsigned int v, int n) { in cio_write()
171 unsigned int cio_read(opj_cio_t *cio, int n) { in cio_read()
[all …]
H A Dcio.h52 int cio_numbytesleft(opj_cio_t *cio);
58 unsigned char *cio_getbp(opj_cio_t *cio);
66 unsigned int cio_write(opj_cio_t *cio, unsigned int v, int n);
73 unsigned int cio_read(opj_cio_t *cio, int n);
79 void cio_skip(opj_cio_t *cio, int n);
H A Djp2.c54 static bool jp2_read_ihdr(opj_jp2_t *jp2, opj_cio_t *cio);
55 static void jp2_write_ihdr(opj_jp2_t *jp2, opj_cio_t *cio);
57 static bool jp2_read_bpcc(opj_jp2_t *jp2, opj_cio_t *cio);
71 static bool jp2_read_ftyp(opj_jp2_t *jp2, opj_cio_t *cio);
74 static void jp2_write_jp(opj_cio_t *cio);
81 static bool jp2_read_jp(opj_jp2_t *jp2, opj_cio_t *cio);
105 static bool jp2_read_pclr(opj_jp2_t *jp2, opj_cio_t *cio,
115 static bool jp2_read_cmap(opj_jp2_t *jp2, opj_cio_t *cio,
125 static bool jp2_read_colr(opj_jp2_t *jp2, opj_cio_t *cio,
768 void jp2_write_jp2h(opj_jp2_t *jp2, opj_cio_t *cio) { in jp2_write_jp2h()
[all …]
H A Dopenjpeg.h514 } opj_cio_t; typedef
791 OPJ_API opj_cio_t* OPJ_CALLCONV opj_cio_open(opj_common_ptr cinfo, unsigned char *buffer, int lengt…
797 OPJ_API void OPJ_CALLCONV opj_cio_close(opj_cio_t *cio);
804 OPJ_API int OPJ_CALLCONV cio_tell(opj_cio_t *cio);
810 OPJ_API void OPJ_CALLCONV cio_seek(opj_cio_t *cio, int pos);
854 OPJ_API opj_image_t* OPJ_CALLCONV opj_decode(opj_dinfo_t *dinfo, opj_cio_t *cio, bool return_indexe…
863 OPJ_API opj_image_t* OPJ_CALLCONV opj_decode_with_info(opj_dinfo_t *dinfo, opj_cio_t *cio, opj_code…
912 OPJ_API bool OPJ_CALLCONV opj_encode(opj_cinfo_t *cinfo, opj_cio_t *cio, opj_image_t *image, char *…
921 OPJ_API bool OPJ_CALLCONV opj_encode_with_info(opj_cinfo_t *cinfo, opj_cio_t *cio, opj_image_t *ima…
/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/openjpeg/libopenjpeg/
H A Dcio.c38 opj_cio_t *cio = (opj_cio_t*)opj_malloc(sizeof(opj_cio_t)); in opj_cio_open()
82 void OPJ_CALLCONV opj_cio_close(opj_cio_t *cio) { in opj_cio_close()
99 int OPJ_CALLCONV cio_tell(opj_cio_t *cio) { in cio_tell()
108 void OPJ_CALLCONV cio_seek(opj_cio_t *cio, int pos) { in cio_seek()
115 int cio_numbytesleft(opj_cio_t *cio) { in cio_numbytesleft()
122 unsigned char *cio_getbp(opj_cio_t *cio) { in cio_getbp()
129 bool cio_byteout(opj_cio_t *cio, unsigned char v) { in cio_byteout()
141 unsigned char cio_bytein(opj_cio_t *cio) { in cio_bytein()
155 unsigned int cio_write(opj_cio_t *cio, unsigned int v, int n) { in cio_write()
171 unsigned int cio_read(opj_cio_t *cio, int n) { in cio_read()
[all …]
H A Dcio.h52 int cio_numbytesleft(opj_cio_t *cio);
58 unsigned char *cio_getbp(opj_cio_t *cio);
66 unsigned int cio_write(opj_cio_t *cio, unsigned int v, int n);
73 unsigned int cio_read(opj_cio_t *cio, int n);
79 void cio_skip(opj_cio_t *cio, int n);
H A Djp2.c54 static bool jp2_read_ihdr(opj_jp2_t *jp2, opj_cio_t *cio);
55 static void jp2_write_ihdr(opj_jp2_t *jp2, opj_cio_t *cio);
57 static bool jp2_read_bpcc(opj_jp2_t *jp2, opj_cio_t *cio);
71 static bool jp2_read_ftyp(opj_jp2_t *jp2, opj_cio_t *cio);
74 static void jp2_write_jp(opj_cio_t *cio);
81 static bool jp2_read_jp(opj_jp2_t *jp2, opj_cio_t *cio);
105 static bool jp2_read_pclr(opj_jp2_t *jp2, opj_cio_t *cio,
115 static bool jp2_read_cmap(opj_jp2_t *jp2, opj_cio_t *cio,
125 static bool jp2_read_colr(opj_jp2_t *jp2, opj_cio_t *cio,
749 void jp2_write_jp2h(opj_jp2_t *jp2, opj_cio_t *cio) { in jp2_write_jp2h()
[all …]
H A Dopenjpeg.h501 } opj_cio_t; typedef
774 OPJ_API opj_cio_t* OPJ_CALLCONV opj_cio_open(opj_common_ptr cinfo, unsigned char *buffer, int lengt…
780 OPJ_API void OPJ_CALLCONV opj_cio_close(opj_cio_t *cio);
787 OPJ_API int OPJ_CALLCONV cio_tell(opj_cio_t *cio);
793 OPJ_API void OPJ_CALLCONV cio_seek(opj_cio_t *cio, int pos);
837 OPJ_API opj_image_t* OPJ_CALLCONV opj_decode(opj_dinfo_t *dinfo, opj_cio_t *cio);
846 OPJ_API opj_image_t* OPJ_CALLCONV opj_decode_with_info(opj_dinfo_t *dinfo, opj_cio_t *cio, opj_code…
895 OPJ_API bool OPJ_CALLCONV opj_encode(opj_cinfo_t *cinfo, opj_cio_t *cio, opj_image_t *image, char *…
904 OPJ_API bool OPJ_CALLCONV opj_encode_with_info(opj_cinfo_t *cinfo, opj_cio_t *cio, opj_image_t *ima…
/dports/graphics/openjpeg/openjpeg-2.4.0/src/lib/openmj2/
H A Dcio.c42 opj_cio_t* OPJ_CALLCONV opj_cio_open(opj_common_ptr cinfo, in opj_cio_open()
46 opj_cio_t *cio = (opj_cio_t*)opj_malloc(sizeof(opj_cio_t)); in opj_cio_open()
92 void OPJ_CALLCONV opj_cio_close(opj_cio_t *cio) in opj_cio_close()
110 int OPJ_CALLCONV cio_tell(opj_cio_t *cio) in cio_tell()
120 void OPJ_CALLCONV cio_seek(opj_cio_t *cio, int pos) in cio_seek()
128 int cio_numbytesleft(opj_cio_t *cio) in cio_numbytesleft()
136 unsigned char *cio_getbp(opj_cio_t *cio) in cio_getbp()
144 opj_bool cio_byteout(opj_cio_t *cio, unsigned char v) in cio_byteout()
157 unsigned char cio_bytein(opj_cio_t *cio) in cio_bytein()
192 unsigned int OPJ_CALLCONV cio_read(opj_cio_t *cio, int n) in cio_read()
[all …]
H A Dcio.h65 int cio_numbytesleft(opj_cio_t *cio);
71 unsigned char *cio_getbp(opj_cio_t *cio);
79 OPJ_API unsigned int OPJ_CALLCONV cio_write(opj_cio_t *cio, unsigned int64 v,
87 OPJ_API unsigned int OPJ_CALLCONV cio_read(opj_cio_t *cio, int n);
93 OPJ_API void OPJ_CALLCONV cio_skip(opj_cio_t *cio, int n);
H A Djp2.c63 static void jp2_write_ihdr(opj_jp2_t *jp2, opj_cio_t *cio);
64 static void jp2_write_bpcc(opj_jp2_t *jp2, opj_cio_t *cio);
66 static void jp2_write_colr(opj_jp2_t *jp2, opj_cio_t *cio);
72 static void jp2_write_ftyp(opj_jp2_t *jp2, opj_cio_t *cio);
84 static void jp2_write_jp(opj_cio_t *cio);
91 static opj_bool jp2_read_jp(opj_jp2_t *jp2, opj_cio_t *cio);
171 static void jp2_write_url(opj_cio_t *cio, char *Idx_file)
230 static void jp2_write_ihdr(opj_jp2_t *jp2, opj_cio_t *cio) in jp2_write_ihdr()
254 static void jp2_write_bpcc(opj_jp2_t *jp2, opj_cio_t *cio) in jp2_write_bpcc()
837 void jp2_write_jp2h(opj_jp2_t *jp2, opj_cio_t *cio) in jp2_write_jp2h()
[all …]
H A Dmj2.c49 int mj2_read_boxhdr(mj2_box_t * box, opj_cio_t *cio) in mj2_read_boxhdr()
330 void OPJ_CALLCONV mj2_write_jp(opj_cio_t *cio) in mj2_write_jp()
351 int mj2_read_jp(opj_cio_t *cio) in mj2_read_jp()
469 int mj2_read_stco(mj2_tk_t * tk, opj_cio_t *cio) in mj2_read_stco()
558 int mj2_read_stsz(mj2_tk_t * tk, opj_cio_t *cio) in mj2_read_stsz()
651 int mj2_read_stsc(mj2_tk_t * tk, opj_cio_t *cio) in mj2_read_stsc()
732 int mj2_read_stts(mj2_tk_t * tk, opj_cio_t *cio) in mj2_read_stts()
806 int mj2_read_fiel(mj2_tk_t * tk, opj_cio_t *cio) in mj2_read_fiel()
858 int mj2_read_orfo(mj2_tk_t * tk, opj_cio_t *cio) in mj2_read_orfo()
914 int mj2_read_jp2p(mj2_tk_t * tk, opj_cio_t *cio) in mj2_read_jp2p()
[all …]
/dports/graphics/openjpeg15/openjpeg-version.1.5.2/libopenjpeg/
H A Dcio.c39 opj_cio_t *cio = (opj_cio_t*)opj_malloc(sizeof(opj_cio_t)); in opj_cio_open()
83 void OPJ_CALLCONV opj_cio_close(opj_cio_t *cio) { in opj_cio_close()
100 int OPJ_CALLCONV cio_tell(opj_cio_t *cio) { in cio_tell()
109 void OPJ_CALLCONV cio_seek(opj_cio_t *cio, int pos) { in cio_seek()
117 int cio_numbytesleft(opj_cio_t *cio) { in cio_numbytesleft()
125 unsigned char *cio_getbp(opj_cio_t *cio) { in cio_getbp()
132 opj_bool cio_byteout(opj_cio_t *cio, unsigned char v) { in cio_byteout()
144 unsigned char cio_bytein(opj_cio_t *cio) { in cio_bytein()
159 unsigned int cio_write(opj_cio_t *cio, unsigned int64 v, int n) { in cio_write()
175 unsigned int cio_read(opj_cio_t *cio, int n) { in cio_read()
[all …]
H A Dcio.h59 int cio_numbytesleft(opj_cio_t *cio);
65 unsigned char *cio_getbp(opj_cio_t *cio);
73 unsigned int cio_write(opj_cio_t *cio, unsigned int64 v, int n);
80 unsigned int cio_read(opj_cio_t *cio, int n);
86 void cio_skip(opj_cio_t *cio, int n);
H A Djp2.c56 static opj_bool jp2_read_ihdr(opj_jp2_t *jp2, opj_cio_t *cio);
57 static void jp2_write_ihdr(opj_jp2_t *jp2, opj_cio_t *cio);
58 static void jp2_write_bpcc(opj_jp2_t *jp2, opj_cio_t *cio);
59 static opj_bool jp2_read_bpcc(opj_jp2_t *jp2, opj_cio_t *cio);
60 static void jp2_write_colr(opj_jp2_t *jp2, opj_cio_t *cio);
66 static void jp2_write_ftyp(opj_jp2_t *jp2, opj_cio_t *cio);
76 static void jp2_write_jp(opj_cio_t *cio);
83 static opj_bool jp2_read_jp(opj_jp2_t *jp2, opj_cio_t *cio);
185 static void jp2_write_url(opj_cio_t *cio, char *Idx_file) {
891 void jp2_write_jp2h(opj_jp2_t *jp2, opj_cio_t *cio) { in jp2_write_jp2h()
[all …]
H A Dindexbox_manager.h68 int write_tpix( int coff, opj_codestream_info_t cstr_info, int j2klen, opj_cio_t *cio);
79 int write_thix( int coff, opj_codestream_info_t cstr_info, opj_cio_t *cio);
92 int write_ppix( int coff, opj_codestream_info_t cstr_info, opj_bool EPHused, int j2klen, opj_cio_t
105 int write_phix( int coff, opj_codestream_info_t cstr_info, opj_bool EPHused, int j2klen, opj_cio_t
115 void write_manf(int second, int v, opj_jp2_box_t *box, opj_cio_t *cio);
H A Dcidx_manager.c42 void write_cptr(int coff, int clen, opj_cio_t *cio);
53 int write_mainmhix( int coff, opj_codestream_info_t cstr_info, opj_cio_t *cio);
65 opj_bool check_EPHuse( int coff, opj_marker_info_t *markers, int marknum, opj_cio_t *cio);
68 int write_cidx( int offset, opj_cio_t *cio, opj_image_t *image, opj_codestream_info_t cstr_info, in… in write_cidx()
126 void write_cptr(int coff, int clen, opj_cio_t *cio) in write_cptr()
143 void write_manf(int second, int v, opj_jp2_box_t *box, opj_cio_t *cio) in write_manf()
164 int write_mainmhix( int coff, opj_codestream_info_t cstr_info, opj_cio_t *cio) in write_mainmhix()
190 opj_bool check_EPHuse( int coff, opj_marker_info_t *markers, int marknum, opj_cio_t *cio) in check_EPHuse()
/dports/multimedia/gpac-mp4box/gpac-1.0.0/extra_lib/include/openjpeg/
H A Dopenjpeg.h501 } opj_cio_t; typedef
770 OPJ_API opj_cio_t* OPJ_CALLCONV opj_cio_open(opj_common_ptr cinfo, unsigned char *buffer, int lengt…
776 OPJ_API void OPJ_CALLCONV opj_cio_close(opj_cio_t *cio);
783 OPJ_API int OPJ_CALLCONV cio_tell(opj_cio_t *cio);
789 OPJ_API void OPJ_CALLCONV cio_seek(opj_cio_t *cio, int pos);
833 OPJ_API opj_image_t* OPJ_CALLCONV opj_decode(opj_dinfo_t *dinfo, opj_cio_t *cio);
842 OPJ_API opj_image_t* OPJ_CALLCONV opj_decode_with_info(opj_dinfo_t *dinfo, opj_cio_t *cio, opj_code…
891 OPJ_API bool OPJ_CALLCONV opj_encode(opj_cinfo_t *cinfo, opj_cio_t *cio, opj_image_t *image, char *…
900 OPJ_API bool OPJ_CALLCONV opj_encode_with_info(opj_cinfo_t *cinfo, opj_cio_t *cio, opj_image_t *ima…
/dports/multimedia/gpac-libgpac/gpac-1.0.0/extra_lib/include/openjpeg/
H A Dopenjpeg.h501 } opj_cio_t; typedef
770 OPJ_API opj_cio_t* OPJ_CALLCONV opj_cio_open(opj_common_ptr cinfo, unsigned char *buffer, int lengt…
776 OPJ_API void OPJ_CALLCONV opj_cio_close(opj_cio_t *cio);
783 OPJ_API int OPJ_CALLCONV cio_tell(opj_cio_t *cio);
789 OPJ_API void OPJ_CALLCONV cio_seek(opj_cio_t *cio, int pos);
833 OPJ_API opj_image_t* OPJ_CALLCONV opj_decode(opj_dinfo_t *dinfo, opj_cio_t *cio);
842 OPJ_API opj_image_t* OPJ_CALLCONV opj_decode_with_info(opj_dinfo_t *dinfo, opj_cio_t *cio, opj_code…
891 OPJ_API bool OPJ_CALLCONV opj_encode(opj_cinfo_t *cinfo, opj_cio_t *cio, opj_image_t *image, char *…
900 OPJ_API bool OPJ_CALLCONV opj_encode_with_info(opj_cinfo_t *cinfo, opj_cio_t *cio, opj_image_t *ima…

12345678910