Home
last modified time | relevance | path

Searched refs:stb_vorbis (Results 1 – 25 of 131) sorted by relevance

123456

/dports/audio/libxmp/libxmp-4.5.0/src/depackers/
H A Dvorbis.h58 typedef struct stb_vorbis stb_vorbis; typedef
73 extern stb_vorbis_info stb_vorbis_get_info(stb_vorbis *f);
76 extern int stb_vorbis_get_error(stb_vorbis *f);
79 extern void stb_vorbis_close(stb_vorbis *f);
86 extern int stb_vorbis_get_sample_offset(stb_vorbis *f);
90 extern unsigned int stb_vorbis_get_file_offset(stb_vorbis *f);
103 extern stb_vorbis *stb_vorbis_open_pushdata(
145 extern void stb_vorbis_flush_pushdata(stb_vorbis *f);
184 extern stb_vorbis * stb_vorbis_open_filename(char *filename,
209 extern int stb_vorbis_seek(stb_vorbis *f, unsigned int sample_number);
[all …]
/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/Utilities/
H A Dstb_vorbis.h59 typedef struct stb_vorbis stb_vorbis; typedef
74 extern stb_vorbis_info stb_vorbis_get_info(stb_vorbis *f);
77 extern int stb_vorbis_get_error(stb_vorbis *f);
80 extern void stb_vorbis_close(stb_vorbis *f);
87 extern int stb_vorbis_get_sample_offset(stb_vorbis *f);
91 extern unsigned int stb_vorbis_get_file_offset(stb_vorbis *f);
104 extern stb_vorbis *stb_vorbis_open_pushdata(
119 stb_vorbis *f,
148 extern void stb_vorbis_flush_pushdata(stb_vorbis *f);
189 extern stb_vorbis * stb_vorbis_open_filename(const char *filename,
[all …]
/dports/emulators/dosbox-staging/dosbox-staging-0.78.0/src/libs/decoders/
H A Dvorbis.c124 stb_vorbis *stb = stb_vorbis_open_rwops(rw, 0, &err, NULL); in VORBIS_open()
152 stb_vorbis *stb = (stb_vorbis *) internal->decoder_private; in VORBIS_close()
160 stb_vorbis *stb = (stb_vorbis *) internal->decoder_private; in VORBIS_read()
185 stb_vorbis *stb = (stb_vorbis *) internal->decoder_private; in VORBIS_rewind()
199 stb_vorbis *stb = (stb_vorbis *) internal->decoder_private; in VORBIS_seek()
H A Dstb_vorbis.h129 typedef struct stb_vorbis stb_vorbis; typedef
200 stb_vorbis *f,
814 struct stb_vorbis struct
946 typedef struct stb_vorbis vorb; argument
4356 void stb_vorbis_close(stb_vorbis *p) in stb_vorbis_close()
4422 static stb_vorbis * vorbis_alloc(stb_vorbis *f) in vorbis_alloc()
4424 stb_vorbis *p = (stb_vorbis *) setup_malloc(f, sizeof(*p)); in vorbis_alloc()
4608 stb_vorbis *f, p; in stb_vorbis_open_pushdata()
5146 stb_vorbis *f, p; in stb_vorbis_open_file_section()
5194 stb_vorbis *f, p; in stb_vorbis_open_rwops_section()
[all …]
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/Audio/
H A DOggVorbisSoundStream.cpp55 stb_vorbis* vorbis = static_cast<stb_vorbis*>(decoder_); in ~OggVorbisSoundStream()
67 stb_vorbis* vorbis = static_cast<stb_vorbis*>(decoder_); in Seek()
77 stb_vorbis* vorbis = static_cast<stb_vorbis*>(decoder_); in GetData()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/STB/
H A Drelease_notes.md20 - stb_vorbis: warnings (Thiago Goulart)
21 - stb_vorbis: fix multiple memory leaks of setup-memory (manxorist@github)
22 - stb_vorbis: avoid dropping final frame of audio data
/dports/devel/stb/stb-f54acd4/tests/vorbseek/
H A Dvorbseek.c14 int try_seeking(stb_vorbis *v, unsigned int pos, short *output, unsigned int num_samples) in try_seeking()
74 stb_vorbis *v; in main()
102 stb_vorbis *v = stb_vorbis_open_filename(argv[j], &error, NULL); in main()
/dports/net-im/uTox/uTox/third-party/stb/tests/vorbseek/
H A Dvorbseek.c14 int try_seeking(stb_vorbis *v, unsigned int pos, short *output, unsigned int num_samples) in try_seeking()
74 stb_vorbis *v; in main()
102 stb_vorbis *v = stb_vorbis_open_filename(argv[j], &error, NULL); in main()
/dports/cad/cura-engine/CuraEngine-fadb5d6b/include/stb/tests/vorbseek/
H A Dvorbseek.c14 int try_seeking(stb_vorbis *v, unsigned int pos, short *output, unsigned int num_samples) in try_seeking()
74 stb_vorbis *v; in main()
102 stb_vorbis *v = stb_vorbis_open_filename(argv[j], &error, NULL); in main()
/dports/security/ridl/ridl-11b3240/stb/tests/vorbseek/
H A Dvorbseek.c14 int try_seeking(stb_vorbis *v, unsigned int pos, short *output, unsigned int num_samples) in try_seeking()
74 stb_vorbis *v; in main()
102 stb_vorbis *v = stb_vorbis_open_filename(argv[j], &error, NULL); in main()
/dports/devel/stb/stb-f54acd4/
H A Dstb_vorbis.c122 typedef struct stb_vorbis stb_vorbis; typedef
193 stb_vorbis *f,
766 struct stb_vorbis struct
892 typedef struct stb_vorbis vorb; argument
4244 void stb_vorbis_close(stb_vorbis *p) in stb_vorbis_close()
4306 static stb_vorbis * vorbis_alloc(stb_vorbis *f) in vorbis_alloc()
4308 stb_vorbis *p = (stb_vorbis *) setup_malloc(f, sizeof(*p)); in vorbis_alloc()
4487 stb_vorbis *stb_vorbis_open_pushdata( in stb_vorbis_open_pushdata()
4492 stb_vorbis *f, p; in stb_vorbis_open_pushdata()
5026 stb_vorbis *f, p; in stb_vorbis_open_file_section()
[all …]
/dports/games/jaggedalliance2/miniaudio-634cdb028f340075ae8e8a1126620695688d2ac3/extras/
H A Dstb_vorbis.c122 typedef struct stb_vorbis stb_vorbis; typedef
193 stb_vorbis *f,
768 struct stb_vorbis struct
894 typedef struct stb_vorbis vorb; argument
4246 void stb_vorbis_close(stb_vorbis *p) in stb_vorbis_close()
4308 static stb_vorbis * vorbis_alloc(stb_vorbis *f) in vorbis_alloc()
4310 stb_vorbis *p = (stb_vorbis *) setup_malloc(f, sizeof(*p)); in vorbis_alloc()
4489 stb_vorbis *stb_vorbis_open_pushdata( in stb_vorbis_open_pushdata()
4494 stb_vorbis *f, p; in stb_vorbis_open_pushdata()
5028 stb_vorbis *f, p; in stb_vorbis_open_file_section()
[all …]
/dports/audio/faudio/FAudio-21.01/src/
H A Dstb_vorbis.h126 typedef struct stb_vorbis stb_vorbis; typedef
197 stb_vorbis *f,
774 struct stb_vorbis struct
900 typedef struct stb_vorbis vorb; argument
4261 void stb_vorbis_close(stb_vorbis *p) in stb_vorbis_close()
4323 static stb_vorbis * vorbis_alloc(stb_vorbis *f) in vorbis_alloc()
4325 stb_vorbis *p = (stb_vorbis *) setup_malloc(f, sizeof(*p)); in vorbis_alloc()
4504 stb_vorbis *stb_vorbis_open_pushdata( in stb_vorbis_open_pushdata()
4509 stb_vorbis *f, p; in stb_vorbis_open_pushdata()
5043 stb_vorbis *f, p; in stb_vorbis_open_file_section()
[all …]
/dports/devel/godot/godot-3.2.3-stable/thirdparty/misc/
H A Dstb_vorbis.c124 typedef struct stb_vorbis stb_vorbis; typedef
195 stb_vorbis *f,
770 struct stb_vorbis struct
896 typedef struct stb_vorbis vorb; argument
4252 void stb_vorbis_close(stb_vorbis *p) in stb_vorbis_close()
4314 static stb_vorbis * vorbis_alloc(stb_vorbis *f) in vorbis_alloc()
4316 stb_vorbis *p = (stb_vorbis *) setup_malloc(f, sizeof(*p)); in vorbis_alloc()
4495 stb_vorbis *stb_vorbis_open_pushdata( in stb_vorbis_open_pushdata()
4500 stb_vorbis *f, p; in stb_vorbis_open_pushdata()
5034 stb_vorbis *f, p; in stb_vorbis_open_file_section()
[all …]
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/misc/
H A Dstb_vorbis.c124 typedef struct stb_vorbis stb_vorbis; typedef
195 stb_vorbis *f,
770 struct stb_vorbis struct
896 typedef struct stb_vorbis vorb; argument
4252 void stb_vorbis_close(stb_vorbis *p) in stb_vorbis_close()
4314 static stb_vorbis * vorbis_alloc(stb_vorbis *f) in vorbis_alloc()
4316 stb_vorbis *p = (stb_vorbis *) setup_malloc(f, sizeof(*p)); in vorbis_alloc()
4495 stb_vorbis *stb_vorbis_open_pushdata( in stb_vorbis_open_pushdata()
4500 stb_vorbis *f, p; in stb_vorbis_open_pushdata()
5034 stb_vorbis *f, p; in stb_vorbis_open_file_section()
[all …]
/dports/games/sdlpop/SDLPoP-1.22/src/
H A Dstb_vorbis.c124 typedef struct stb_vorbis stb_vorbis; typedef
195 stb_vorbis *f,
770 struct stb_vorbis struct
896 typedef struct stb_vorbis vorb; argument
4252 void stb_vorbis_close(stb_vorbis *p) in stb_vorbis_close()
4314 static stb_vorbis * vorbis_alloc(stb_vorbis *f) in vorbis_alloc()
4316 stb_vorbis *p = (stb_vorbis *) setup_malloc(f, sizeof(*p)); in vorbis_alloc()
4495 stb_vorbis *stb_vorbis_open_pushdata( in stb_vorbis_open_pushdata()
4500 stb_vorbis *f, p; in stb_vorbis_open_pushdata()
5034 stb_vorbis *f, p; in stb_vorbis_open_file_section()
[all …]
/dports/www/lagrange/lagrange-1.7.3/src/audio/
H A Dstb_vorbis.c124 typedef struct stb_vorbis stb_vorbis; typedef
195 stb_vorbis *f,
770 struct stb_vorbis struct
896 typedef struct stb_vorbis vorb; argument
4252 void stb_vorbis_close(stb_vorbis *p) in stb_vorbis_close()
4314 static stb_vorbis * vorbis_alloc(stb_vorbis *f) in vorbis_alloc()
4316 stb_vorbis *p = (stb_vorbis *) setup_malloc(f, sizeof(*p)); in vorbis_alloc()
4495 stb_vorbis *stb_vorbis_open_pushdata( in stb_vorbis_open_pushdata()
4500 stb_vorbis *f, p; in stb_vorbis_open_pushdata()
5034 stb_vorbis *f, p; in stb_vorbis_open_file_section()
[all …]
/dports/audio/miniaudio/miniaudio-dbca7a3b44594e0226f887472b31f54aa5f14214/extras/
H A Dstb_vorbis.c126 typedef struct stb_vorbis stb_vorbis; typedef
197 stb_vorbis *f,
772 struct stb_vorbis struct
898 typedef struct stb_vorbis vorb; argument
4258 void stb_vorbis_close(stb_vorbis *p) in stb_vorbis_close()
4320 static stb_vorbis * vorbis_alloc(stb_vorbis *f) in vorbis_alloc()
4322 stb_vorbis *p = (stb_vorbis *) setup_malloc(f, sizeof(*p)); in vorbis_alloc()
4501 stb_vorbis *stb_vorbis_open_pushdata( in stb_vorbis_open_pushdata()
4506 stb_vorbis *f, p; in stb_vorbis_open_pushdata()
5040 stb_vorbis *f, p; in stb_vorbis_open_file_section()
[all …]
/dports/games/OpenLara/OpenLara-b4b19f2/src/platform/sdl2/
H A Dbuild.sh10 …c-sections -DNDEBUG -D__SDL2__ -D_SDL2_OPENGL main.cpp ../../libs/stb_vorbis/stb_vorbis.c ../../li…
/dports/games/OpenLara/OpenLara-b4b19f2/src/platform/bittboy/
H A Dbuild.sh1 …-D_POSIX_THREADS -D_POSIX_READER_WRITER_LOCKS main.cpp ../../libs/stb_vorbis/stb_vorbis.c ../../li…
/dports/games/libretro-gw/gw-libretro-2be30ba/retroluxury/src/
H A Dstb_vorbis.c104 typedef struct stb_vorbis stb_vorbis; typedef
125 extern void stb_vorbis_close(stb_vorbis *f);
719 struct stb_vorbis struct
845 typedef struct stb_vorbis vorb; argument
4170 void stb_vorbis_close(stb_vorbis *p) in stb_vorbis_close()
4223 static stb_vorbis * vorbis_alloc(stb_vorbis *f) in vorbis_alloc()
4225 stb_vorbis *p = (stb_vorbis *) setup_malloc(f, sizeof(*p)); in vorbis_alloc()
4404 stb_vorbis *stb_vorbis_open_pushdata( in stb_vorbis_open_pushdata()
4409 stb_vorbis *f, p; in stb_vorbis_open_pushdata()
4982 stb_vorbis *f, p; in stb_vorbis_open_file_section()
[all …]
/dports/net-im/uTox/uTox/third-party/stb/
H A Dstb_vorbis.c112 typedef struct stb_vorbis stb_vorbis; typedef
172 stb_vorbis *f,
744 struct stb_vorbis struct
863 typedef struct stb_vorbis vorb; argument
4166 void stb_vorbis_close(stb_vorbis *p) in stb_vorbis_close()
4219 static stb_vorbis * vorbis_alloc(stb_vorbis *f) in vorbis_alloc()
4221 stb_vorbis *p = (stb_vorbis *) setup_malloc(f, sizeof(*p)); in vorbis_alloc()
4400 stb_vorbis *stb_vorbis_open_pushdata( in stb_vorbis_open_pushdata()
4405 stb_vorbis *f, p; in stb_vorbis_open_pushdata()
4934 stb_vorbis *f, p; in stb_vorbis_open_file_section()
[all …]
/dports/cad/cura-engine/CuraEngine-fadb5d6b/include/stb/
H A Dstb_vorbis.c119 typedef struct stb_vorbis stb_vorbis; typedef
179 stb_vorbis *f,
752 struct stb_vorbis struct
871 typedef struct stb_vorbis vorb; argument
4205 void stb_vorbis_close(stb_vorbis *p) in stb_vorbis_close()
4258 static stb_vorbis * vorbis_alloc(stb_vorbis *f) in vorbis_alloc()
4260 stb_vorbis *p = (stb_vorbis *) setup_malloc(f, sizeof(*p)); in vorbis_alloc()
4439 stb_vorbis *stb_vorbis_open_pushdata( in stb_vorbis_open_pushdata()
4444 stb_vorbis *f, p; in stb_vorbis_open_pushdata()
4973 stb_vorbis *f, p; in stb_vorbis_open_file_section()
[all …]
/dports/security/ridl/ridl-11b3240/stb/
H A Dstb_vorbis.c118 typedef struct stb_vorbis stb_vorbis; typedef
178 stb_vorbis *f,
751 struct stb_vorbis struct
870 typedef struct stb_vorbis vorb; argument
4195 void stb_vorbis_close(stb_vorbis *p) in stb_vorbis_close()
4248 static stb_vorbis * vorbis_alloc(stb_vorbis *f) in vorbis_alloc()
4250 stb_vorbis *p = (stb_vorbis *) setup_malloc(f, sizeof(*p)); in vorbis_alloc()
4429 stb_vorbis *stb_vorbis_open_pushdata( in stb_vorbis_open_pushdata()
4434 stb_vorbis *f, p; in stb_vorbis_open_pushdata()
4963 stb_vorbis *f, p; in stb_vorbis_open_file_section()
[all …]
/dports/games/OpenLara/OpenLara-b4b19f2/src/libs/stb_vorbis/
H A Dstb_vorbis.c116 typedef struct stb_vorbis stb_vorbis; typedef
176 stb_vorbis *f,
750 struct stb_vorbis struct
869 typedef struct stb_vorbis vorb; argument
4249 void stb_vorbis_close(stb_vorbis *p) in stb_vorbis_close()
4302 static stb_vorbis * vorbis_alloc(stb_vorbis *f) in vorbis_alloc()
4304 stb_vorbis *p = (stb_vorbis *) setup_malloc(f, sizeof(*p)); in vorbis_alloc()
4483 stb_vorbis *stb_vorbis_open_pushdata( in stb_vorbis_open_pushdata()
4488 stb_vorbis *f, p; in stb_vorbis_open_pushdata()
5017 stb_vorbis *f, p; in stb_vorbis_open_file_section()
[all …]

123456