Home
last modified time | relevance | path

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

/external/flac/include/share/grabbag/
Dreplaygain.h61 …oat album_gain, float album_peak, float title_gain, float title_peak, FLAC__bool preserve_modtime);
62 …ar *grabbag__replaygain_store_to_file_reference(const char *filename, FLAC__bool preserve_modtime);
63 …_file_album(const char *filename, float album_gain, float album_peak, FLAC__bool preserve_modtime);
64 …_file_title(const char *filename, float title_gain, float title_peak, FLAC__bool preserve_modtime);
/external/flac/src/share/grabbag/
Dreplaygain.c480 …store_to_file_post_(const char *filename, FLAC__Metadata_Chain *chain, FLAC__bool preserve_modtime) in store_to_file_post_() argument
488 if(!FLAC__metadata_chain_write(chain, /*use_padding=*/true, preserve_modtime)) { in store_to_file_post_()
503 …loat album_gain, float album_peak, float title_gain, float title_peak, FLAC__bool preserve_modtime) in grabbag__replaygain_store_to_file() argument
517 if(0 != (error = store_to_file_post_(filename, chain, preserve_modtime))) in grabbag__replaygain_store_to_file()
523 …har *grabbag__replaygain_store_to_file_reference(const char *filename, FLAC__bool preserve_modtime) in grabbag__replaygain_store_to_file_reference() argument
537 if(0 != (error = store_to_file_post_(filename, chain, preserve_modtime))) in grabbag__replaygain_store_to_file_reference()
543 …o_file_album(const char *filename, float album_gain, float album_peak, FLAC__bool preserve_modtime) in grabbag__replaygain_store_to_file_album() argument
557 if(0 != (error = store_to_file_post_(filename, chain, preserve_modtime))) in grabbag__replaygain_store_to_file_album()
563 …o_file_title(const char *filename, float title_gain, float title_peak, FLAC__bool preserve_modtime) in grabbag__replaygain_store_to_file_title() argument
577 if(0 != (error = store_to_file_post_(filename, chain, preserve_modtime))) in grabbag__replaygain_store_to_file_title()
/external/flac/src/metaflac/
Doperations.c47 …n__add_replay_gain(char **filenames, unsigned num_files, FLAC__bool preserve_modtime, FLAC__bool s…
164 ok = FLAC__metadata_chain_write(chain, options->use_padding, options->preserve_modtime); in do_major_operation_on_file()
269 …eration__add_replay_gain(options->filenames, options->num_files, options->preserve_modtime, false); in do_shorthand_operations()
271 …peration__add_replay_gain(options->filenames, options->num_files, options->preserve_modtime, true); in do_shorthand_operations()
324 ok = FLAC__metadata_chain_write(chain, use_padding, options->preserve_modtime); in do_shorthand_operations_on_file()
398 …n__add_replay_gain(char **filenames, unsigned num_files, FLAC__bool preserve_modtime, FLAC__bool s… in do_shorthand_operation__add_replay_gain() argument
474 …to_file(filenames[i], album_gain, album_peak, title_gains[i], title_peaks[i], preserve_modtime))) { in do_shorthand_operation__add_replay_gain()
Doptions.h185 FLAC__bool preserve_modtime; member
Doptions.c128 options->preserve_modtime = false; in init_options()
357 options->preserve_modtime = true; in parse_option()
/external/flac/src/flac/
Dmain.c244 FLAC__bool preserve_modtime; member
533 …aygain_store_to_file_album(outfilename, album_gain, album_peak, option_values.preserve_modtime))) { in do_it()
571 option_values.preserve_modtime = true; in init_options()
670 option_values.preserve_modtime = true; in parse_option()
832 option_values.preserve_modtime = false; in parse_option()
1992 …rence(internal_outfilename? internal_outfilename : outfilename, option_values.preserve_modtime)) || in encode_file()
1993 …ename? internal_outfilename : outfilename, title_gain, title_peak, option_values.preserve_modtime)) in encode_file()
1999 if(option_values.preserve_modtime && strcmp(infilename, "-")) in encode_file()
2167 if(option_values.preserve_modtime && strcmp(outfilename, "-")) in decode_file()