Home
last modified time | relevance | path

Searched defs:title_peak (Results 1 – 2 of 2) sorted by relevance

/external/flac/src/share/grabbag/
Dreplaygain.c322 … char *grabbag__replaygain_analyze_file(const char *filename, float *title_gain, float *title_peak) in grabbag__replaygain_analyze_file()
354 …LAC__StreamMetadata *block, float album_gain, float album_peak, float title_gain, float title_peak) in grabbag__replaygain_store_to_vorbiscomment()
404 …ygain_store_to_vorbiscomment_title(FLAC__StreamMetadata *block, float title_gain, float title_peak) in grabbag__replaygain_store_to_vorbiscomment_title()
503 …ar *filename, float album_gain, float album_peak, float title_gain, float title_peak, FLAC__bool p… in grabbag__replaygain_store_to_file()
563 …laygain_store_to_file_title(const char *filename, float title_gain, float title_peak, FLAC__bool p… in grabbag__replaygain_store_to_file_title()
/external/flac/src/flac/
Dmain.c1988 float title_gain, title_peak; in encode_file() local