Home
last modified time | relevance | path

Searched refs:stb_vorbis (Results 26 – 50 of 131) sorted by relevance

123456

/dports/games/OpenTomb/OpenTomb-win32-2018-02-03_alpha/src/audio/
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/devel/raylib/raylib-3.7.0/src/external/
H A Dstb_vorbis.h127 typedef struct stb_vorbis stb_vorbis; typedef
148 STBVDEF void stb_vorbis_close(stb_vorbis *f);
172 STBVDEF stb_vorbis *stb_vorbis_open_pushdata(
187 stb_vorbis *f,
761 struct stb_vorbis struct
880 typedef struct stb_vorbis stbv_vorb; argument
4243 static stb_vorbis * stbv_vorbis_alloc(stb_vorbis *f) in stbv_vorbis_alloc()
4245 stb_vorbis *p = (stb_vorbis *) stbv_setup_malloc(f, sizeof(*p)); in stbv_vorbis_alloc()
4429 stb_vorbis *f, p; in stb_vorbis_open_pushdata()
4958 stb_vorbis *f, p; in stb_vorbis_open_file_section()
[all …]
/dports/graphics/magnum-plugins/magnum-plugins-2019.10/src/external/stb/
H A Dstb_vorbis.c116 typedef struct stb_vorbis stb_vorbis; typedef
176 stb_vorbis *f,
748 struct stb_vorbis struct
867 typedef struct stb_vorbis vorb; argument
4177 void stb_vorbis_close(stb_vorbis *p) in stb_vorbis_close()
4230 static stb_vorbis * vorbis_alloc(stb_vorbis *f) in vorbis_alloc()
4232 stb_vorbis *p = (stb_vorbis *) setup_malloc(f, sizeof(*p)); in vorbis_alloc()
4411 stb_vorbis *stb_vorbis_open_pushdata( in stb_vorbis_open_pushdata()
4416 stb_vorbis *f, p; in stb_vorbis_open_pushdata()
4945 stb_vorbis *f, p; in stb_vorbis_open_file_section()
[all …]
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/STB/
H A Dstb_vorbis.h115 typedef struct stb_vorbis stb_vorbis; typedef
175 stb_vorbis *f,
743 struct stb_vorbis struct
862 typedef struct stb_vorbis vorb; argument
4162 void stb_vorbis_close(stb_vorbis *p) in stb_vorbis_close()
4215 static stb_vorbis * vorbis_alloc(stb_vorbis *f) in vorbis_alloc()
4217 stb_vorbis *p = (stb_vorbis *) setup_malloc(f, sizeof(*p)); in vorbis_alloc()
4396 stb_vorbis *stb_vorbis_open_pushdata( in stb_vorbis_open_pushdata()
4401 stb_vorbis *f, p; in stb_vorbis_open_pushdata()
4926 stb_vorbis *f, p; in stb_vorbis_open_file_section()
[all …]
/dports/games/OpenLara/OpenLara-b4b19f2/src/platform/nix/
H A Dbuild.sh2 …-D_POSIX_THREADS -D_POSIX_READER_WRITER_LOCKS main.cpp ../../libs/stb_vorbis/stb_vorbis.c ../../li…
H A Dbuild_e2k.sh2 …-D_POSIX_THREADS -D_POSIX_READER_WRITER_LOCKS main.cpp ../../libs/stb_vorbis/stb_vorbis.c ../../li…
/dports/games/OpenLara/OpenLara-b4b19f2/src/platform/rpi/
H A Dbuild.sh2 …no-invalid-source-encoding -DNDEBUG -D__RPI__ main.cpp ../../libs/stb_vorbis/stb_vorbis.c ../../li…
/dports/games/OpenLara/OpenLara-b4b19f2/src/platform/psp/
H A DMakefile2 OBJS = main.o ../../libs/stb_vorbis/stb_vorbis.o
/dports/games/OpenLara/OpenLara-b4b19f2/src/platform/clover/
H A Dbuild.sh2 …invalid-source-encoding -DNDEBUG -D__CLOVER__ main.cpp ../../libs/stb_vorbis/stb_vorbis.c ../../li…
/dports/games/OpenLara/OpenLara-b4b19f2/src/platform/gcw0/
H A Dbuild.sh2 …Wl,--gc-sections -Wno-invalid-source-encoding main.cpp ../../libs/stb_vorbis/stb_vorbis.c ../../li…
/dports/games/retroarch/RetroArch-1.9.7/deps/stb/
H A Dstb_vorbis.h19 typedef struct stb_vorbis stb_vorbis; typedef
37 extern int stb_vorbis_get_error(stb_vorbis *f);
40 extern void stb_vorbis_close(stb_vorbis *f);
365 struct stb_vorbis struct
464 typedef struct stb_vorbis vorb; argument
3194 static void vorbis_deinit(stb_vorbis *p) in vorbis_deinit()
3238 void stb_vorbis_close(stb_vorbis *p) in stb_vorbis_close()
3279 int stb_vorbis_get_error(stb_vorbis *f) in stb_vorbis_get_error()
3286 static stb_vorbis * vorbis_alloc(stb_vorbis *f) in vorbis_alloc()
3288 stb_vorbis *p = (stb_vorbis *) setup_malloc(f, sizeof(*p)); in vorbis_alloc()
[all …]
/dports/games/OpenLara/OpenLara-b4b19f2/src/platform/sdl2/
H A DMakefile1 SRCS=main.cpp ../../libs/stb_vorbis/stb_vorbis.c ../../libs/minimp3/minimp3.cpp ../../libs/tinf/tin…
/dports/games/OpenLara/OpenLara-b4b19f2/src/platform/web/
H A Dbuild.bat3 set SRC=main.cpp ../../libs/stb_vorbis/stb_vorbis.c ../../libs/tinf/tinflate.c
H A Dbuild_wasm.bat3 set SRC=main.cpp ../../libs/stb_vorbis/stb_vorbis.c ../../libs/tinf/tinflate.c
/dports/security/ridl/ridl-11b3240/stb/tests/
H A Dtest.sbm22 test_cpp_compilation.cpp stb_cpp.cpp ../stb_vorbis.c
35 main.c test_vorbis.c ../stb_vorbis.c
/dports/games/jaggedalliance2/miniaudio-634cdb028f340075ae8e8a1126620695688d2ac3/
H A DREADME.md173 - Vorbis via stb_vorbis (not built in - must be included separately).
205 Vorbis decoding is enabled via stb_vorbis. To use it, you need to include the header section of stb…
210 #include "extras/stb_vorbis.c" /* Enables Vorbis decoding. */
215 /* stb_vorbis implementation must come after the implementation of miniaudio. */
217 #include "extras/stb_vorbis.c"
/dports/audio/miniaudio/miniaudio-dbca7a3b44594e0226f887472b31f54aa5f14214/
H A DREADME.md174 - Vorbis via stb_vorbis (not built in - must be included separately).
206 Vorbis decoding is enabled via stb_vorbis. To use it, you need to include the header section of stb…
211 #include "extras/stb_vorbis.c" /* Enables Vorbis decoding. */
216 /* stb_vorbis implementation must come after the implementation of miniaudio. */
218 #include "extras/stb_vorbis.c"
/dports/devel/stb/stb-f54acd4/tests/
H A Dtest.sbm45 test_cpp_compilation.cpp stb_cpp.cpp ../stb_vorbis.c
58 main.c test_vorbis.c ../stb_vorbis.c
/dports/cad/cura-engine/CuraEngine-fadb5d6b/include/stb/tests/
H A Dtest.sbm45 test_cpp_compilation.cpp stb_cpp.cpp ../stb_vorbis.c
58 main.c test_vorbis.c ../stb_vorbis.c
/dports/games/sdlpop/SDLPoP-1.22/src/
H A Dport_debug.dev314 FileName=stb_vorbis.c
321 BuildCmd=$(CC) -c stb_vorbis.c -o stb_vorbis.o $(CFLAGS)
H A Dport_release.dev314 FileName=stb_vorbis.c
321 BuildCmd=$(CC) -c stb_vorbis.c -o stb_vorbis.o $(CFLAGS)
/dports/games/scummvm/scummvm-2.5.1/engines/ags/plugins/ags_waves/
H A Dvars.h38 typedef void *stb_vorbis; typedef
122 stb_vorbis *Vorbis = 0;
/dports/games/OpenLara/OpenLara-b4b19f2/src/platform/osx/OpenLara.xcodeproj/
H A Dproject.pbxproj19 …9BFB6A91DCA87BF00E2E997 /* stb_vorbis.c in Sources */ = {isa = PBXBuildFile; fileRef = 99BFB6A81DC…
67 …997 /* stb_vorbis.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = stb_v…
130 99BFB6A81DCA87BF00E2E997 /* stb_vorbis.c */,
237 99BFB6A91DCA87BF00E2E997 /* stb_vorbis.c in Sources */,
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/lewton-0.9.4/
H A DREADME.md21 [stb_vorbis](http://nothings.org/stb_vorbis/) decoder implementation.
53 `stb_vorbis` implementation and used some of its
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/lewton-0.9.4/
H A DREADME.md21 [stb_vorbis](http://nothings.org/stb_vorbis/) decoder implementation.
53 `stb_vorbis` implementation and used some of its

123456