Home
last modified time | relevance | path

Searched refs:stb_vorbis_stream_length_in_samples (Results 1 – 25 of 32) sorted by relevance

12

/dports/audio/libxmp/libxmp-4.5.0/src/depackers/
H A Dvorbis.h222 extern unsigned int stb_vorbis_stream_length_in_samples(stb_vorbis *f);
/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/Utilities/
H A Dstb_vorbis.h225 extern unsigned int stb_vorbis_stream_length_in_samples(stb_vorbis *f);
/dports/emulators/dosbox-staging/dosbox-staging-0.78.0/src/libs/decoders/
H A Dvorbis.c135 const unsigned int num_frames = stb_vorbis_stream_length_in_samples(stb); in VORBIS_open()
H A Dstb_vorbis.h317 extern unsigned int stb_vorbis_stream_length_in_samples(stb_vorbis *f);
4801 stream_length = stb_vorbis_stream_length_in_samples(f); in seek_to_sample_coarse()
5038 unsigned int stb_vorbis_stream_length_in_samples(stb_vorbis *f) in stb_vorbis_stream_length_in_samples() function
5115 return stb_vorbis_stream_length_in_samples(f) / (float) f->sample_rate; in stb_vorbis_stream_length_in_seconds()
/dports/devel/godot/godot-3.2.3-stable/modules/stb_vorbis/
H A Daudio_stream_ogg_vorbis.cpp60 bool is_not_empty = mixed > 0 || stb_vorbis_stream_length_in_samples(ogg_stream) > 0; in _mix_internal()
/dports/devel/godot-tools/godot-3.2.3-stable/modules/stb_vorbis/
H A Daudio_stream_ogg_vorbis.cpp60 bool is_not_empty = mixed > 0 || stb_vorbis_stream_length_in_samples(ogg_stream) > 0; in _mix_internal()
/dports/devel/raylib/raylib-3.7.0/src/
H A Draudio.c1179 …music.sampleCount = (unsigned int)stb_vorbis_stream_length_in_samples((stb_vorbis *)music.ctxData)… in LoadMusicStream()
1391 …music.sampleCount = (unsigned int)stb_vorbis_stream_length_in_samples((stb_vorbis *)music.ctxData)… in LoadMusicStreamFromMemory()
2240 …wave.sampleCount = (unsigned int)stb_vorbis_stream_length_in_samples(oggData)*info.channels; // I… in LoadOGG()
/dports/games/retroarch/RetroArch-1.9.7/deps/stb/
H A Dstb_vorbis.h82 extern unsigned int stb_vorbis_stream_length_in_samples(stb_vorbis *f);
3629 uint32_t z = stb_vorbis_stream_length_in_samples(f); in vorbis_seek_base()
3727 unsigned int stb_vorbis_stream_length_in_samples(stb_vorbis *f) in stb_vorbis_stream_length_in_samples() function
3806 return stb_vorbis_stream_length_in_samples(f) / (float) f->sample_rate; in stb_vorbis_stream_length_in_seconds()
/dports/www/lagrange/lagrange-1.7.3/src/audio/
H A Dplayer.c230 d->totalSamples = stb_vorbis_stream_length_in_samples(vrb); in decodeVorbis_Decoder_()
H A Dstb_vorbis.c301 extern unsigned int stb_vorbis_stream_length_in_samples(stb_vorbis *f);
4689 stream_length = stb_vorbis_stream_length_in_samples(f); in seek_to_sample_coarse()
4926 unsigned int stb_vorbis_stream_length_in_samples(stb_vorbis *f) in stb_vorbis_stream_length_in_samples() function
5003 return stb_vorbis_stream_length_in_samples(f) / (float) f->sample_rate; in stb_vorbis_stream_length_in_seconds()
/dports/devel/stb/stb-f54acd4/
H A Dstb_vorbis.c299 extern unsigned int stb_vorbis_stream_length_in_samples(stb_vorbis *f);
4681 stream_length = stb_vorbis_stream_length_in_samples(f); in seek_to_sample_coarse()
4918 unsigned int stb_vorbis_stream_length_in_samples(stb_vorbis *f) in stb_vorbis_stream_length_in_samples() function
4995 return stb_vorbis_stream_length_in_samples(f) / (float) f->sample_rate; in stb_vorbis_stream_length_in_seconds()
/dports/games/libretro-gw/gw-libretro-2be30ba/retroluxury/src/
H A Dstb_vorbis.c271 extern unsigned int stb_vorbis_stream_length_in_samples(stb_vorbis *f);
4774 uint32 z = stb_vorbis_stream_length_in_samples(f); in vorbis_seek_base()
4872 unsigned int stb_vorbis_stream_length_in_samples(stb_vorbis *f) in stb_vorbis_stream_length_in_samples() function
4951 return stb_vorbis_stream_length_in_samples(f) / (float) f->sample_rate; in stb_vorbis_stream_length_in_seconds()
/dports/games/jaggedalliance2/miniaudio-634cdb028f340075ae8e8a1126620695688d2ac3/extras/
H A Dstb_vorbis.c299 extern unsigned int stb_vorbis_stream_length_in_samples(stb_vorbis *f);
4683 stream_length = stb_vorbis_stream_length_in_samples(f); in seek_to_sample_coarse()
4920 unsigned int stb_vorbis_stream_length_in_samples(stb_vorbis *f) in stb_vorbis_stream_length_in_samples() function
4997 return stb_vorbis_stream_length_in_samples(f) / (float) f->sample_rate; in stb_vorbis_stream_length_in_seconds()
/dports/audio/faudio/FAudio-21.01/src/
H A Dstb_vorbis.h303 FAUDIOAPI unsigned int stb_vorbis_stream_length_in_samples(stb_vorbis *f);
4698 stream_length = stb_vorbis_stream_length_in_samples(f); in seek_to_sample_coarse()
4935 unsigned int stb_vorbis_stream_length_in_samples(stb_vorbis *f) in stb_vorbis_stream_length_in_samples() function
5012 return stb_vorbis_stream_length_in_samples(f) / (float) f->sample_rate; in stb_vorbis_stream_length_in_seconds()
/dports/net-im/uTox/uTox/third-party/stb/
H A Dstb_vorbis.c278 extern unsigned int stb_vorbis_stream_length_in_samples(stb_vorbis *f);
4594 stream_length = stb_vorbis_stream_length_in_samples(f); in seek_to_sample_coarse()
4826 unsigned int stb_vorbis_stream_length_in_samples(stb_vorbis *f) in stb_vorbis_stream_length_in_samples() function
4903 return stb_vorbis_stream_length_in_samples(f) / (float) f->sample_rate; in stb_vorbis_stream_length_in_seconds()
/dports/cad/cura-engine/CuraEngine-fadb5d6b/include/stb/
H A Dstb_vorbis.c285 extern unsigned int stb_vorbis_stream_length_in_samples(stb_vorbis *f);
4633 stream_length = stb_vorbis_stream_length_in_samples(f); in seek_to_sample_coarse()
4865 unsigned int stb_vorbis_stream_length_in_samples(stb_vorbis *f) in stb_vorbis_stream_length_in_samples() function
4942 return stb_vorbis_stream_length_in_samples(f) / (float) f->sample_rate; in stb_vorbis_stream_length_in_seconds()
/dports/security/ridl/ridl-11b3240/stb/
H A Dstb_vorbis.c284 extern unsigned int stb_vorbis_stream_length_in_samples(stb_vorbis *f);
4623 stream_length = stb_vorbis_stream_length_in_samples(f); in seek_to_sample_coarse()
4855 unsigned int stb_vorbis_stream_length_in_samples(stb_vorbis *f) in stb_vorbis_stream_length_in_samples() function
4932 return stb_vorbis_stream_length_in_samples(f) / (float) f->sample_rate; in stb_vorbis_stream_length_in_seconds()
/dports/devel/godot/godot-3.2.3-stable/thirdparty/misc/
H A Dstb_vorbis.c301 extern unsigned int stb_vorbis_stream_length_in_samples(stb_vorbis *f);
4689 stream_length = stb_vorbis_stream_length_in_samples(f); in seek_to_sample_coarse()
4926 unsigned int stb_vorbis_stream_length_in_samples(stb_vorbis *f) in stb_vorbis_stream_length_in_samples() function
5003 return stb_vorbis_stream_length_in_samples(f) / (float) f->sample_rate; in stb_vorbis_stream_length_in_seconds()
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/misc/
H A Dstb_vorbis.c301 extern unsigned int stb_vorbis_stream_length_in_samples(stb_vorbis *f);
4689 stream_length = stb_vorbis_stream_length_in_samples(f); in seek_to_sample_coarse()
4926 unsigned int stb_vorbis_stream_length_in_samples(stb_vorbis *f) in stb_vorbis_stream_length_in_samples() function
5003 return stb_vorbis_stream_length_in_samples(f) / (float) f->sample_rate; in stb_vorbis_stream_length_in_seconds()
/dports/games/sdlpop/SDLPoP-1.22/src/
H A Dstb_vorbis.c301 extern unsigned int stb_vorbis_stream_length_in_samples(stb_vorbis *f);
4689 stream_length = stb_vorbis_stream_length_in_samples(f); in seek_to_sample_coarse()
4926 unsigned int stb_vorbis_stream_length_in_samples(stb_vorbis *f) in stb_vorbis_stream_length_in_samples() function
5003 return stb_vorbis_stream_length_in_samples(f) / (float) f->sample_rate; in stb_vorbis_stream_length_in_seconds()
/dports/games/OpenLara/OpenLara-b4b19f2/src/libs/stb_vorbis/
H A Dstb_vorbis.c282 extern unsigned int stb_vorbis_stream_length_in_samples(stb_vorbis *f);
4677 stream_length = stb_vorbis_stream_length_in_samples(f); in seek_to_sample_coarse()
4909 unsigned int stb_vorbis_stream_length_in_samples(stb_vorbis *f) in stb_vorbis_stream_length_in_samples() function
4986 return stb_vorbis_stream_length_in_samples(f) / (float) f->sample_rate; in stb_vorbis_stream_length_in_seconds()
/dports/games/OpenTomb/OpenTomb-win32-2018-02-03_alpha/src/audio/
H A Dstb_vorbis.c278 extern unsigned int stb_vorbis_stream_length_in_samples(stb_vorbis *f);
4594 stream_length = stb_vorbis_stream_length_in_samples(f); in seek_to_sample_coarse()
4826 unsigned int stb_vorbis_stream_length_in_samples(stb_vorbis *f) in stb_vorbis_stream_length_in_samples() function
4903 return stb_vorbis_stream_length_in_samples(f) / (float) f->sample_rate; in stb_vorbis_stream_length_in_seconds()
/dports/devel/raylib/raylib-3.7.0/src/external/
H A Dstb_vorbis.h293 STBVDEF unsigned int stb_vorbis_stream_length_in_samples(stb_vorbis *f);
4618 stream_length = stb_vorbis_stream_length_in_samples(f); in stbv_seek_to_sample_coarse()
4850 STBVDEF unsigned int stb_vorbis_stream_length_in_samples(stb_vorbis *f) in stb_vorbis_stream_length_in_samples() function
4927 return stb_vorbis_stream_length_in_samples(f) / (float) f->sample_rate; in stb_vorbis_stream_length_in_seconds()
/dports/graphics/magnum-plugins/magnum-plugins-2019.10/src/external/stb/
H A Dstb_vorbis.c282 extern unsigned int stb_vorbis_stream_length_in_samples(stb_vorbis *f);
4605 stream_length = stb_vorbis_stream_length_in_samples(f); in seek_to_sample_coarse()
4837 unsigned int stb_vorbis_stream_length_in_samples(stb_vorbis *f) in stb_vorbis_stream_length_in_samples() function
4914 return stb_vorbis_stream_length_in_samples(f) / (float) f->sample_rate; in stb_vorbis_stream_length_in_seconds()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/STB/
H A Dstb_vorbis.h281 extern unsigned int stb_vorbis_stream_length_in_samples(stb_vorbis *f);
4590 stream_length = stb_vorbis_stream_length_in_samples(f); in seek_to_sample_coarse()
4818 unsigned int stb_vorbis_stream_length_in_samples(stb_vorbis *f) in stb_vorbis_stream_length_in_samples() function
4895 return stb_vorbis_stream_length_in_samples(f) / (float) f->sample_rate; in stb_vorbis_stream_length_in_seconds()

12