Home
last modified time | relevance | path

Searched refs:firstFLACFramePosInBytes (Results 1 – 11 of 11) sorted by relevance

/dports/math/kfr/kfr-4.2.1/include/kfr/io/dr/
H A Ddr_flac.h648 drflac_uint64 firstFLACFramePosInBytes; member
5103 result = drflac__seek_to_byte(&pFlac->bs, pFlac->firstFLACFramePosInBytes); in drflac__seek_to_first_frame()
5271 *pLastSuccessfulSeekOffset = pFlac->firstFLACFramePosInBytes; in drflac__seek_to_approximate_flac_frame_to_byte()
5462 byteRangeLo = pFlac->firstFLACFramePosInBytes; in drflac__seek_to_pcm_frame__binary_search()
5498 …byteRangeLo = pFlac->firstFLACFramePosInBytes + pFlac->pSeekpoints[iClosestSeekpoint].flacFrameOff… in drflac__seek_to_pcm_frame__seek_table()
5506 …if (drflac__seek_to_byte(&pFlac->bs, pFlac->firstFLACFramePosInBytes + pFlac->pSeekpoints[iClosest… in drflac__seek_to_pcm_frame__seek_table()
5540 …if (!drflac__seek_to_byte(&pFlac->bs, pFlac->firstFLACFramePosInBytes + pFlac->pSeekpoints[iCloses… in drflac__seek_to_pcm_frame__seek_table()
6768 if (!drflac__seek_to_byte(&pFlac->bs, pFlac->firstFLACFramePosInBytes)) { in drflac_ogg__seek_to_pcm_frame()
7300 pFlac->firstFLACFramePosInBytes = firstFramePos; in drflac_open_with_metadata_private()
7334 …if (!pFlac->bs.onSeek(pFlac->bs.pUserData, (int)pFlac->firstFLACFramePosInBytes, drflac_seek_origi… in drflac_open_with_metadata_private()
[all …]
/dports/games/jaggedalliance2/miniaudio-634cdb028f340075ae8e8a1126620695688d2ac3/extras/
H A Ddr_flac.h733 drflac_uint64 firstFLACFramePosInBytes; member
5572 result = drflac__seek_to_byte(&pFlac->bs, pFlac->firstFLACFramePosInBytes); in drflac__seek_to_first_frame()
5740 *pLastSuccessfulSeekOffset = pFlac->firstFLACFramePosInBytes; in drflac__seek_to_approximate_flac_frame_to_byte()
5927 byteRangeLo = pFlac->firstFLACFramePosInBytes; in drflac__seek_to_pcm_frame__binary_search()
5971 …byteRangeLo = pFlac->firstFLACFramePosInBytes + pFlac->pSeekpoints[iClosestSeekpoint].flacFrameOff… in drflac__seek_to_pcm_frame__seek_table()
5993 …if (drflac__seek_to_byte(&pFlac->bs, pFlac->firstFLACFramePosInBytes + pFlac->pSeekpoints[iClosest… in drflac__seek_to_pcm_frame__seek_table()
6027 …if (!drflac__seek_to_byte(&pFlac->bs, pFlac->firstFLACFramePosInBytes + pFlac->pSeekpoints[iCloses… in drflac__seek_to_pcm_frame__seek_table()
7269 if (!drflac__seek_to_byte(&pFlac->bs, pFlac->firstFLACFramePosInBytes)) { in drflac_ogg__seek_to_pcm_frame()
7805 pFlac->firstFLACFramePosInBytes = firstFramePos; in drflac_open_with_metadata_private()
7842 …if (!pFlac->bs.onSeek(pFlac->bs.pUserData, (int)pFlac->firstFLACFramePosInBytes, drflac_seek_origi… in drflac_open_with_metadata_private()
[all …]
/dports/audio/miniaudio/miniaudio-dbca7a3b44594e0226f887472b31f54aa5f14214/extras/
H A Ddr_flac.h737 drflac_uint64 firstFLACFramePosInBytes; member
5632 result = drflac__seek_to_byte(&pFlac->bs, pFlac->firstFLACFramePosInBytes); in drflac__seek_to_first_frame()
5800 *pLastSuccessfulSeekOffset = pFlac->firstFLACFramePosInBytes; in drflac__seek_to_approximate_flac_frame_to_byte()
5995 byteRangeLo = pFlac->firstFLACFramePosInBytes; in drflac__seek_to_pcm_frame__binary_search()
6039 …byteRangeLo = pFlac->firstFLACFramePosInBytes + pFlac->pSeekpoints[iClosestSeekpoint].flacFrameOff… in drflac__seek_to_pcm_frame__seek_table()
6061 …if (drflac__seek_to_byte(&pFlac->bs, pFlac->firstFLACFramePosInBytes + pFlac->pSeekpoints[iClosest… in drflac__seek_to_pcm_frame__seek_table()
6095 …if (!drflac__seek_to_byte(&pFlac->bs, pFlac->firstFLACFramePosInBytes + pFlac->pSeekpoints[iCloses… in drflac__seek_to_pcm_frame__seek_table()
7337 if (!drflac__seek_to_byte(&pFlac->bs, pFlac->firstFLACFramePosInBytes)) { in drflac_ogg__seek_to_pcm_frame()
7873 pFlac->firstFLACFramePosInBytes = firstFramePos; in drflac_open_with_metadata_private()
7910 …if (!pFlac->bs.onSeek(pFlac->bs.pUserData, (int)pFlac->firstFLACFramePosInBytes, drflac_seek_origi… in drflac_open_with_metadata_private()
[all …]
/dports/emulators/dosbox-staging/dosbox-staging-0.78.0/src/libs/decoders/
H A Ddr_flac.h737 drflac_uint64 firstFLACFramePosInBytes; member
5632 result = drflac__seek_to_byte(&pFlac->bs, pFlac->firstFLACFramePosInBytes); in drflac__seek_to_first_frame()
5800 *pLastSuccessfulSeekOffset = pFlac->firstFLACFramePosInBytes; in drflac__seek_to_approximate_flac_frame_to_byte()
5995 byteRangeLo = pFlac->firstFLACFramePosInBytes; in drflac__seek_to_pcm_frame__binary_search()
6039 …byteRangeLo = pFlac->firstFLACFramePosInBytes + pFlac->pSeekpoints[iClosestSeekpoint].flacFrameOff… in drflac__seek_to_pcm_frame__seek_table()
6061 …if (drflac__seek_to_byte(&pFlac->bs, pFlac->firstFLACFramePosInBytes + pFlac->pSeekpoints[iClosest… in drflac__seek_to_pcm_frame__seek_table()
6095 …if (!drflac__seek_to_byte(&pFlac->bs, pFlac->firstFLACFramePosInBytes + pFlac->pSeekpoints[iCloses… in drflac__seek_to_pcm_frame__seek_table()
7337 if (!drflac__seek_to_byte(&pFlac->bs, pFlac->firstFLACFramePosInBytes)) { in drflac_ogg__seek_to_pcm_frame()
7873 pFlac->firstFLACFramePosInBytes = firstFramePos; in drflac_open_with_metadata_private()
7910 …if (!pFlac->bs.onSeek(pFlac->bs.pUserData, (int)pFlac->firstFLACFramePosInBytes, drflac_seek_origi… in drflac_open_with_metadata_private()
[all …]
/dports/devel/raylib/raylib-3.7.0/src/external/
H A Ddr_flac.h737 drflac_uint64 firstFLACFramePosInBytes; member
5632 result = drflac__seek_to_byte(&pFlac->bs, pFlac->firstFLACFramePosInBytes); in drflac__seek_to_first_frame()
5800 *pLastSuccessfulSeekOffset = pFlac->firstFLACFramePosInBytes; in drflac__seek_to_approximate_flac_frame_to_byte()
5995 byteRangeLo = pFlac->firstFLACFramePosInBytes; in drflac__seek_to_pcm_frame__binary_search()
6039 …byteRangeLo = pFlac->firstFLACFramePosInBytes + pFlac->pSeekpoints[iClosestSeekpoint].flacFrameOff… in drflac__seek_to_pcm_frame__seek_table()
6061 …if (drflac__seek_to_byte(&pFlac->bs, pFlac->firstFLACFramePosInBytes + pFlac->pSeekpoints[iClosest… in drflac__seek_to_pcm_frame__seek_table()
6095 …if (!drflac__seek_to_byte(&pFlac->bs, pFlac->firstFLACFramePosInBytes + pFlac->pSeekpoints[iCloses… in drflac__seek_to_pcm_frame__seek_table()
7337 if (!drflac__seek_to_byte(&pFlac->bs, pFlac->firstFLACFramePosInBytes)) { in drflac_ogg__seek_to_pcm_frame()
7873 pFlac->firstFLACFramePosInBytes = firstFramePos; in drflac_open_with_metadata_private()
7910 …if (!pFlac->bs.onSeek(pFlac->bs.pUserData, (int)pFlac->firstFLACFramePosInBytes, drflac_seek_origi… in drflac_open_with_metadata_private()
[all …]
H A Dminiaudio.h45106 drflac_uint64 firstFLACFramePosInBytes; member
56106 result = drflac__seek_to_byte(&pFlac->bs, pFlac->firstFLACFramePosInBytes); in drflac__seek_to_first_frame()
56219 *pLastSuccessfulSeekOffset = pFlac->firstFLACFramePosInBytes; in drflac__seek_to_approximate_flac_frame_to_byte()
56353 byteRangeLo = pFlac->firstFLACFramePosInBytes; in drflac__seek_to_pcm_frame__binary_search()
56385 …byteRangeLo = pFlac->firstFLACFramePosInBytes + pFlac->pSeekpoints[iClosestSeekpoint].flacFrameOff… in drflac__seek_to_pcm_frame__seek_table()
56392 …byteRangeHi = pFlac->firstFLACFramePosInBytes + pFlac->pSeekpoints[iNextSeekpoint].flacFrameOffset… in drflac__seek_to_pcm_frame__seek_table()
56395 …if (drflac__seek_to_byte(&pFlac->bs, pFlac->firstFLACFramePosInBytes + pFlac->pSeekpoints[iClosest… in drflac__seek_to_pcm_frame__seek_table()
57362 if (!drflac__seek_to_byte(&pFlac->bs, pFlac->firstFLACFramePosInBytes)) { in drflac_ogg__seek_to_pcm_frame()
57723 pFlac->firstFLACFramePosInBytes = firstFramePos; in drflac_open_with_metadata_private()
57750 …if (!pFlac->bs.onSeek(pFlac->bs.pUserData, (int)pFlac->firstFLACFramePosInBytes, drflac_seek_origi… in drflac_open_with_metadata_private()
[all …]
/dports/games/libretro-beetle_saturn/beetle-saturn-libretro-ee5b214/deps/libchdr/include/dr_libs/
H A Ddr_flac.h737 drflac_uint64 firstFLACFramePosInBytes; member
5597 result = drflac__seek_to_byte(&pFlac->bs, pFlac->firstFLACFramePosInBytes); in drflac__seek_to_first_frame()
5765 *pLastSuccessfulSeekOffset = pFlac->firstFLACFramePosInBytes; in drflac__seek_to_approximate_flac_frame_to_byte()
5960 byteRangeLo = pFlac->firstFLACFramePosInBytes; in drflac__seek_to_pcm_frame__binary_search()
6004 …byteRangeLo = pFlac->firstFLACFramePosInBytes + pFlac->pSeekpoints[iClosestSeekpoint].flacFrameOff… in drflac__seek_to_pcm_frame__seek_table()
6026 …if (drflac__seek_to_byte(&pFlac->bs, pFlac->firstFLACFramePosInBytes + pFlac->pSeekpoints[iClosest… in drflac__seek_to_pcm_frame__seek_table()
6060 …if (!drflac__seek_to_byte(&pFlac->bs, pFlac->firstFLACFramePosInBytes + pFlac->pSeekpoints[iCloses… in drflac__seek_to_pcm_frame__seek_table()
7302 if (!drflac__seek_to_byte(&pFlac->bs, pFlac->firstFLACFramePosInBytes)) { in drflac_ogg__seek_to_pcm_frame()
7838 pFlac->firstFLACFramePosInBytes = firstFramePos; in drflac_open_with_metadata_private()
7875 …if (!pFlac->bs.onSeek(pFlac->bs.pUserData, (int)pFlac->firstFLACFramePosInBytes, drflac_seek_origi… in drflac_open_with_metadata_private()
[all …]
/dports/games/jaggedalliance2/miniaudio-634cdb028f340075ae8e8a1126620695688d2ac3/extras/miniaudio_split/
H A Dminiaudio.c37508 drflac_uint64 firstFLACFramePosInBytes; member
48369 result = drflac__seek_to_byte(&pFlac->bs, pFlac->firstFLACFramePosInBytes); in drflac__seek_to_first_frame()
48482 *pLastSuccessfulSeekOffset = pFlac->firstFLACFramePosInBytes; in drflac__seek_to_approximate_flac_frame_to_byte()
48612 byteRangeLo = pFlac->firstFLACFramePosInBytes; in drflac__seek_to_pcm_frame__binary_search()
48644 …byteRangeLo = pFlac->firstFLACFramePosInBytes + pFlac->pSeekpoints[iClosestSeekpoint].flacFrameOff… in drflac__seek_to_pcm_frame__seek_table()
48651 …byteRangeHi = pFlac->firstFLACFramePosInBytes + pFlac->pSeekpoints[iNextSeekpoint].flacFrameOffset… in drflac__seek_to_pcm_frame__seek_table()
48654 …if (drflac__seek_to_byte(&pFlac->bs, pFlac->firstFLACFramePosInBytes + pFlac->pSeekpoints[iClosest… in drflac__seek_to_pcm_frame__seek_table()
49621 if (!drflac__seek_to_byte(&pFlac->bs, pFlac->firstFLACFramePosInBytes)) { in drflac_ogg__seek_to_pcm_frame()
49982 pFlac->firstFLACFramePosInBytes = firstFramePos; in drflac_open_with_metadata_private()
50009 …if (!pFlac->bs.onSeek(pFlac->bs.pUserData, (int)pFlac->firstFLACFramePosInBytes, drflac_seek_origi… in drflac_open_with_metadata_private()
[all …]
/dports/games/jaggedalliance2/miniaudio-634cdb028f340075ae8e8a1126620695688d2ac3/
H A Dminiaudio.h43248 drflac_uint64 firstFLACFramePosInBytes; member
54120 result = drflac__seek_to_byte(&pFlac->bs, pFlac->firstFLACFramePosInBytes); in drflac__seek_to_first_frame()
54233 *pLastSuccessfulSeekOffset = pFlac->firstFLACFramePosInBytes; in drflac__seek_to_approximate_flac_frame_to_byte()
54363 byteRangeLo = pFlac->firstFLACFramePosInBytes; in drflac__seek_to_pcm_frame__binary_search()
54395 …byteRangeLo = pFlac->firstFLACFramePosInBytes + pFlac->pSeekpoints[iClosestSeekpoint].flacFrameOff… in drflac__seek_to_pcm_frame__seek_table()
54402 …byteRangeHi = pFlac->firstFLACFramePosInBytes + pFlac->pSeekpoints[iNextSeekpoint].flacFrameOffset… in drflac__seek_to_pcm_frame__seek_table()
54405 …if (drflac__seek_to_byte(&pFlac->bs, pFlac->firstFLACFramePosInBytes + pFlac->pSeekpoints[iClosest… in drflac__seek_to_pcm_frame__seek_table()
55372 if (!drflac__seek_to_byte(&pFlac->bs, pFlac->firstFLACFramePosInBytes)) { in drflac_ogg__seek_to_pcm_frame()
55733 pFlac->firstFLACFramePosInBytes = firstFramePos; in drflac_open_with_metadata_private()
55760 …if (!pFlac->bs.onSeek(pFlac->bs.pUserData, (int)pFlac->firstFLACFramePosInBytes, drflac_seek_origi… in drflac_open_with_metadata_private()
[all …]
/dports/audio/miniaudio/miniaudio-dbca7a3b44594e0226f887472b31f54aa5f14214/extras/miniaudio_split/
H A Dminiaudio.c40272 drflac_uint64 firstFLACFramePosInBytes; member
54427 result = drflac__seek_to_byte(&pFlac->bs, pFlac->firstFLACFramePosInBytes); in drflac__seek_to_first_frame()
54540 *pLastSuccessfulSeekOffset = pFlac->firstFLACFramePosInBytes; in drflac__seek_to_approximate_flac_frame_to_byte()
54674 byteRangeLo = pFlac->firstFLACFramePosInBytes; in drflac__seek_to_pcm_frame__binary_search()
54706 …byteRangeLo = pFlac->firstFLACFramePosInBytes + pFlac->pSeekpoints[iClosestSeekpoint].flacFrameOff… in drflac__seek_to_pcm_frame__seek_table()
54713 …byteRangeHi = pFlac->firstFLACFramePosInBytes + pFlac->pSeekpoints[iNextSeekpoint].flacFrameOffset… in drflac__seek_to_pcm_frame__seek_table()
54716 …if (drflac__seek_to_byte(&pFlac->bs, pFlac->firstFLACFramePosInBytes + pFlac->pSeekpoints[iClosest… in drflac__seek_to_pcm_frame__seek_table()
55683 if (!drflac__seek_to_byte(&pFlac->bs, pFlac->firstFLACFramePosInBytes)) { in drflac_ogg__seek_to_pcm_frame()
56044 pFlac->firstFLACFramePosInBytes = firstFramePos; in drflac_open_with_metadata_private()
56071 …if (!pFlac->bs.onSeek(pFlac->bs.pUserData, (int)pFlac->firstFLACFramePosInBytes, drflac_seek_origi… in drflac_open_with_metadata_private()
[all …]
/dports/audio/miniaudio/miniaudio-dbca7a3b44594e0226f887472b31f54aa5f14214/
H A Dminiaudio.h46801 drflac_uint64 firstFLACFramePosInBytes; member
60956 result = drflac__seek_to_byte(&pFlac->bs, pFlac->firstFLACFramePosInBytes); in drflac__seek_to_first_frame()
61069 *pLastSuccessfulSeekOffset = pFlac->firstFLACFramePosInBytes; in drflac__seek_to_approximate_flac_frame_to_byte()
61203 byteRangeLo = pFlac->firstFLACFramePosInBytes; in drflac__seek_to_pcm_frame__binary_search()
61235 …byteRangeLo = pFlac->firstFLACFramePosInBytes + pFlac->pSeekpoints[iClosestSeekpoint].flacFrameOff… in drflac__seek_to_pcm_frame__seek_table()
61242 …byteRangeHi = pFlac->firstFLACFramePosInBytes + pFlac->pSeekpoints[iNextSeekpoint].flacFrameOffset… in drflac__seek_to_pcm_frame__seek_table()
61245 …if (drflac__seek_to_byte(&pFlac->bs, pFlac->firstFLACFramePosInBytes + pFlac->pSeekpoints[iClosest… in drflac__seek_to_pcm_frame__seek_table()
62212 if (!drflac__seek_to_byte(&pFlac->bs, pFlac->firstFLACFramePosInBytes)) { in drflac_ogg__seek_to_pcm_frame()
62573 pFlac->firstFLACFramePosInBytes = firstFramePos; in drflac_open_with_metadata_private()
62600 …if (!pFlac->bs.onSeek(pFlac->bs.pUserData, (int)pFlac->firstFLACFramePosInBytes, drflac_seek_origi… in drflac_open_with_metadata_private()
[all …]