Home
last modified time | relevance | path

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

/external/flac/include/share/grabbag/
Dreplaygain.h56 const char *grabbag__replaygain_analyze_file(const char *filename, float *title_gain, float *title_…
57 …FLAC__StreamMetadata *block, float album_gain, float album_peak, float title_gain, float title_pea…
60 …aygain_store_to_vorbiscomment_title(FLAC__StreamMetadata *block, float title_gain, float title_pea…
61 …o_file(const char *filename, float album_gain, float album_peak, float title_gain, float title_pea…
64 const char *grabbag__replaygain_store_to_file_title(const char *filename, float title_gain, float t…
/external/flac/src/share/grabbag/
Dreplaygain.c322 const char *grabbag__replaygain_analyze_file(const char *filename, float *title_gain, float *title_… in grabbag__replaygain_analyze_file() argument
349 grabbag__replaygain_get_title(title_gain, title_peak); in grabbag__replaygain_analyze_file()
354 …FLAC__StreamMetadata *block, float album_gain, float album_peak, float title_gain, float title_pea… 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 …aygain_store_to_vorbiscomment_title(FLAC__StreamMetadata *block, float title_gain, float title_pea… in grabbag__replaygain_store_to_vorbiscomment_title() argument
416 !append_tag_(block, gain_format_, GRABBAG__REPLAYGAIN_TAG_TITLE_GAIN, title_gain) || in grabbag__replaygain_store_to_vorbiscomment_title()
503 …o_file(const char *filename, float album_gain, float album_peak, float title_gain, float title_pea… 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 const char *grabbag__replaygain_store_to_file_title(const char *filename, float title_gain, float t… 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 …o_file_title(internal_outfilename? internal_outfilename : outfilename, title_gain, title_peak, opt… in encode_file()