Home
last modified time | relevance | path

Searched refs:runningPCMFrameCount (Results 1 – 20 of 20) sorted by relevance

/dports/math/kfr/kfr-4.2.1/include/kfr/io/dr/
H A Ddr_flac.h5148 drflac_uint64 runningPCMFrameCount; in drflac__seek_to_pcm_frame__brute_force() local
5155 runningPCMFrameCount = pFlac->currentPCMFrame; in drflac__seek_to_pcm_frame__brute_force()
5167 runningPCMFrameCount = 0; in drflac__seek_to_pcm_frame__brute_force()
5223 runningPCMFrameCount += pcmFrameCountInThisFLACFrame; in drflac__seek_to_pcm_frame__brute_force()
5473 drflac_uint64 runningPCMFrameCount; in drflac__seek_to_pcm_frame__seek_table() local
5526 runningPCMFrameCount = pFlac->currentPCMFrame; in drflac__seek_to_pcm_frame__seek_table()
5589 runningPCMFrameCount += pcmFrameCountInThisFLACFrame; in drflac__seek_to_pcm_frame__seek_table()
6761 drflac_uint64 runningPCMFrameCount; in drflac_ogg__seek_to_pcm_frame() local
6821 runningPCMFrameCount = runningGranulePosition; in drflac_ogg__seek_to_pcm_frame()
6881 pFlac->currentPCMFrame = runningPCMFrameCount; in drflac_ogg__seek_to_pcm_frame()
[all …]
H A Ddr_mp3.h3657 drmp3_uint64 runningPCMFrameCount = 0; in drmp3_calculate_seek_points() local
3689 mp3FrameInfo[iMP3Frame].pcmFrameIndex = runningPCMFrameCount; in drmp3_calculate_seek_points()
3697 …late_running_pcm_frame_count(pMP3, pcmFramesInCurrentMP3FrameIn, &runningPCMFrameCount, &runningPC… in drmp3_calculate_seek_points()
3709 if (nextTargetPCMFrame < runningPCMFrameCount) { in drmp3_calculate_seek_points()
3730 … mp3FrameInfo[drmp3_countof(mp3FrameInfo)-1].pcmFrameIndex = runningPCMFrameCount; in drmp3_calculate_seek_points()
3745 …late_running_pcm_frame_count(pMP3, pcmFramesInCurrentMP3FrameIn, &runningPCMFrameCount, &runningPC… in drmp3_calculate_seek_points()
/dports/games/jaggedalliance2/miniaudio-634cdb028f340075ae8e8a1126620695688d2ac3/extras/
H A Ddr_flac.h5617 drflac_uint64 runningPCMFrameCount; in drflac__seek_to_pcm_frame__brute_force() local
5624 runningPCMFrameCount = pFlac->currentPCMFrame; in drflac__seek_to_pcm_frame__brute_force()
5636 runningPCMFrameCount = 0; in drflac__seek_to_pcm_frame__brute_force()
5692 runningPCMFrameCount += pcmFrameCountInThisFLACFrame; in drflac__seek_to_pcm_frame__brute_force()
5938 drflac_uint64 runningPCMFrameCount; in drflac__seek_to_pcm_frame__seek_table() local
6013 runningPCMFrameCount = pFlac->currentPCMFrame; in drflac__seek_to_pcm_frame__seek_table()
6076 runningPCMFrameCount += pcmFrameCountInThisFLACFrame; in drflac__seek_to_pcm_frame__seek_table()
7262 drflac_uint64 runningPCMFrameCount; in drflac_ogg__seek_to_pcm_frame() local
7322 runningPCMFrameCount = runningGranulePosition; in drflac_ogg__seek_to_pcm_frame()
7382 pFlac->currentPCMFrame = runningPCMFrameCount; in drflac_ogg__seek_to_pcm_frame()
[all …]
H A Ddr_mp3.h4004 drmp3_uint64 runningPCMFrameCount = 0; in drmp3_calculate_seek_points() local
4036 mp3FrameInfo[iMP3Frame].pcmFrameIndex = runningPCMFrameCount; in drmp3_calculate_seek_points()
4044 …late_running_pcm_frame_count(pMP3, pcmFramesInCurrentMP3FrameIn, &runningPCMFrameCount, &runningPC… in drmp3_calculate_seek_points()
4056 if (nextTargetPCMFrame < runningPCMFrameCount) { in drmp3_calculate_seek_points()
4077 … mp3FrameInfo[DRMP3_COUNTOF(mp3FrameInfo)-1].pcmFrameIndex = runningPCMFrameCount; in drmp3_calculate_seek_points()
4092 …late_running_pcm_frame_count(pMP3, pcmFramesInCurrentMP3FrameIn, &runningPCMFrameCount, &runningPC… in drmp3_calculate_seek_points()
/dports/audio/miniaudio/miniaudio-dbca7a3b44594e0226f887472b31f54aa5f14214/extras/
H A Ddr_flac.h5677 drflac_uint64 runningPCMFrameCount; in drflac__seek_to_pcm_frame__brute_force() local
5684 runningPCMFrameCount = pFlac->currentPCMFrame; in drflac__seek_to_pcm_frame__brute_force()
5696 runningPCMFrameCount = 0; in drflac__seek_to_pcm_frame__brute_force()
5752 runningPCMFrameCount += pcmFrameCountInThisFLACFrame; in drflac__seek_to_pcm_frame__brute_force()
6006 drflac_uint64 runningPCMFrameCount; in drflac__seek_to_pcm_frame__seek_table() local
6081 runningPCMFrameCount = pFlac->currentPCMFrame; in drflac__seek_to_pcm_frame__seek_table()
6144 runningPCMFrameCount += pcmFrameCountInThisFLACFrame; in drflac__seek_to_pcm_frame__seek_table()
7330 drflac_uint64 runningPCMFrameCount; in drflac_ogg__seek_to_pcm_frame() local
7390 runningPCMFrameCount = runningGranulePosition; in drflac_ogg__seek_to_pcm_frame()
7450 pFlac->currentPCMFrame = runningPCMFrameCount; in drflac_ogg__seek_to_pcm_frame()
[all …]
H A Ddr_mp3.h4024 drmp3_uint64 runningPCMFrameCount = 0; in drmp3_calculate_seek_points() local
4056 mp3FrameInfo[iMP3Frame].pcmFrameIndex = runningPCMFrameCount; in drmp3_calculate_seek_points()
4064 …late_running_pcm_frame_count(pMP3, pcmFramesInCurrentMP3FrameIn, &runningPCMFrameCount, &runningPC… in drmp3_calculate_seek_points()
4076 if (nextTargetPCMFrame < runningPCMFrameCount) { in drmp3_calculate_seek_points()
4097 … mp3FrameInfo[DRMP3_COUNTOF(mp3FrameInfo)-1].pcmFrameIndex = runningPCMFrameCount; in drmp3_calculate_seek_points()
4112 …late_running_pcm_frame_count(pMP3, pcmFramesInCurrentMP3FrameIn, &runningPCMFrameCount, &runningPC… in drmp3_calculate_seek_points()
/dports/emulators/dosbox-staging/dosbox-staging-0.78.0/src/libs/decoders/
H A Ddr_flac.h5677 drflac_uint64 runningPCMFrameCount; in drflac__seek_to_pcm_frame__brute_force() local
5684 runningPCMFrameCount = pFlac->currentPCMFrame; in drflac__seek_to_pcm_frame__brute_force()
5696 runningPCMFrameCount = 0; in drflac__seek_to_pcm_frame__brute_force()
5752 runningPCMFrameCount += pcmFrameCountInThisFLACFrame; in drflac__seek_to_pcm_frame__brute_force()
6006 drflac_uint64 runningPCMFrameCount; in drflac__seek_to_pcm_frame__seek_table() local
6081 runningPCMFrameCount = pFlac->currentPCMFrame; in drflac__seek_to_pcm_frame__seek_table()
6144 runningPCMFrameCount += pcmFrameCountInThisFLACFrame; in drflac__seek_to_pcm_frame__seek_table()
7330 drflac_uint64 runningPCMFrameCount; in drflac_ogg__seek_to_pcm_frame() local
7390 runningPCMFrameCount = runningGranulePosition; in drflac_ogg__seek_to_pcm_frame()
7450 pFlac->currentPCMFrame = runningPCMFrameCount; in drflac_ogg__seek_to_pcm_frame()
[all …]
H A Ddr_mp3.h4024 drmp3_uint64 runningPCMFrameCount = 0; in drmp3_calculate_seek_points() local
4056 mp3FrameInfo[iMP3Frame].pcmFrameIndex = runningPCMFrameCount; in drmp3_calculate_seek_points()
4064 …late_running_pcm_frame_count(pMP3, pcmFramesInCurrentMP3FrameIn, &runningPCMFrameCount, &runningPC… in drmp3_calculate_seek_points()
4076 if (nextTargetPCMFrame < runningPCMFrameCount) { in drmp3_calculate_seek_points()
4097 … mp3FrameInfo[DRMP3_COUNTOF(mp3FrameInfo)-1].pcmFrameIndex = runningPCMFrameCount; in drmp3_calculate_seek_points()
4112 …late_running_pcm_frame_count(pMP3, pcmFramesInCurrentMP3FrameIn, &runningPCMFrameCount, &runningPC… in drmp3_calculate_seek_points()
/dports/devel/raylib/raylib-3.7.0/src/external/
H A Ddr_flac.h5677 drflac_uint64 runningPCMFrameCount; in drflac__seek_to_pcm_frame__brute_force() local
5684 runningPCMFrameCount = pFlac->currentPCMFrame; in drflac__seek_to_pcm_frame__brute_force()
5696 runningPCMFrameCount = 0; in drflac__seek_to_pcm_frame__brute_force()
5752 runningPCMFrameCount += pcmFrameCountInThisFLACFrame; in drflac__seek_to_pcm_frame__brute_force()
6006 drflac_uint64 runningPCMFrameCount; in drflac__seek_to_pcm_frame__seek_table() local
6081 runningPCMFrameCount = pFlac->currentPCMFrame; in drflac__seek_to_pcm_frame__seek_table()
6144 runningPCMFrameCount += pcmFrameCountInThisFLACFrame; in drflac__seek_to_pcm_frame__seek_table()
7330 drflac_uint64 runningPCMFrameCount; in drflac_ogg__seek_to_pcm_frame() local
7390 runningPCMFrameCount = runningGranulePosition; in drflac_ogg__seek_to_pcm_frame()
7450 pFlac->currentPCMFrame = runningPCMFrameCount; in drflac_ogg__seek_to_pcm_frame()
[all …]
H A Ddr_mp3.h4024 drmp3_uint64 runningPCMFrameCount = 0; in drmp3_calculate_seek_points() local
4056 mp3FrameInfo[iMP3Frame].pcmFrameIndex = runningPCMFrameCount; in drmp3_calculate_seek_points()
4064 …late_running_pcm_frame_count(pMP3, pcmFramesInCurrentMP3FrameIn, &runningPCMFrameCount, &runningPC… in drmp3_calculate_seek_points()
4076 if (nextTargetPCMFrame < runningPCMFrameCount) { in drmp3_calculate_seek_points()
4097 … mp3FrameInfo[DRMP3_COUNTOF(mp3FrameInfo)-1].pcmFrameIndex = runningPCMFrameCount; in drmp3_calculate_seek_points()
4112 …late_running_pcm_frame_count(pMP3, pcmFramesInCurrentMP3FrameIn, &runningPCMFrameCount, &runningPC… in drmp3_calculate_seek_points()
H A Dminiaudio.h56142 drflac_uint64 runningPCMFrameCount; in drflac__seek_to_pcm_frame__brute_force() local
56145 runningPCMFrameCount = pFlac->currentPCMFrame; in drflac__seek_to_pcm_frame__brute_force()
56154 runningPCMFrameCount = 0; in drflac__seek_to_pcm_frame__brute_force()
56362 drflac_uint64 runningPCMFrameCount; in drflac__seek_to_pcm_frame__seek_table() local
56406 runningPCMFrameCount = pFlac->currentPCMFrame; in drflac__seek_to_pcm_frame__seek_table()
57359 drflac_uint64 runningPCMFrameCount; in drflac_ogg__seek_to_pcm_frame() local
57394 runningPCMFrameCount = runningGranulePosition; in drflac_ogg__seek_to_pcm_frame()
57421 pFlac->currentPCMFrame = runningPCMFrameCount; in drflac_ogg__seek_to_pcm_frame()
57433 runningPCMFrameCount += pcmFrameCountInThisFrame; in drflac_ogg__seek_to_pcm_frame()
64010 drmp3_uint64 runningPCMFrameCount = 0; in drmp3_calculate_seek_points() local
[all …]
/dports/games/libretro-beetle_saturn/beetle-saturn-libretro-ee5b214/deps/libchdr/include/dr_libs/
H A Ddr_flac.h5642 drflac_uint64 runningPCMFrameCount; in drflac__seek_to_pcm_frame__brute_force() local
5649 runningPCMFrameCount = pFlac->currentPCMFrame; in drflac__seek_to_pcm_frame__brute_force()
5661 runningPCMFrameCount = 0; in drflac__seek_to_pcm_frame__brute_force()
5717 runningPCMFrameCount += pcmFrameCountInThisFLACFrame; in drflac__seek_to_pcm_frame__brute_force()
5971 drflac_uint64 runningPCMFrameCount; in drflac__seek_to_pcm_frame__seek_table() local
6046 runningPCMFrameCount = pFlac->currentPCMFrame; in drflac__seek_to_pcm_frame__seek_table()
6109 runningPCMFrameCount += pcmFrameCountInThisFLACFrame; in drflac__seek_to_pcm_frame__seek_table()
7295 drflac_uint64 runningPCMFrameCount; in drflac_ogg__seek_to_pcm_frame() local
7355 runningPCMFrameCount = runningGranulePosition; in drflac_ogg__seek_to_pcm_frame()
7415 pFlac->currentPCMFrame = runningPCMFrameCount; in drflac_ogg__seek_to_pcm_frame()
[all …]
/dports/comms/fldigi/fldigi-4.1.20/src/include/
H A Ddr_mp3.h3471 drmp3_uint64 runningPCMFrameCount = 0; in drmp3_calculate_seek_points() local
3503 mp3FrameInfo[iMP3Frame].pcmFrameIndex = runningPCMFrameCount; in drmp3_calculate_seek_points()
3511 …late_running_pcm_frame_count(pMP3, pcmFramesInCurrentMP3FrameIn, &runningPCMFrameCount, &runningPC… in drmp3_calculate_seek_points()
3523 if (nextTargetPCMFrame < runningPCMFrameCount) { in drmp3_calculate_seek_points()
3544 … mp3FrameInfo[drmp3_countof(mp3FrameInfo)-1].pcmFrameIndex = runningPCMFrameCount; in drmp3_calculate_seek_points()
3559 …late_running_pcm_frame_count(pMP3, pcmFramesInCurrentMP3FrameIn, &runningPCMFrameCount, &runningPC… in drmp3_calculate_seek_points()
/dports/graphics/magnum-plugins/magnum-plugins-2019.10/src/external/dr/
H A Ddr_mp3.h3440 drmp3_uint64 runningPCMFrameCount = 0; in drmp3_calculate_seek_points() local
3472 mp3FrameInfo[iMP3Frame].pcmFrameIndex = runningPCMFrameCount; in drmp3_calculate_seek_points()
3480 …late_running_pcm_frame_count(pMP3, pcmFramesInCurrentMP3FrameIn, &runningPCMFrameCount, &runningPC… in drmp3_calculate_seek_points()
3492 if (nextTargetPCMFrame < runningPCMFrameCount) { in drmp3_calculate_seek_points()
3513 … mp3FrameInfo[drmp3_countof(mp3FrameInfo)-1].pcmFrameIndex = runningPCMFrameCount; in drmp3_calculate_seek_points()
3528 …late_running_pcm_frame_count(pMP3, pcmFramesInCurrentMP3FrameIn, &runningPCMFrameCount, &runningPC… in drmp3_calculate_seek_points()
/dports/devel/sdl12-compat/sdl12-compat-release-1.2.52/src/
H A Ddr_mp3.h4070 drmp3_uint64 runningPCMFrameCount = 0; in drmp3_calculate_seek_points() local
4102 mp3FrameInfo[iMP3Frame].pcmFrameIndex = runningPCMFrameCount; in drmp3_calculate_seek_points()
4110 …late_running_pcm_frame_count(pMP3, pcmFramesInCurrentMP3FrameIn, &runningPCMFrameCount, &runningPC… in drmp3_calculate_seek_points()
4122 if (nextTargetPCMFrame < runningPCMFrameCount) { in drmp3_calculate_seek_points()
4143 … mp3FrameInfo[DRMP3_COUNTOF(mp3FrameInfo)-1].pcmFrameIndex = runningPCMFrameCount; in drmp3_calculate_seek_points()
4158 …late_running_pcm_frame_count(pMP3, pcmFramesInCurrentMP3FrameIn, &runningPCMFrameCount, &runningPC… in drmp3_calculate_seek_points()
/dports/audio/carla/Carla-2.4.1/source/modules/audio_decoder/
H A Ddr_mp3.h4027 drmp3_uint64 runningPCMFrameCount = 0; in drmp3_calculate_seek_points() local
4059 mp3FrameInfo[iMP3Frame].pcmFrameIndex = runningPCMFrameCount; in drmp3_calculate_seek_points()
4067 …late_running_pcm_frame_count(pMP3, pcmFramesInCurrentMP3FrameIn, &runningPCMFrameCount, &runningPC… in drmp3_calculate_seek_points()
4079 if (nextTargetPCMFrame < runningPCMFrameCount) { in drmp3_calculate_seek_points()
4100 … mp3FrameInfo[DRMP3_COUNTOF(mp3FrameInfo)-1].pcmFrameIndex = runningPCMFrameCount; in drmp3_calculate_seek_points()
4115 …late_running_pcm_frame_count(pMP3, pcmFramesInCurrentMP3FrameIn, &runningPCMFrameCount, &runningPC… in drmp3_calculate_seek_points()
/dports/games/jaggedalliance2/miniaudio-634cdb028f340075ae8e8a1126620695688d2ac3/extras/miniaudio_split/
H A Dminiaudio.c48405 drflac_uint64 runningPCMFrameCount; in drflac__seek_to_pcm_frame__brute_force() local
48408 runningPCMFrameCount = pFlac->currentPCMFrame; in drflac__seek_to_pcm_frame__brute_force()
48417 runningPCMFrameCount = 0; in drflac__seek_to_pcm_frame__brute_force()
48621 drflac_uint64 runningPCMFrameCount; in drflac__seek_to_pcm_frame__seek_table() local
48665 runningPCMFrameCount = pFlac->currentPCMFrame; in drflac__seek_to_pcm_frame__seek_table()
49618 drflac_uint64 runningPCMFrameCount; in drflac_ogg__seek_to_pcm_frame() local
49653 runningPCMFrameCount = runningGranulePosition; in drflac_ogg__seek_to_pcm_frame()
49680 pFlac->currentPCMFrame = runningPCMFrameCount; in drflac_ogg__seek_to_pcm_frame()
49692 runningPCMFrameCount += pcmFrameCountInThisFrame; in drflac_ogg__seek_to_pcm_frame()
56242 drmp3_uint64 runningPCMFrameCount = 0; in drmp3_calculate_seek_points() local
[all …]
/dports/games/jaggedalliance2/miniaudio-634cdb028f340075ae8e8a1126620695688d2ac3/
H A Dminiaudio.h54156 drflac_uint64 runningPCMFrameCount; in drflac__seek_to_pcm_frame__brute_force() local
54159 runningPCMFrameCount = pFlac->currentPCMFrame; in drflac__seek_to_pcm_frame__brute_force()
54168 runningPCMFrameCount = 0; in drflac__seek_to_pcm_frame__brute_force()
54372 drflac_uint64 runningPCMFrameCount; in drflac__seek_to_pcm_frame__seek_table() local
54416 runningPCMFrameCount = pFlac->currentPCMFrame; in drflac__seek_to_pcm_frame__seek_table()
55369 drflac_uint64 runningPCMFrameCount; in drflac_ogg__seek_to_pcm_frame() local
55404 runningPCMFrameCount = runningGranulePosition; in drflac_ogg__seek_to_pcm_frame()
55431 pFlac->currentPCMFrame = runningPCMFrameCount; in drflac_ogg__seek_to_pcm_frame()
55443 runningPCMFrameCount += pcmFrameCountInThisFrame; in drflac_ogg__seek_to_pcm_frame()
61993 drmp3_uint64 runningPCMFrameCount = 0; in drmp3_calculate_seek_points() local
[all …]
/dports/audio/miniaudio/miniaudio-dbca7a3b44594e0226f887472b31f54aa5f14214/extras/miniaudio_split/
H A Dminiaudio.c54463 drflac_uint64 runningPCMFrameCount; in drflac__seek_to_pcm_frame__brute_force() local
54466 runningPCMFrameCount = pFlac->currentPCMFrame; in drflac__seek_to_pcm_frame__brute_force()
54475 runningPCMFrameCount = 0; in drflac__seek_to_pcm_frame__brute_force()
54683 drflac_uint64 runningPCMFrameCount; in drflac__seek_to_pcm_frame__seek_table() local
54727 runningPCMFrameCount = pFlac->currentPCMFrame; in drflac__seek_to_pcm_frame__seek_table()
55680 drflac_uint64 runningPCMFrameCount; in drflac_ogg__seek_to_pcm_frame() local
55715 runningPCMFrameCount = runningGranulePosition; in drflac_ogg__seek_to_pcm_frame()
55742 pFlac->currentPCMFrame = runningPCMFrameCount; in drflac_ogg__seek_to_pcm_frame()
55754 runningPCMFrameCount += pcmFrameCountInThisFrame; in drflac_ogg__seek_to_pcm_frame()
62349 drmp3_uint64 runningPCMFrameCount = 0; in drmp3_calculate_seek_points() local
[all …]
/dports/audio/miniaudio/miniaudio-dbca7a3b44594e0226f887472b31f54aa5f14214/
H A Dminiaudio.h60992 drflac_uint64 runningPCMFrameCount; in drflac__seek_to_pcm_frame__brute_force() local
60995 runningPCMFrameCount = pFlac->currentPCMFrame; in drflac__seek_to_pcm_frame__brute_force()
61004 runningPCMFrameCount = 0; in drflac__seek_to_pcm_frame__brute_force()
61212 drflac_uint64 runningPCMFrameCount; in drflac__seek_to_pcm_frame__seek_table() local
61256 runningPCMFrameCount = pFlac->currentPCMFrame; in drflac__seek_to_pcm_frame__seek_table()
62209 drflac_uint64 runningPCMFrameCount; in drflac_ogg__seek_to_pcm_frame() local
62244 runningPCMFrameCount = runningGranulePosition; in drflac_ogg__seek_to_pcm_frame()
62271 pFlac->currentPCMFrame = runningPCMFrameCount; in drflac_ogg__seek_to_pcm_frame()
62283 runningPCMFrameCount += pcmFrameCountInThisFrame; in drflac_ogg__seek_to_pcm_frame()
68878 drmp3_uint64 runningPCMFrameCount = 0; in drmp3_calculate_seek_points() local
[all …]