Searched refs:mpg123_decode_frame (Results 1 – 4 of 4) sorted by relevance
/reactos/sdk/lib/3rdparty/libmpg123/ |
H A D | lfs_alias.c | 129 int NATIVE_NAME(mpg123_decode_frame)(mpg123_handle *mh, lfs_alias_t *num, unsigned char **audio, si… 130 int attribute_align_arg ALIAS_NAME(mpg123_decode_frame)(mpg123_handle *mh, lfs_alias_t *num, unsign… in ALIAS_NAME() argument 132 return NATIVE_NAME(mpg123_decode_frame)(mh, num, audio, bytes); in ALIAS_NAME()
|
H A D | lfs_wrap.c | 164 #undef mpg123_decode_frame 166 int attribute_align_arg mpg123_decode_frame(mpg123_handle *mh, long *num, unsigned char **audio, si… in mpg123_decode_frame() function 171 err = MPG123_LARGENAME(mpg123_decode_frame)(mh, &largenum, audio, bytes); in mpg123_decode_frame()
|
H A D | libmpg123.c | 898 int attribute_align_arg mpg123_decode_frame(mpg123_handle *mh, off_t *num, unsigned char **audio, s… in mpg123_decode_frame() function
|
/reactos/sdk/include/reactos/libs/libmpg123/ |
H A D | mpg123.h | 99 #define mpg123_decode_frame MPG123_LARGENAME(mpg123_decode_frame) macro 767 MPG123_EXPORT int mpg123_decode_frame( mpg123_handle *mh
|