Home
last modified time | relevance | path

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

/external/flac/include/share/grabbag/
Dreplaygain.h57 …__replaygain_store_to_vorbiscomment(FLAC__StreamMetadata *block, float album_gain, float album_pea…
59 …aygain_store_to_vorbiscomment_album(FLAC__StreamMetadata *block, float album_gain, float album_pea…
61 const char *grabbag__replaygain_store_to_file(const char *filename, float album_gain, float album_p…
63 const char *grabbag__replaygain_store_to_file_album(const char *filename, float album_gain, float a…
/external/flac/src/plugin_common/
Dreplaygain.c33 double *album_gain, FLAC__bool *album_gain_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.h29 double *album_gain, FLAC__bool *album_gain_set,
/external/flac/src/share/grabbag/
Dreplaygain.c354 …__replaygain_store_to_vorbiscomment(FLAC__StreamMetadata *block, float album_gain, float album_pea… 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 …aygain_store_to_vorbiscomment_album(FLAC__StreamMetadata *block, float album_gain, float album_pea… in grabbag__replaygain_store_to_vorbiscomment_album() argument
396 !append_tag_(block, gain_format_, GRABBAG__REPLAYGAIN_TAG_ALBUM_GAIN, album_gain) || in grabbag__replaygain_store_to_vorbiscomment_album()
503 const char *grabbag__replaygain_store_to_file(const char *filename, float album_gain, float album_p… 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 const char *grabbag__replaygain_store_to_file_album(const char *filename, float album_gain, float a… 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
259 &album_gain, &album_gain_set, in show_replaygain()
270 label_set_text(replaygain_album_gain, _("ReplayGain Album Gain: %+2.2f dB"), album_gain); 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()