Searched defs:title_gain (Results 1 – 2 of 2) sorted by relevance
/external/flac/src/share/grabbag/ |
D | replaygain.c | 322 const char *grabbag__replaygain_analyze_file(const char *filename, float *title_gain, float *title_… in grabbag__replaygain_analyze_file() 354 …nt(FLAC__StreamMetadata *block, float album_gain, float album_peak, float title_gain, float title_… in grabbag__replaygain_store_to_vorbiscomment() 404 …eplaygain_store_to_vorbiscomment_title(FLAC__StreamMetadata *block, float title_gain, float title_… in grabbag__replaygain_store_to_vorbiscomment_title() 503 …e_to_file(const char *filename, float album_gain, float album_peak, float title_gain, float title_… in grabbag__replaygain_store_to_file() 563 const char *grabbag__replaygain_store_to_file_title(const char *filename, float title_gain, float t… in grabbag__replaygain_store_to_file_title()
|
/external/flac/src/flac/ |
D | main.c | 1988 float title_gain, title_peak; in encode_file() local
|