Searched refs:LAME_FUNC (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/sox/git/src/ |
| H A D | mp3.c | 131 #define LAME_FUNC LSX_DLENTRY_DYNAMIC macro 133 #define LAME_FUNC LSX_DLENTRY_STATIC macro 137 LAME_FUNC(f,x, lame_global_flags*, lame_init, (void)) \ 138 LAME_FUNC(f,x, int, lame_set_errorf, (lame_global_flags *, void (*)(const char *, va_list))) \ 139 LAME_FUNC(f,x, int, lame_set_debugf, (lame_global_flags *, void (*)(const char *, va_list))) \ 140 LAME_FUNC(f,x, int, lame_set_msgf, (lame_global_flags *, void (*)(const char *, va_list))) \ 141 LAME_FUNC(f,x, int, lame_set_num_samples, (lame_global_flags *, unsigned long)) \ 142 LAME_FUNC(f,x, int, lame_get_num_channels, (const lame_global_flags *)) \ 143 LAME_FUNC(f,x, int, lame_set_num_channels, (lame_global_flags *, int)) \ 144 LAME_FUNC(f,x, int, lame_set_in_samplerate, (lame_global_flags *, int)) \ [all …]
|