Home
last modified time | relevance | path

Searched refs:album_peak (Results 1 – 7 of 7) sorted by relevance

/external/flac/include/share/grabbag/
Dreplaygain.h57 …_to_vorbiscomment(FLAC__StreamMetadata *block, float album_gain, float album_peak, float title_gai…
59 …gain_store_to_vorbiscomment_album(FLAC__StreamMetadata *block, float album_gain, float album_peak);
61 …replaygain_store_to_file(const char *filename, float album_gain, float album_peak, float title_gai…
63 …gain_store_to_file_album(const char *filename, float album_gain, float album_peak, FLAC__bool pres…
/external/flac/src/plugin_common/
Dreplaygain.c35 double *album_peak, FLAC__bool *album_peak_set) in FLAC_plugin__replaygain_get_from_file() argument
53 …om_vorbiscomment(block, /*album_mode=*/true, /*strict=*/true, reference, album_gain, album_peak)) { in FLAC_plugin__replaygain_get_from_file()
Dreplaygain.h31 double *album_peak, FLAC__bool *album_peak_set);
/external/flac/src/share/grabbag/
Dreplaygain.c354 …_to_vorbiscomment(FLAC__StreamMetadata *block, float album_gain, float album_peak, float title_gai… in grabbag__replaygain_store_to_vorbiscomment() argument
364 if(0 != (error = grabbag__replaygain_store_to_vorbiscomment_album(block, album_gain, album_peak))) in grabbag__replaygain_store_to_vorbiscomment()
384 …ygain_store_to_vorbiscomment_album(FLAC__StreamMetadata *block, float album_gain, float album_peak) in grabbag__replaygain_store_to_vorbiscomment_album() argument
397 !append_tag_(block, peak_format_, GRABBAG__REPLAYGAIN_TAG_ALBUM_PEAK, album_peak) in grabbag__replaygain_store_to_vorbiscomment_album()
503 …replaygain_store_to_file(const char *filename, float album_gain, float album_peak, float title_gai… in grabbag__replaygain_store_to_file() argument
512 …if(0 != (error = grabbag__replaygain_store_to_vorbiscomment(block, album_gain, album_peak, title_g… in grabbag__replaygain_store_to_file()
543 …gain_store_to_file_album(const char *filename, float album_gain, float album_peak, FLAC__bool pres… in grabbag__replaygain_store_to_file_album() argument
552 …if(0 != (error = grabbag__replaygain_store_to_vorbiscomment_album(block, album_gain, album_peak)))… in grabbag__replaygain_store_to_file_album()
/external/flac/src/metaflac/
Doperations.c402 float album_gain, album_peak; in do_shorthand_operation__add_replay_gain() local
470 grabbag__replaygain_get_album(&album_gain, &album_peak); in do_shorthand_operation__add_replay_gain()
474 …if(0 != (error = grabbag__replaygain_store_to_file(filenames[i], album_gain, album_peak, title_gai… in do_shorthand_operation__add_replay_gain()
481 …flac_fprintf(stdout, "%s: %f %f %f %f\n", filenames[i], album_gain, album_peak, title_gains[i], ti… in do_shorthand_operation__add_replay_gain()
/external/flac/src/plugin_xmms/
Dfileinfo.c252 double reference, track_gain, track_peak, album_gain, album_peak; in show_replaygain() local
261 &album_peak, &album_peak_set in show_replaygain()
274 label_set_text(replaygain_album_peak, _("ReplayGain Album Peak: %1.8f"), album_peak); in show_replaygain()
/external/flac/src/flac/
Dmain.c525 float album_gain, album_peak; in do_it() local
526 grabbag__replaygain_get_album(&album_gain, &album_peak); in do_it()
533 …if(0 != (error = grabbag__replaygain_store_to_file_album(outfilename, album_gain, album_peak, opti… in do_it()