Searched refs:get_lame_version (Results 1 – 12 of 12) sorted by relevance
/third_party/lame/dshow/ |
D | aboutprp.cpp | 126 sprintf(strbuf, "LAME Encoder Version %s", get_lame_version()); in OnActivate()
|
/third_party/lame/libmp3lame/ |
D | version.c | 54 get_lame_version(void) in get_lame_version() function
|
D | id3tag.c | 229 const char *v = get_lame_version(); in id3v2AddLameVersion()
|
D | lame.c | 1341 MSGF(gfc, "LAME %s %s (%s)\n", get_lame_version(), get_lame_os_bitness(), get_lame_url()); in lame_print_config()
|
/third_party/lame/include/ |
D | lame.def | 211 get_lame_version @140
|
D | libmp3lame.sym | 152 get_lame_version
|
D | lame.h | 645 const char* CDECL get_lame_version ( void );
|
/third_party/lame/ |
D | API | 15 void get_lame_version(char *strbuf, size_t buflen, const char *prefix);
|
D | ChangeLog | 17293 * MMX reporting added to get_lame_version(9 as requested by TODO.
|
/third_party/lame/ACM/ |
D | ACM.cpp | 323 wsprintf(VersionString,"%s - %s", ACM_VERSION, get_lame_version() ); in ACM()
|
/third_party/lame/frontend/ |
D | parse.c | 453 const char *v = get_lame_version(); in lame_version_print()
|
D | gtkanal.c | 1244 sprintf(text, "LAME version %s \n%s\n\n", get_lame_version(), get_lame_url()); in text_window()
|