Home
last modified time | relevance | path

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

/external/flac/src/metaflac/
Doperations.c401 float *title_gains = 0, *title_peaks = 0; in do_shorthand_operation__add_replay_gain() local
458 0 == (title_peaks = safe_malloc_mul_2op_(sizeof(float), /*times*/num_files)) in do_shorthand_operation__add_replay_gain()
463 if(0 != (error = grabbag__replaygain_analyze_file(filenames[i], title_gains+i, title_peaks+i))) { in do_shorthand_operation__add_replay_gain()
466 free(title_peaks); in do_shorthand_operation__add_replay_gain()
474 …in_store_to_file(filenames[i], album_gain, album_peak, title_gains[i], title_peaks[i], preserve_mo… in do_shorthand_operation__add_replay_gain()
477 free(title_peaks); in do_shorthand_operation__add_replay_gain()
481 …stdout, "%s: %f %f %f %f\n", filenames[i], album_gain, album_peak, title_gains[i], title_peaks[i]); in do_shorthand_operation__add_replay_gain()
486 free(title_peaks); in do_shorthand_operation__add_replay_gain()