Home
last modified time | relevance | path

Searched refs:ov_open_callbacks (Results 1 – 25 of 316) sorted by relevance

12345678910>>...13

/dports/games/warmux/warmux-11.04/build/android/jni/sdl_mixer/
H A Ddynamic_ogg.c55 vorbis.ov_open_callbacks = in Mix_InitOgg()
58 if ( vorbis.ov_open_callbacks == NULL ) { in Mix_InitOgg()
108 vorbis.ov_open_callbacks = ov_open_callbacks; in Mix_InitOgg()
H A Ddynamic_ogg.h35 …int (*ov_open_callbacks)(void *datasource, OggVorbis_File *vf, char *initial, long ibytes, ov_call… member
/dports/games/kuklomenos/kuklomenos-0.4.5/SDL_mixer/
H A Ddynamic_ogg.c55 vorbis.ov_open_callbacks = in Mix_InitOgg()
58 if ( vorbis.ov_open_callbacks == NULL ) { in Mix_InitOgg()
108 vorbis.ov_open_callbacks = ov_open_callbacks; in Mix_InitOgg()
H A Ddynamic_ogg.h35 …int (*ov_open_callbacks)(void *datasource, OggVorbis_File *vf, char *initial, long ibytes, ov_call… member
/dports/audio/sdl_mixer/SDL_mixer-1.2.12/
H A Ddynamic_ogg.c54 vorbis.ov_open_callbacks = in Mix_InitOgg()
57 if ( vorbis.ov_open_callbacks == NULL ) { in Mix_InitOgg()
111 vorbis.ov_open_callbacks = ov_open_callbacks; in Mix_InitOgg()
H A Ddynamic_ogg.h34 …int (*ov_open_callbacks)(void *datasource, OggVorbis_File *vf, char *initial, long ibytes, ov_call… member
/dports/audio/harp/harp-0.6.0/plugins/vorbis/
H A Dvorbis.c98 (void)ov_open_callbacks(0,&vf,NULL,0,OV_CALLBACKS_DEFAULT);
99 (void)ov_open_callbacks(0,&vf,NULL,0,OV_CALLBACKS_STREAMONLY);
100 (void)ov_open_callbacks(0,&vf,NULL,0,OV_CALLBACKS_STREAMONLY_NOCLOSE);
123 if(ov_open_callbacks(ph->ffd,vf,NULL,0,OV_CALLBACKS_NOCLOSE)<0){ in plugin_run()
H A Dvorbismeta.c26 if(ov_open_callbacks(ffd,vf,NULL,0,OV_CALLBACKS_NOCLOSE)<0){ in vorbis_plugin_meta()
/dports/audio/alure/alure-1.2/src/
H A Dcodec_vorbisfile.cpp46 MAKE_FUNC(ov_open_callbacks);
54 #define ov_open_callbacks pov_open_callbacks macro
96 LOAD_FUNC(vorbisfile_handle, ov_open_callbacks); in Init()
210 if(ov_open_callbacks(this, &oggFile, NULL, 0, streamIO) == 0) in oggStream()
/dports/devel/allegro5/allegro5-5.2.7.0/addons/acodec/
H A Dogg.c55 int (*ov_open_callbacks)(void *, OggVorbis_File *, const char *, long, ov_callbacks); member
61 int (*ov_open_callbacks)(void *, OggVorbis_File *, const char *, long, ov_callbacks); member
119 INITSYM(ov_open_callbacks); in init_dynlib()
250 if (lib.ov_open_callbacks(&ov, &vf, NULL, 0, callbacks) < 0) { in _al_load_ogg_vorbis_f()
485 if (lib.ov_open_callbacks(extra, vf, NULL, 0, callbacks) < 0) { in _al_load_ogg_vorbis_audio_stream_f()
/dports/audio/sdl2_mixer/SDL2_mixer-2.0.4/
H A Dmusic_ogg.c45 …int (*ov_open_callbacks)(void *datasource, OggVorbis_File *vf, const char *initial, long ibytes, o… member
83 …extern int ov_open_callbacks(void*, OggVorbis_File*, const char*, long, ov_callbacks) __attribute_… in OGG_Load()
84 if (ov_open_callbacks == NULL) in OGG_Load()
94 …FUNCTION_LOADER(ov_open_callbacks, int (*)(void *, OggVorbis_File *, const char *, long, ov_callba… in OGG_Load()
253 if (vorbis.ov_open_callbacks(src, &music->vf, NULL, 0, callbacks) < 0) { in OGG_CreateFromRW()
/dports/games/quakeforge/quakeforge-0.7.2/libs/audio/renderer/
H A Dvorbis.c203 if (ov_open_callbacks (file, &vf, 0, 0, callbacks) < 0) { in vorbis_callback_load()
269 if (ov_open_callbacks (file, f->vf, 0, 0, callbacks) < 0) { in vorbis_stream_open()
293 if (ov_open_callbacks (file, &vf, 0, 0, callbacks) < 0) { in SND_LoadOgg()
/dports/devel/godot2/godot-2.1.6-stable/modules/vorbis/
H A Daudio_stream_ogg_vorbis.cpp137 int errv = ov_open_callbacks(f, &vf, NULL, 0, _ov_callbacks); in mix()
253 int errv = ov_open_callbacks(f, &vf, NULL, 0, _ov_callbacks); in set_file()
304 int errv = ov_open_callbacks(f, &vf, NULL, 0, _ov_callbacks); in _load_stream()
/dports/devel/godot2-tools/godot-2.1.6-stable/modules/vorbis/
H A Daudio_stream_ogg_vorbis.cpp137 int errv = ov_open_callbacks(f, &vf, NULL, 0, _ov_callbacks); in mix()
253 int errv = ov_open_callbacks(f, &vf, NULL, 0, _ov_callbacks); in set_file()
304 int errv = ov_open_callbacks(f, &vf, NULL, 0, _ov_callbacks); in _load_stream()
/dports/games/battletanks/btanks-0.9.8083/engine/sound/
H A Dogg_stream.cpp94 int r = ov_open_callbacks(_file, &_ogg_stream, NULL, 0, ov_cb); in OggStream()
154 int r = ov_open_callbacks(file.get(), &ogg, NULL, 0, ov_cb); in decode()
/dports/audio/sdl2_mixer/SDL2_mixer-2.0.4/external/libvorbis-1.3.5/macos/
H A Dlibvorbisfile.mcp.exp5 ov_open_callbacks
/dports/games/edge/Edge-1.35-source/lib_win32/libvorbis-1.1.2/win32/VS2003/libvorbisfile/
H A Dlibvorbisfile.def5 ov_open_callbacks
/dports/audio/libvorbis/libvorbis-1.3.7/win32/
H A Dvorbisfile.def7 ov_open_callbacks
/dports/games/edge/Edge-1.35-source/lib_win32/libvorbis-1.1.2/win32/
H A Dvorbisfile.def10 ov_open_callbacks
/dports/games/xray_re-tools/xray_re-tools-52721d2/sources/3rd-party/libvorbis/win32/
H A Dvorbisfile.def10 ov_open_callbacks
/dports/audio/sdl2_mixer/SDL2_mixer-2.0.4/external/libvorbis-1.3.5/win32/
H A Dvorbisfile.def10 ov_open_callbacks
/dports/devel/allegro/allegro-4.4.3.1/addons/logg/
H A Dlogg.c35 if (ov_open_callbacks(file, &ovf, 0, 0, OV_CALLBACKS_DEFAULT) != 0) { in logg_load()
94 if (ov_open_callbacks(file, &s->ovf, 0, 0, OV_CALLBACKS_DEFAULT) != 0) { in logg_open_file_for_streaming()
/dports/games/opensonic/loggcompat-4.4.2/
H A Dlogg-4.4.2.c35 if (ov_open_callbacks(file, &ovf, 0, 0, OV_CALLBACKS_DEFAULT) != 0) { in logg_load()
94 if (ov_open_callbacks(file, &s->ovf, 0, 0, OV_CALLBACKS_DEFAULT) != 0) { in logg_open_file_for_streaming()
/dports/games/libretro-genesis_plus_gx/Genesis-Plus-GX-7f83bc5/core/tremor/
H A DVersion_script.in13 ov_open_callbacks;
/dports/games/kodi-addon-game.libretro.genplus/game.libretro.genplus-1.7.4.15-Matrix/depends/common/genplus/core/tremor/
H A DVersion_script.in13 ov_open_callbacks;

12345678910>>...13