Home
last modified time | relevance | path

Searched refs:mpg123_framebyframe_decode (Results 1 – 25 of 27) sorted by relevance

12

/dports/audio/mpg123/mpg123-1.29.3/src/libmpg123/
H A Dlfs_alias.c135 int NATIVE_NAME(mpg123_framebyframe_decode)(mpg123_handle *mh, lfs_alias_t *num, unsigned char **au…
136 int attribute_align_arg ALIAS_NAME(mpg123_framebyframe_decode)(mpg123_handle *mh, lfs_alias_t *num,… in ALIAS_NAME() argument
138 return NATIVE_NAME(mpg123_framebyframe_decode)(mh, num, audio, bytes); in ALIAS_NAME()
H A Dlfs_wrap.c184 #undef mpg123_framebyframe_decode
186 int attribute_align_arg mpg123_framebyframe_decode(mpg123_handle *mh, long *num, unsigned char **au… in mpg123_framebyframe_decode() function
191 err = MPG123_LARGENAME(mpg123_framebyframe_decode)(mh, &largenum, audio, bytes); in mpg123_framebyframe_decode()
H A Dmpg123.h.in135 #define mpg123_framebyframe_decode MPG123_LARGENAME(mpg123_framebyframe_decode) macro
876 MPG123_EXPORT int mpg123_framebyframe_decode( mpg123_handle *mh
889 …y actually modifying the frame body data before decoding this frame (mpg123_framebyframe_decode()).
/dports/audio/welle.io/welle.io-66675c9a4160c644a5ade5bf7a0cd0647647f33c/src/libs/mpg123/
H A Dlfs_alias.c127 int NATIVE_NAME(mpg123_framebyframe_decode)(mpg123_handle *mh, lfs_alias_t *num, unsigned char **au…
128 int attribute_align_arg ALIAS_NAME(mpg123_framebyframe_decode)(mpg123_handle *mh, lfs_alias_t *num,… in ALIAS_NAME() argument
130 return NATIVE_NAME(mpg123_framebyframe_decode)(mh, num, audio, bytes); in ALIAS_NAME()
H A Dmpg123.h89 #define mpg123_framebyframe_decode MPG123_LARGENAME(mpg123_framebyframe_decode) macro
634 MPG123_EXPORT int mpg123_framebyframe_decode( mpg123_handle *mh
H A Dlfs_wrap.c184 #undef mpg123_framebyframe_decode
186 int attribute_align_arg mpg123_framebyframe_decode(mpg123_handle *mh, long *num, unsigned char **au… in mpg123_framebyframe_decode() function
191 err = MPG123_LARGENAME(mpg123_framebyframe_decode)(mh, &largenum, audio, bytes); in mpg123_framebyframe_decode()
H A Dmpg123.h.in89 #define mpg123_framebyframe_decode MPG123_LARGENAME(mpg123_framebyframe_decode)
634 MPG123_EXPORT int mpg123_framebyframe_decode( mpg123_handle *mh
647 …y actually modifying the frame body data before decoding this frame (mpg123_framebyframe_decode()).
H A Dlibmpg123.c760 int attribute_align_arg mpg123_framebyframe_decode(mpg123_handle *mh, off_t *num, unsigned char **a… in mpg123_framebyframe_decode() function
/dports/audio/sdl2_mixer/SDL2_mixer-2.0.4/external/mpg123-1.25.6/src/libmpg123/
H A Dlfs_alias.c127 int NATIVE_NAME(mpg123_framebyframe_decode)(mpg123_handle *mh, lfs_alias_t *num, unsigned char **au…
128 int attribute_align_arg ALIAS_NAME(mpg123_framebyframe_decode)(mpg123_handle *mh, lfs_alias_t *num,… in ALIAS_NAME() argument
130 return NATIVE_NAME(mpg123_framebyframe_decode)(mh, num, audio, bytes); in ALIAS_NAME()
H A Dlfs_wrap.c184 #undef mpg123_framebyframe_decode
186 int attribute_align_arg mpg123_framebyframe_decode(mpg123_handle *mh, long *num, unsigned char **au…
191 err = MPG123_LARGENAME(mpg123_framebyframe_decode)(mh, &largenum, audio, bytes);
H A Dmpg123.h.in89 #define mpg123_framebyframe_decode MPG123_LARGENAME(mpg123_framebyframe_decode) macro
634 MPG123_EXPORT int mpg123_framebyframe_decode( mpg123_handle *mh
647 …y actually modifying the frame body data before decoding this frame (mpg123_framebyframe_decode()).
H A Dlibmpg123.c760 int attribute_align_arg mpg123_framebyframe_decode(mpg123_handle *mh, off_t *num, unsigned char **a… in mpg123_framebyframe_decode() function
/dports/audio/sdl2_mixer/SDL2_mixer-2.0.4/external/mpg123-1.25.6/android/
H A Dmpg123.h89 #define mpg123_framebyframe_decode MPG123_LARGENAME(mpg123_framebyframe_decode) macro
634 MPG123_EXPORT int mpg123_framebyframe_decode( mpg123_handle *mh
/dports/audio/sdl2_mixer/SDL2_mixer-2.0.4/VisualC/external/include/
H A Dmpg123.h89 #define mpg123_framebyframe_decode MPG123_LARGENAME(mpg123_framebyframe_decode) macro
634 MPG123_EXPORT int mpg123_framebyframe_decode( mpg123_handle *mh
/dports/audio/sdl2_mixer/SDL2_mixer-2.0.4/Xcode/Frameworks/mpg123.framework/Versions/A/Headers/
H A Dmpg123.h89 #define mpg123_framebyframe_decode MPG123_LARGENAME(mpg123_framebyframe_decode) macro
634 MPG123_EXPORT int mpg123_framebyframe_decode( mpg123_handle *mh
/dports/games/vkquake/vkQuake-1.12.2/Windows/codecs/include/
H A Dmpg123.h76 #define mpg123_framebyframe_decode MPG123_LARGENAME(mpg123_framebyframe_decode) macro
575 MPG123_EXPORT int mpg123_framebyframe_decode(mpg123_handle *mh, off_t *num, unsigned char **audio, …
/dports/audio/zmusic/ZMusic-1.1.8/thirdparty/
H A Dmpg123.h69 #define mpg123_framebyframe_decode MPG123_LARGENAME(mpg123_framebyframe_decode) macro
567 MPG123_EXPORT int mpg123_framebyframe_decode(mpg123_handle *mh, off_t *num, unsigned char **audio, …
/dports/audio/welle.io/welle.io-66675c9a4160c644a5ade5bf7a0cd0647647f33c/src/backend/
H A Ddab_decoder.cpp168 mpg_result = mpg123_framebyframe_decode(handle, nullptr, data, &frame_len); in DecodeFrame()
/dports/audio/sdl2_mixer/SDL2_mixer-2.0.4/external/mpg123-1.25.6/ports/MSVC++/2008clr/mpg123clr/
H A Dmpg123clr.cpp418 mpg123clr::mpg::ErrorCode mpg123clr::mpg123::mpg123_framebyframe_decode([Out] off_t% num, [Out] In…
426 int ret = ::mpg123_framebyframe_decode(mh, _num, (unsigned char**)_x, _count);
H A Dmpg123clr.h536 …mpg123clr::mpg::ErrorCode __clrcall mpg123_framebyframe_decode([Out] off_t% num, [Out] IntPtr% aud…
/dports/audio/sdl2_mixer/SDL2_mixer-2.0.4/external/mpg123-1.25.6/
H A DNEWS.libmpg123113 - Add the experimental mpg123_framebyframe_decode to the off_t-sensitive functions.
/dports/audio/sdl2_mixer/SDL2_mixer-2.0.4/external/mpg123-1.25.6/ports/MSVC++/2008clr/examples/ReplaceReaderclr/
H A DProgram.cs417 err = mp.mpg123_framebyframe_decode(out num, out audio, out cnt); in RunFrameByFrameTest()
/dports/audio/mpg123/mpg123-1.29.3/
H A DNEWS.libmpg123148 - Add the experimental mpg123_framebyframe_decode to the off_t-sensitive functions.
/dports/multimedia/musikcube/musikcube-0.96.7/src/plugins/mpg123decoder/include/
H A Dmpg123.h.in89 #define mpg123_framebyframe_decode MPG123_LARGENAME(mpg123_framebyframe_decode) macro
634 MPG123_EXPORT int mpg123_framebyframe_decode( mpg123_handle *mh
647 …y actually modifying the frame body data before decoding this frame (mpg123_framebyframe_decode()).
/dports/audio/sdl2_mixer/SDL2_mixer-2.0.4/external/
H A Dmpg123-1.25.6.patch575 +#define mpg123_framebyframe_decode MPG123_LARGENAME(mpg123_framebyframe_decode)
1120 +MPG123_EXPORT int mpg123_framebyframe_decode( mpg123_handle *mh
1133 …y actually modifying the frame body data before decoding this frame (mpg123_framebyframe_decode()).

12