Home
last modified time | relevance | path

Searched refs:codec_setup (Results 1 – 25 of 640) sorted by relevance

12345678910>>...26

/dports/multimedia/libtheora/libtheora-1.1.1/lib/
H A Ddecapiwrapper.c38 return th_decode_ctl(((th_api_wrapper *)_td->i->codec_setup)->decode, in theora_decode_control()
92 api=(th_api_wrapper *)_ci->codec_setup; in theora_decode_init()
122 _td->i->codec_setup=&apiinfo->api; in theora_decode_init()
130 api=(th_api_wrapper *)_ci->codec_setup; in theora_decode_header()
134 _ci->codec_setup=_ogg_calloc(1,sizeof(*api)); in theora_decode_header()
135 if(_ci->codec_setup==NULL)return OC_FAULT; in theora_decode_header()
136 api=(th_api_wrapper *)_ci->codec_setup; in theora_decode_header()
163 if(!_td||!_td->i||!_td->i->codec_setup)return OC_FAULT; in theora_decode_packetin()
164 api=(th_api_wrapper *)_td->i->codec_setup; in theora_decode_packetin()
176 if(!_td||!_td->i||!_td->i->codec_setup)return OC_FAULT; in theora_decode_YUVout()
[all …]
H A Dencapiwrapper.c22 return th_encode_ctl(((th_api_wrapper *)_te->i->codec_setup)->encode, in theora_encode_control()
28 return th_granule_frame(((th_api_wrapper *)_te->i->codec_setup)->encode,_gp); in theora_encode_granule_frame()
32 return th_granule_time(((th_api_wrapper *)_te->i->codec_setup)->encode,_gp); in theora_encode_granule_time()
68 _te->i->codec_setup=&apiinfo->api; in theora_encode_init()
83 api=(th_api_wrapper *)_te->i->codec_setup; in theora_encode_YUVin()
104 api=(th_api_wrapper *)_te->i->codec_setup; in theora_encode_packetout()
112 api=(th_api_wrapper *)_te->i->codec_setup; in theora_encode_header()
158 api=(th_api_wrapper *)_te->i->codec_setup; in theora_encode_tables()
/dports/math/vtk9/VTK-9.1.0/ThirdParty/theora/vtktheora/lib/
H A Ddecapiwrapper.c38 return th_decode_ctl(((th_api_wrapper *)_td->i->codec_setup)->decode, in theora_decode_control()
92 api=(th_api_wrapper *)_ci->codec_setup; in theora_decode_init()
122 _td->i->codec_setup=&apiinfo->api; in theora_decode_init()
130 api=(th_api_wrapper *)_ci->codec_setup; in theora_decode_header()
134 _ci->codec_setup=_ogg_calloc(1,sizeof(*api)); in theora_decode_header()
135 if(_ci->codec_setup==NULL)return OC_FAULT; in theora_decode_header()
136 api=(th_api_wrapper *)_ci->codec_setup; in theora_decode_header()
163 if(!_td||!_td->i||!_td->i->codec_setup)return OC_FAULT; in theora_decode_packetin()
164 api=(th_api_wrapper *)_td->i->codec_setup; in theora_decode_packetin()
176 if(!_td||!_td->i||!_td->i->codec_setup)return OC_FAULT; in theora_decode_YUVout()
[all …]
H A Dencapiwrapper.c22 return th_encode_ctl(((th_api_wrapper *)_te->i->codec_setup)->encode, in theora_encode_control()
28 return th_granule_frame(((th_api_wrapper *)_te->i->codec_setup)->encode,_gp); in theora_encode_granule_frame()
32 return th_granule_time(((th_api_wrapper *)_te->i->codec_setup)->encode,_gp); in theora_encode_granule_time()
68 _te->i->codec_setup=&apiinfo->api; in theora_encode_init()
83 api=(th_api_wrapper *)_te->i->codec_setup; in theora_encode_YUVin()
104 api=(th_api_wrapper *)_te->i->codec_setup; in theora_encode_packetout()
112 api=(th_api_wrapper *)_te->i->codec_setup; in theora_encode_header()
158 api=(th_api_wrapper *)_te->i->codec_setup; in theora_encode_tables()
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/libtheora/
H A Ddecapiwrapper.c38 return th_decode_ctl(((th_api_wrapper *)_td->i->codec_setup)->decode, in theora_decode_control()
92 api=(th_api_wrapper *)_ci->codec_setup; in theora_decode_init()
122 _td->i->codec_setup=&apiinfo->api; in theora_decode_init()
130 api=(th_api_wrapper *)_ci->codec_setup; in theora_decode_header()
134 _ci->codec_setup=_ogg_calloc(1,sizeof(*api)); in theora_decode_header()
135 if(_ci->codec_setup==NULL)return OC_FAULT; in theora_decode_header()
136 api=(th_api_wrapper *)_ci->codec_setup; in theora_decode_header()
163 if(!_td||!_td->i||!_td->i->codec_setup)return OC_FAULT; in theora_decode_packetin()
164 api=(th_api_wrapper *)_td->i->codec_setup; in theora_decode_packetin()
176 if(!_td||!_td->i||!_td->i->codec_setup)return OC_FAULT; in theora_decode_YUVout()
[all …]
H A Dencapiwrapper.c22 return th_encode_ctl(((th_api_wrapper *)_te->i->codec_setup)->encode, in theora_encode_control()
28 return th_granule_frame(((th_api_wrapper *)_te->i->codec_setup)->encode,_gp); in theora_encode_granule_frame()
32 return th_granule_time(((th_api_wrapper *)_te->i->codec_setup)->encode,_gp); in theora_encode_granule_time()
68 _te->i->codec_setup=&apiinfo->api; in theora_encode_init()
83 api=(th_api_wrapper *)_te->i->codec_setup; in theora_encode_YUVin()
104 api=(th_api_wrapper *)_te->i->codec_setup; in theora_encode_packetout()
112 api=(th_api_wrapper *)_te->i->codec_setup; in theora_encode_header()
158 api=(th_api_wrapper *)_te->i->codec_setup; in theora_encode_tables()
/dports/devel/godot/godot-3.2.3-stable/thirdparty/libtheora/
H A Ddecapiwrapper.c38 return th_decode_ctl(((th_api_wrapper *)_td->i->codec_setup)->decode, in theora_decode_control()
92 api=(th_api_wrapper *)_ci->codec_setup; in theora_decode_init()
122 _td->i->codec_setup=&apiinfo->api; in theora_decode_init()
130 api=(th_api_wrapper *)_ci->codec_setup; in theora_decode_header()
134 _ci->codec_setup=_ogg_calloc(1,sizeof(*api)); in theora_decode_header()
135 if(_ci->codec_setup==NULL)return OC_FAULT; in theora_decode_header()
136 api=(th_api_wrapper *)_ci->codec_setup; in theora_decode_header()
163 if(!_td||!_td->i||!_td->i->codec_setup)return OC_FAULT; in theora_decode_packetin()
164 api=(th_api_wrapper *)_td->i->codec_setup; in theora_decode_packetin()
176 if(!_td||!_td->i||!_td->i->codec_setup)return OC_FAULT; in theora_decode_YUVout()
[all …]
H A Dencapiwrapper.c22 return th_encode_ctl(((th_api_wrapper *)_te->i->codec_setup)->encode, in theora_encode_control()
28 return th_granule_frame(((th_api_wrapper *)_te->i->codec_setup)->encode,_gp); in theora_encode_granule_frame()
32 return th_granule_time(((th_api_wrapper *)_te->i->codec_setup)->encode,_gp); in theora_encode_granule_time()
68 _te->i->codec_setup=&apiinfo->api; in theora_encode_init()
83 api=(th_api_wrapper *)_te->i->codec_setup; in theora_encode_YUVin()
104 api=(th_api_wrapper *)_te->i->codec_setup; in theora_encode_packetout()
112 api=(th_api_wrapper *)_te->i->codec_setup; in theora_encode_header()
158 api=(th_api_wrapper *)_te->i->codec_setup; in theora_encode_tables()
/dports/lang/spidermonkey60/firefox-60.9.0/media/libtheora/lib/
H A Ddecapiwrapper.c38 return th_decode_ctl(((th_api_wrapper *)_td->i->codec_setup)->decode, in theora_decode_control()
92 api=(th_api_wrapper *)_ci->codec_setup; in theora_decode_init()
122 _td->i->codec_setup=&apiinfo->api; in theora_decode_init()
130 api=(th_api_wrapper *)_ci->codec_setup; in theora_decode_header()
134 _ci->codec_setup=_ogg_calloc(1,sizeof(*api)); in theora_decode_header()
135 if(_ci->codec_setup==NULL)return OC_FAULT; in theora_decode_header()
136 api=(th_api_wrapper *)_ci->codec_setup; in theora_decode_header()
163 if(!_td||!_td->i||!_td->i->codec_setup)return OC_FAULT; in theora_decode_packetin()
164 api=(th_api_wrapper *)_td->i->codec_setup; in theora_decode_packetin()
176 if(!_td||!_td->i||!_td->i->codec_setup)return OC_FAULT; in theora_decode_YUVout()
[all …]
/dports/math/vtk8/VTK-8.2.0/ThirdParty/theora/vtktheora/lib/
H A Ddecapiwrapper.c38 return th_decode_ctl(((th_api_wrapper *)_td->i->codec_setup)->decode, in theora_decode_control()
92 api=(th_api_wrapper *)_ci->codec_setup; in theora_decode_init()
122 _td->i->codec_setup=&apiinfo->api; in theora_decode_init()
130 api=(th_api_wrapper *)_ci->codec_setup; in theora_decode_header()
134 _ci->codec_setup=_ogg_calloc(1,sizeof(*api)); in theora_decode_header()
135 if(_ci->codec_setup==NULL)return OC_FAULT; in theora_decode_header()
136 api=(th_api_wrapper *)_ci->codec_setup; in theora_decode_header()
163 if(!_td||!_td->i||!_td->i->codec_setup)return OC_FAULT; in theora_decode_packetin()
164 api=(th_api_wrapper *)_td->i->codec_setup; in theora_decode_packetin()
176 if(!_td||!_td->i||!_td->i->codec_setup)return OC_FAULT; in theora_decode_YUVout()
[all …]
H A Dencapiwrapper.c22 return th_encode_ctl(((th_api_wrapper *)_te->i->codec_setup)->encode, in theora_encode_control()
28 return th_granule_frame(((th_api_wrapper *)_te->i->codec_setup)->encode,_gp); in theora_encode_granule_frame()
32 return th_granule_time(((th_api_wrapper *)_te->i->codec_setup)->encode,_gp); in theora_encode_granule_time()
68 _te->i->codec_setup=&apiinfo->api; in theora_encode_init()
83 api=(th_api_wrapper *)_te->i->codec_setup; in theora_encode_YUVin()
104 api=(th_api_wrapper *)_te->i->codec_setup; in theora_encode_packetout()
112 api=(th_api_wrapper *)_te->i->codec_setup; in theora_encode_header()
158 api=(th_api_wrapper *)_te->i->codec_setup; in theora_encode_tables()
/dports/math/vtk6/VTK-6.2.0/ThirdParty/oggtheora/vtkoggtheora/libtheora-1.1.1/lib/
H A Ddecapiwrapper.c39 return th_decode_ctl(((th_api_wrapper *)_td->i->codec_setup)->decode, in theora_decode_control()
93 api=(th_api_wrapper *)_ci->codec_setup; in theora_decode_init()
123 _td->i->codec_setup=&apiinfo->api; in theora_decode_init()
131 api=(th_api_wrapper *)_ci->codec_setup; in theora_decode_header()
135 _ci->codec_setup=_ogg_calloc(1,sizeof(*api)); in theora_decode_header()
136 if(_ci->codec_setup==NULL)return OC_FAULT; in theora_decode_header()
137 api=(th_api_wrapper *)_ci->codec_setup; in theora_decode_header()
164 if(!_td||!_td->i||!_td->i->codec_setup)return OC_FAULT; in theora_decode_packetin()
165 api=(th_api_wrapper *)_td->i->codec_setup; in theora_decode_packetin()
177 if(!_td||!_td->i||!_td->i->codec_setup)return OC_FAULT; in theora_decode_YUVout()
[all …]
H A Dencapiwrapper.c23 return th_encode_ctl(((th_api_wrapper *)_te->i->codec_setup)->encode, in theora_encode_control()
29 return th_granule_frame(((th_api_wrapper *)_te->i->codec_setup)->encode,_gp); in theora_encode_granule_frame()
33 return th_granule_time(((th_api_wrapper *)_te->i->codec_setup)->encode,_gp); in theora_encode_granule_time()
69 _te->i->codec_setup=&apiinfo->api; in theora_encode_init()
84 api=(th_api_wrapper *)_te->i->codec_setup; in theora_encode_YUVin()
105 api=(th_api_wrapper *)_te->i->codec_setup; in theora_encode_packetout()
113 api=(th_api_wrapper *)_te->i->codec_setup; in theora_encode_header()
159 api=(th_api_wrapper *)_te->i->codec_setup; in theora_encode_tables()
/dports/devel/godot2-tools/godot-2.1.6-stable/thirdparty/libtheora/
H A Ddecapiwrapper.c38 return th_decode_ctl(((th_api_wrapper *)_td->i->codec_setup)->decode, in theora_decode_control()
92 api=(th_api_wrapper *)_ci->codec_setup; in theora_decode_init()
122 _td->i->codec_setup=&apiinfo->api; in theora_decode_init()
130 api=(th_api_wrapper *)_ci->codec_setup; in theora_decode_header()
134 _ci->codec_setup=_ogg_calloc(1,sizeof(*api)); in theora_decode_header()
135 if(_ci->codec_setup==NULL)return OC_FAULT; in theora_decode_header()
136 api=(th_api_wrapper *)_ci->codec_setup; in theora_decode_header()
163 if(!_td||!_td->i||!_td->i->codec_setup)return OC_FAULT; in theora_decode_packetin()
164 api=(th_api_wrapper *)_td->i->codec_setup; in theora_decode_packetin()
176 if(!_td||!_td->i||!_td->i->codec_setup)return OC_FAULT; in theora_decode_YUVout()
[all …]
H A Dencapiwrapper.c22 return th_encode_ctl(((th_api_wrapper *)_te->i->codec_setup)->encode, in theora_encode_control()
28 return th_granule_frame(((th_api_wrapper *)_te->i->codec_setup)->encode,_gp); in theora_encode_granule_frame()
32 return th_granule_time(((th_api_wrapper *)_te->i->codec_setup)->encode,_gp); in theora_encode_granule_time()
68 _te->i->codec_setup=&apiinfo->api; in theora_encode_init()
83 api=(th_api_wrapper *)_te->i->codec_setup; in theora_encode_YUVin()
104 api=(th_api_wrapper *)_te->i->codec_setup; in theora_encode_packetout()
112 api=(th_api_wrapper *)_te->i->codec_setup; in theora_encode_header()
158 api=(th_api_wrapper *)_te->i->codec_setup; in theora_encode_tables()
/dports/devel/godot2/godot-2.1.6-stable/thirdparty/libtheora/
H A Ddecapiwrapper.c38 return th_decode_ctl(((th_api_wrapper *)_td->i->codec_setup)->decode, in theora_decode_control()
92 api=(th_api_wrapper *)_ci->codec_setup; in theora_decode_init()
122 _td->i->codec_setup=&apiinfo->api; in theora_decode_init()
130 api=(th_api_wrapper *)_ci->codec_setup; in theora_decode_header()
134 _ci->codec_setup=_ogg_calloc(1,sizeof(*api)); in theora_decode_header()
135 if(_ci->codec_setup==NULL)return OC_FAULT; in theora_decode_header()
136 api=(th_api_wrapper *)_ci->codec_setup; in theora_decode_header()
163 if(!_td||!_td->i||!_td->i->codec_setup)return OC_FAULT; in theora_decode_packetin()
164 api=(th_api_wrapper *)_td->i->codec_setup; in theora_decode_packetin()
176 if(!_td||!_td->i||!_td->i->codec_setup)return OC_FAULT; in theora_decode_YUVout()
[all …]
H A Dencapiwrapper.c22 return th_encode_ctl(((th_api_wrapper *)_te->i->codec_setup)->encode, in theora_encode_control()
28 return th_granule_frame(((th_api_wrapper *)_te->i->codec_setup)->encode,_gp); in theora_encode_granule_frame()
32 return th_granule_time(((th_api_wrapper *)_te->i->codec_setup)->encode,_gp); in theora_encode_granule_time()
68 _te->i->codec_setup=&apiinfo->api; in theora_encode_init()
83 api=(th_api_wrapper *)_te->i->codec_setup; in theora_encode_YUVin()
104 api=(th_api_wrapper *)_te->i->codec_setup; in theora_encode_packetout()
112 api=(th_api_wrapper *)_te->i->codec_setup; in theora_encode_header()
158 api=(th_api_wrapper *)_te->i->codec_setup; in theora_encode_tables()
/dports/www/firefox-legacy/firefox-52.8.0esr/media/libtheora/lib/
H A Ddecapiwrapper.c38 return th_decode_ctl(((th_api_wrapper *)_td->i->codec_setup)->decode, in theora_decode_control()
92 api=(th_api_wrapper *)_ci->codec_setup; in theora_decode_init()
122 _td->i->codec_setup=&apiinfo->api; in theora_decode_init()
130 api=(th_api_wrapper *)_ci->codec_setup; in theora_decode_header()
134 _ci->codec_setup=_ogg_calloc(1,sizeof(*api)); in theora_decode_header()
135 if(_ci->codec_setup==NULL)return OC_FAULT; in theora_decode_header()
136 api=(th_api_wrapper *)_ci->codec_setup; in theora_decode_header()
163 if(!_td||!_td->i||!_td->i->codec_setup)return OC_FAULT; in theora_decode_packetin()
164 api=(th_api_wrapper *)_td->i->codec_setup; in theora_decode_packetin()
176 if(!_td||!_td->i||!_td->i->codec_setup)return OC_FAULT; in theora_decode_YUVout()
[all …]
/dports/games/libretro-tyrquake/tyrquake-e76477d/deps/libvorbis/lib/
H A Dsynthesis.c30 codec_setup_info *ci= vi ? vi->codec_setup : 0; in vorbis_synthesis()
98 codec_setup_info *ci=vi->codec_setup; in vorbis_synthesis_trackonly()
144 codec_setup_info *ci=vi->codec_setup; in vorbis_packet_blocksize()
169 codec_setup_info *ci=vi->codec_setup; in vorbis_synthesis_halfrate()
178 codec_setup_info *ci=vi->codec_setup; in vorbis_synthesis_halfrate_p()
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/vorbis-sys-0.1.0/libvorbis/lib/
H A Dsynthesis.c29 codec_setup_info *ci= vi ? vi->codec_setup : 0; in vorbis_synthesis()
97 codec_setup_info *ci=vi->codec_setup; in vorbis_synthesis_trackonly()
143 codec_setup_info *ci=vi->codec_setup; in vorbis_packet_blocksize()
168 codec_setup_info *ci=vi->codec_setup; in vorbis_synthesis_halfrate()
177 codec_setup_info *ci=vi->codec_setup; in vorbis_synthesis_halfrate_p()
/dports/games/libretro-scummvm/scummvm-7b1e929/backends/platform/libretro/deps/libvorbis/lib/
H A Dsynthesis.c30 codec_setup_info *ci= vi ? vi->codec_setup : 0; in vorbis_synthesis()
98 codec_setup_info *ci=vi->codec_setup; in vorbis_synthesis_trackonly()
144 codec_setup_info *ci=vi->codec_setup; in vorbis_packet_blocksize()
169 codec_setup_info *ci=vi->codec_setup; in vorbis_synthesis_halfrate()
178 codec_setup_info *ci=vi->codec_setup; in vorbis_synthesis_halfrate_p()
/dports/devel/juce/JUCE-f37e9a1/modules/juce_audio_formats/codecs/oggvorbis/libvorbis-1.3.7/lib/
H A Dsynthesis.c29 codec_setup_info *ci= vi ? (codec_setup_info*)vi->codec_setup : 0; in vorbis_synthesis()
97 codec_setup_info *ci=(codec_setup_info*)vi->codec_setup; in vorbis_synthesis_trackonly()
143 codec_setup_info *ci=(codec_setup_info*)vi->codec_setup; in vorbis_packet_blocksize()
168 codec_setup_info *ci=(codec_setup_info*)vi->codec_setup; in vorbis_synthesis_halfrate()
177 codec_setup_info *ci=(codec_setup_info*)vi->codec_setup; in vorbis_synthesis_halfrate_p()
/dports/games/iortcw/iortcw-1.51c/MP/code/libvorbis-1.3.6/lib/
H A Dsynthesis.c29 codec_setup_info *ci= vi ? vi->codec_setup : 0; in vorbis_synthesis()
97 codec_setup_info *ci=vi->codec_setup; in vorbis_synthesis_trackonly()
143 codec_setup_info *ci=vi->codec_setup; in vorbis_packet_blocksize()
168 codec_setup_info *ci=vi->codec_setup; in vorbis_synthesis_halfrate()
177 codec_setup_info *ci=vi->codec_setup; in vorbis_synthesis_halfrate_p()
/dports/games/iortcw/iortcw-1.51c/SP/code/libvorbis-1.3.6/lib/
H A Dsynthesis.c29 codec_setup_info *ci= vi ? vi->codec_setup : 0; in vorbis_synthesis()
97 codec_setup_info *ci=vi->codec_setup; in vorbis_synthesis_trackonly()
143 codec_setup_info *ci=vi->codec_setup; in vorbis_packet_blocksize()
168 codec_setup_info *ci=vi->codec_setup; in vorbis_synthesis_halfrate()
177 codec_setup_info *ci=vi->codec_setup; in vorbis_synthesis_halfrate_p()
/dports/www/firefox-esr/firefox-91.8.0/media/libvorbis/lib/
H A Dvorbis_synthesis.c29 codec_setup_info *ci= vi ? vi->codec_setup : 0; in vorbis_synthesis()
97 codec_setup_info *ci=vi->codec_setup; in vorbis_synthesis_trackonly()
143 codec_setup_info *ci=vi->codec_setup; in vorbis_packet_blocksize()
168 codec_setup_info *ci=vi->codec_setup; in vorbis_synthesis_halfrate()
177 codec_setup_info *ci=vi->codec_setup; in vorbis_synthesis_halfrate_p()

12345678910>>...26