Home
last modified time | relevance | path

Searched refs:title_peak (Results 1 – 3 of 3) sorted by relevance

/external/flac/include/share/grabbag/
Dreplaygain.h56 …char *grabbag__replaygain_analyze_file(const char *filename, float *title_gain, float *title_peak);
57 …AC__StreamMetadata *block, float album_gain, float album_peak, float title_gain, float title_peak);
60 …gain_store_to_vorbiscomment_title(FLAC__StreamMetadata *block, float title_gain, float title_peak);
61 …*filename, float album_gain, float album_peak, float title_gain, float title_peak, FLAC__bool pres…
64 …gain_store_to_file_title(const char *filename, float title_gain, float title_peak, FLAC__bool pres…
/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() argument
349 grabbag__replaygain_get_title(title_gain, 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() argument
361 if(0 != (error = grabbag__replaygain_store_to_vorbiscomment_title(block, title_gain, 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() argument
417 !append_tag_(block, peak_format_, GRABBAG__REPLAYGAIN_TAG_TITLE_PEAK, title_peak) in grabbag__replaygain_store_to_vorbiscomment_title()
503 …*filename, float album_gain, float album_peak, float title_gain, float title_peak, FLAC__bool pres… in grabbag__replaygain_store_to_file() argument
512 …abbag__replaygain_store_to_vorbiscomment(block, album_gain, album_peak, title_gain, title_peak))) { in grabbag__replaygain_store_to_file()
563 …gain_store_to_file_title(const char *filename, float title_gain, float title_peak, FLAC__bool pres… in grabbag__replaygain_store_to_file_title() argument
572 …if(0 != (error = grabbag__replaygain_store_to_vorbiscomment_title(block, title_gain, title_peak)))… in grabbag__replaygain_store_to_file_title()
/external/flac/src/flac/
Dmain.c1988 float title_gain, title_peak; in encode_file() local
1990 grabbag__replaygain_get_title(&title_gain, &title_peak); in encode_file()
1993 …(internal_outfilename? internal_outfilename : outfilename, title_gain, title_peak, option_values.p… in encode_file()