Home
last modified time | relevance | path

Searched refs:th_api_wrapper (Results 1 – 25 of 38) sorted by relevance

12

/dports/multimedia/libtheora/libtheora-1.1.1/lib/
H A Ddecapiwrapper.c25 static void th_dec_api_clear(th_api_wrapper *_api){ in th_dec_api_clear()
38 return th_decode_ctl(((th_api_wrapper *)_td->i->codec_setup)->decode, in theora_decode_control()
90 th_api_wrapper *api; in theora_decode_init()
92 api=(th_api_wrapper *)_ci->codec_setup; in theora_decode_init()
127 th_api_wrapper *api; in theora_decode_header()
130 api=(th_api_wrapper *)_ci->codec_setup; in theora_decode_header()
136 api=(th_api_wrapper *)_ci->codec_setup; in theora_decode_header()
160 th_api_wrapper *api; in theora_decode_packetin()
164 api=(th_api_wrapper *)_td->i->codec_setup; in theora_decode_packetin()
172 th_api_wrapper *api; in theora_decode_YUVout()
[all …]
H A Dencapiwrapper.c10 static void th_enc_api_clear(th_api_wrapper *_api){ in th_enc_api_clear()
22 return th_encode_ctl(((th_api_wrapper *)_te->i->codec_setup)->encode, in theora_encode_control()
32 return th_granule_time(((th_api_wrapper *)_te->i->codec_setup)->encode,_gp); in theora_encode_granule_time()
80 th_api_wrapper *api; in theora_encode_YUVin()
83 api=(th_api_wrapper *)_te->i->codec_setup; in theora_encode_YUVin()
103 th_api_wrapper *api; in theora_encode_packetout()
104 api=(th_api_wrapper *)_te->i->codec_setup; in theora_encode_packetout()
110 th_api_wrapper *api; in theora_encode_header()
112 api=(th_api_wrapper *)_te->i->codec_setup; in theora_encode_header()
156 th_api_wrapper *api; in theora_encode_tables()
[all …]
H A Dapiwrapper.h26 typedef struct th_api_wrapper th_api_wrapper; typedef
39 struct th_api_wrapper{ struct
47 th_api_wrapper api; argument
/dports/math/vtk9/VTK-9.1.0/ThirdParty/theora/vtktheora/lib/
H A Ddecapiwrapper.c25 static void th_dec_api_clear(th_api_wrapper *_api){ in th_dec_api_clear()
38 return th_decode_ctl(((th_api_wrapper *)_td->i->codec_setup)->decode, in theora_decode_control()
90 th_api_wrapper *api; in theora_decode_init()
92 api=(th_api_wrapper *)_ci->codec_setup; in theora_decode_init()
127 th_api_wrapper *api; in theora_decode_header()
130 api=(th_api_wrapper *)_ci->codec_setup; in theora_decode_header()
136 api=(th_api_wrapper *)_ci->codec_setup; in theora_decode_header()
160 th_api_wrapper *api; in theora_decode_packetin()
164 api=(th_api_wrapper *)_td->i->codec_setup; in theora_decode_packetin()
172 th_api_wrapper *api; in theora_decode_YUVout()
[all …]
H A Dencapiwrapper.c10 static void th_enc_api_clear(th_api_wrapper *_api){ in th_enc_api_clear()
22 return th_encode_ctl(((th_api_wrapper *)_te->i->codec_setup)->encode, in theora_encode_control()
32 return th_granule_time(((th_api_wrapper *)_te->i->codec_setup)->encode,_gp); in theora_encode_granule_time()
80 th_api_wrapper *api; in theora_encode_YUVin()
83 api=(th_api_wrapper *)_te->i->codec_setup; in theora_encode_YUVin()
103 th_api_wrapper *api; in theora_encode_packetout()
104 api=(th_api_wrapper *)_te->i->codec_setup; in theora_encode_packetout()
110 th_api_wrapper *api; in theora_encode_header()
112 api=(th_api_wrapper *)_te->i->codec_setup; in theora_encode_header()
156 th_api_wrapper *api; in theora_encode_tables()
[all …]
H A Dapiwrapper.h26 typedef struct th_api_wrapper th_api_wrapper; typedef
39 struct th_api_wrapper{ struct
47 th_api_wrapper api; argument
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/libtheora/
H A Ddecapiwrapper.c25 static void th_dec_api_clear(th_api_wrapper *_api){ in th_dec_api_clear()
38 return th_decode_ctl(((th_api_wrapper *)_td->i->codec_setup)->decode, in theora_decode_control()
90 th_api_wrapper *api; in theora_decode_init()
92 api=(th_api_wrapper *)_ci->codec_setup; in theora_decode_init()
127 th_api_wrapper *api; in theora_decode_header()
130 api=(th_api_wrapper *)_ci->codec_setup; in theora_decode_header()
136 api=(th_api_wrapper *)_ci->codec_setup; in theora_decode_header()
160 th_api_wrapper *api; in theora_decode_packetin()
164 api=(th_api_wrapper *)_td->i->codec_setup; in theora_decode_packetin()
172 th_api_wrapper *api; in theora_decode_YUVout()
[all …]
H A Dencapiwrapper.c10 static void th_enc_api_clear(th_api_wrapper *_api){ in th_enc_api_clear()
22 return th_encode_ctl(((th_api_wrapper *)_te->i->codec_setup)->encode, in theora_encode_control()
32 return th_granule_time(((th_api_wrapper *)_te->i->codec_setup)->encode,_gp); in theora_encode_granule_time()
80 th_api_wrapper *api; in theora_encode_YUVin()
83 api=(th_api_wrapper *)_te->i->codec_setup; in theora_encode_YUVin()
103 th_api_wrapper *api; in theora_encode_packetout()
104 api=(th_api_wrapper *)_te->i->codec_setup; in theora_encode_packetout()
110 th_api_wrapper *api; in theora_encode_header()
112 api=(th_api_wrapper *)_te->i->codec_setup; in theora_encode_header()
156 th_api_wrapper *api; in theora_encode_tables()
[all …]
H A Dapiwrapper.h26 typedef struct th_api_wrapper th_api_wrapper; typedef
39 struct th_api_wrapper{ struct
47 th_api_wrapper api; argument
/dports/devel/godot/godot-3.2.3-stable/thirdparty/libtheora/
H A Ddecapiwrapper.c25 static void th_dec_api_clear(th_api_wrapper *_api){ in th_dec_api_clear()
38 return th_decode_ctl(((th_api_wrapper *)_td->i->codec_setup)->decode, in theora_decode_control()
90 th_api_wrapper *api; in theora_decode_init()
92 api=(th_api_wrapper *)_ci->codec_setup; in theora_decode_init()
127 th_api_wrapper *api; in theora_decode_header()
130 api=(th_api_wrapper *)_ci->codec_setup; in theora_decode_header()
136 api=(th_api_wrapper *)_ci->codec_setup; in theora_decode_header()
160 th_api_wrapper *api; in theora_decode_packetin()
164 api=(th_api_wrapper *)_td->i->codec_setup; in theora_decode_packetin()
172 th_api_wrapper *api; in theora_decode_YUVout()
[all …]
H A Dencapiwrapper.c10 static void th_enc_api_clear(th_api_wrapper *_api){ in th_enc_api_clear()
22 return th_encode_ctl(((th_api_wrapper *)_te->i->codec_setup)->encode, in theora_encode_control()
32 return th_granule_time(((th_api_wrapper *)_te->i->codec_setup)->encode,_gp); in theora_encode_granule_time()
80 th_api_wrapper *api; in theora_encode_YUVin()
83 api=(th_api_wrapper *)_te->i->codec_setup; in theora_encode_YUVin()
103 th_api_wrapper *api; in theora_encode_packetout()
104 api=(th_api_wrapper *)_te->i->codec_setup; in theora_encode_packetout()
110 th_api_wrapper *api; in theora_encode_header()
112 api=(th_api_wrapper *)_te->i->codec_setup; in theora_encode_header()
156 th_api_wrapper *api; in theora_encode_tables()
[all …]
H A Dapiwrapper.h26 typedef struct th_api_wrapper th_api_wrapper; typedef
39 struct th_api_wrapper{ struct
47 th_api_wrapper api; argument
/dports/lang/spidermonkey60/firefox-60.9.0/media/libtheora/lib/
H A Ddecapiwrapper.c25 static void th_dec_api_clear(th_api_wrapper *_api){ in th_dec_api_clear()
38 return th_decode_ctl(((th_api_wrapper *)_td->i->codec_setup)->decode, in theora_decode_control()
90 th_api_wrapper *api; in theora_decode_init()
92 api=(th_api_wrapper *)_ci->codec_setup; in theora_decode_init()
127 th_api_wrapper *api; in theora_decode_header()
130 api=(th_api_wrapper *)_ci->codec_setup; in theora_decode_header()
136 api=(th_api_wrapper *)_ci->codec_setup; in theora_decode_header()
160 th_api_wrapper *api; in theora_decode_packetin()
164 api=(th_api_wrapper *)_td->i->codec_setup; in theora_decode_packetin()
172 th_api_wrapper *api; in theora_decode_YUVout()
[all …]
H A Dapiwrapper.h26 typedef struct th_api_wrapper th_api_wrapper; typedef
39 struct th_api_wrapper{ struct
47 th_api_wrapper api; argument
/dports/math/vtk8/VTK-8.2.0/ThirdParty/theora/vtktheora/lib/
H A Ddecapiwrapper.c25 static void th_dec_api_clear(th_api_wrapper *_api){ in th_dec_api_clear()
38 return th_decode_ctl(((th_api_wrapper *)_td->i->codec_setup)->decode, in theora_decode_control()
90 th_api_wrapper *api; in theora_decode_init()
92 api=(th_api_wrapper *)_ci->codec_setup; in theora_decode_init()
127 th_api_wrapper *api; in theora_decode_header()
130 api=(th_api_wrapper *)_ci->codec_setup; in theora_decode_header()
136 api=(th_api_wrapper *)_ci->codec_setup; in theora_decode_header()
160 th_api_wrapper *api; in theora_decode_packetin()
164 api=(th_api_wrapper *)_td->i->codec_setup; in theora_decode_packetin()
172 th_api_wrapper *api; in theora_decode_YUVout()
[all …]
H A Dencapiwrapper.c10 static void th_enc_api_clear(th_api_wrapper *_api){ in th_enc_api_clear()
22 return th_encode_ctl(((th_api_wrapper *)_te->i->codec_setup)->encode, in theora_encode_control()
32 return th_granule_time(((th_api_wrapper *)_te->i->codec_setup)->encode,_gp); in theora_encode_granule_time()
80 th_api_wrapper *api; in theora_encode_YUVin()
83 api=(th_api_wrapper *)_te->i->codec_setup; in theora_encode_YUVin()
103 th_api_wrapper *api; in theora_encode_packetout()
104 api=(th_api_wrapper *)_te->i->codec_setup; in theora_encode_packetout()
110 th_api_wrapper *api; in theora_encode_header()
112 api=(th_api_wrapper *)_te->i->codec_setup; in theora_encode_header()
156 th_api_wrapper *api; in theora_encode_tables()
[all …]
H A Dapiwrapper.h26 typedef struct th_api_wrapper th_api_wrapper; typedef
39 struct th_api_wrapper{ struct
47 th_api_wrapper api; argument
/dports/math/vtk6/VTK-6.2.0/ThirdParty/oggtheora/vtkoggtheora/libtheora-1.1.1/lib/
H A Ddecapiwrapper.c26 static void th_dec_api_clear(th_api_wrapper *_api){ in th_dec_api_clear()
39 return th_decode_ctl(((th_api_wrapper *)_td->i->codec_setup)->decode, in theora_decode_control()
91 th_api_wrapper *api; in theora_decode_init()
93 api=(th_api_wrapper *)_ci->codec_setup; in theora_decode_init()
128 th_api_wrapper *api; in theora_decode_header()
131 api=(th_api_wrapper *)_ci->codec_setup; in theora_decode_header()
137 api=(th_api_wrapper *)_ci->codec_setup; in theora_decode_header()
161 th_api_wrapper *api; in theora_decode_packetin()
165 api=(th_api_wrapper *)_td->i->codec_setup; in theora_decode_packetin()
173 th_api_wrapper *api; in theora_decode_YUVout()
[all …]
H A Dencapiwrapper.c11 static void th_enc_api_clear(th_api_wrapper *_api){ in th_enc_api_clear()
23 return th_encode_ctl(((th_api_wrapper *)_te->i->codec_setup)->encode, in theora_encode_control()
33 return th_granule_time(((th_api_wrapper *)_te->i->codec_setup)->encode,_gp); in theora_encode_granule_time()
81 th_api_wrapper *api; in theora_encode_YUVin()
84 api=(th_api_wrapper *)_te->i->codec_setup; in theora_encode_YUVin()
104 th_api_wrapper *api; in theora_encode_packetout()
105 api=(th_api_wrapper *)_te->i->codec_setup; in theora_encode_packetout()
111 th_api_wrapper *api; in theora_encode_header()
113 api=(th_api_wrapper *)_te->i->codec_setup; in theora_encode_header()
157 th_api_wrapper *api; in theora_encode_tables()
[all …]
/dports/devel/godot2-tools/godot-2.1.6-stable/thirdparty/libtheora/
H A Ddecapiwrapper.c25 static void th_dec_api_clear(th_api_wrapper *_api){ in th_dec_api_clear()
38 return th_decode_ctl(((th_api_wrapper *)_td->i->codec_setup)->decode, in theora_decode_control()
90 th_api_wrapper *api; in theora_decode_init()
92 api=(th_api_wrapper *)_ci->codec_setup; in theora_decode_init()
127 th_api_wrapper *api; in theora_decode_header()
130 api=(th_api_wrapper *)_ci->codec_setup; in theora_decode_header()
136 api=(th_api_wrapper *)_ci->codec_setup; in theora_decode_header()
160 th_api_wrapper *api; in theora_decode_packetin()
164 api=(th_api_wrapper *)_td->i->codec_setup; in theora_decode_packetin()
172 th_api_wrapper *api; in theora_decode_YUVout()
[all …]
H A Dencapiwrapper.c10 static void th_enc_api_clear(th_api_wrapper *_api){ in th_enc_api_clear()
22 return th_encode_ctl(((th_api_wrapper *)_te->i->codec_setup)->encode, in theora_encode_control()
32 return th_granule_time(((th_api_wrapper *)_te->i->codec_setup)->encode,_gp); in theora_encode_granule_time()
80 th_api_wrapper *api; in theora_encode_YUVin()
83 api=(th_api_wrapper *)_te->i->codec_setup; in theora_encode_YUVin()
103 th_api_wrapper *api; in theora_encode_packetout()
104 api=(th_api_wrapper *)_te->i->codec_setup; in theora_encode_packetout()
110 th_api_wrapper *api; in theora_encode_header()
112 api=(th_api_wrapper *)_te->i->codec_setup; in theora_encode_header()
156 th_api_wrapper *api; in theora_encode_tables()
[all …]
H A Dapiwrapper.h26 typedef struct th_api_wrapper th_api_wrapper; typedef
39 struct th_api_wrapper{ struct
47 th_api_wrapper api; argument
/dports/devel/godot2/godot-2.1.6-stable/thirdparty/libtheora/
H A Ddecapiwrapper.c25 static void th_dec_api_clear(th_api_wrapper *_api){ in th_dec_api_clear()
38 return th_decode_ctl(((th_api_wrapper *)_td->i->codec_setup)->decode, in theora_decode_control()
90 th_api_wrapper *api; in theora_decode_init()
92 api=(th_api_wrapper *)_ci->codec_setup; in theora_decode_init()
127 th_api_wrapper *api; in theora_decode_header()
130 api=(th_api_wrapper *)_ci->codec_setup; in theora_decode_header()
136 api=(th_api_wrapper *)_ci->codec_setup; in theora_decode_header()
160 th_api_wrapper *api; in theora_decode_packetin()
164 api=(th_api_wrapper *)_td->i->codec_setup; in theora_decode_packetin()
172 th_api_wrapper *api; in theora_decode_YUVout()
[all …]
H A Dencapiwrapper.c10 static void th_enc_api_clear(th_api_wrapper *_api){ in th_enc_api_clear()
22 return th_encode_ctl(((th_api_wrapper *)_te->i->codec_setup)->encode, in theora_encode_control()
32 return th_granule_time(((th_api_wrapper *)_te->i->codec_setup)->encode,_gp); in theora_encode_granule_time()
80 th_api_wrapper *api; in theora_encode_YUVin()
83 api=(th_api_wrapper *)_te->i->codec_setup; in theora_encode_YUVin()
103 th_api_wrapper *api; in theora_encode_packetout()
104 api=(th_api_wrapper *)_te->i->codec_setup; in theora_encode_packetout()
110 th_api_wrapper *api; in theora_encode_header()
112 api=(th_api_wrapper *)_te->i->codec_setup; in theora_encode_header()
156 th_api_wrapper *api; in theora_encode_tables()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/media/libtheora/lib/
H A Ddecapiwrapper.c25 static void th_dec_api_clear(th_api_wrapper *_api){ in th_dec_api_clear()
38 return th_decode_ctl(((th_api_wrapper *)_td->i->codec_setup)->decode, in theora_decode_control()
90 th_api_wrapper *api; in theora_decode_init()
92 api=(th_api_wrapper *)_ci->codec_setup; in theora_decode_init()
127 th_api_wrapper *api; in theora_decode_header()
130 api=(th_api_wrapper *)_ci->codec_setup; in theora_decode_header()
136 api=(th_api_wrapper *)_ci->codec_setup; in theora_decode_header()
160 th_api_wrapper *api; in theora_decode_packetin()
164 api=(th_api_wrapper *)_td->i->codec_setup; in theora_decode_packetin()
172 th_api_wrapper *api; in theora_decode_YUVout()
[all …]

12