Searched refs:album_gain (Results 1 – 7 of 7) sorted by relevance
/external/flac/include/share/grabbag/ |
D | replaygain.h | 57 …__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/ |
D | replaygain.c | 33 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()
|
D | replaygain.h | 29 double *album_gain, FLAC__bool *album_gain_set,
|
/external/flac/src/share/grabbag/ |
D | replaygain.c | 354 …__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/ |
D | operations.c | 402 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/ |
D | fileinfo.c | 252 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/ |
D | main.c | 525 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()
|