Home
last modified time | relevance | path

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

/external/flac/include/FLAC/
Dmetadata.h406 …pleIterator *iterator, const char *filename, FLAC__bool read_only, FLAC__bool preserve_file_stats);
971 …a_chain_write(FLAC__Metadata_Chain *chain, FLAC__bool use_padding, FLAC__bool preserve_file_stats);
/external/flac/src/libFLAC++/
Dmetadata.cpp1461 bool SimpleIterator::init(const char *filename, bool read_only, bool preserve_file_stats) in init() argument
1465 …<bool>(::FLAC__metadata_simple_iterator_init(iterator_, filename, read_only, preserve_file_stats)); in init()
1616 bool Chain::write(bool use_padding, bool preserve_file_stats) in write() argument
1619 return static_cast<bool>(::FLAC__metadata_chain_write(chain_, use_padding, preserve_file_stats)); in write()
/external/flac/src/test_libFLAC/
Dmetadata_manip.c306 …n_(FLAC__Metadata_Chain *chain, FLAC__bool use_padding, FLAC__bool preserve_file_stats, FLAC__bool… in write_chain_() argument
309 return FLAC__metadata_chain_write(chain, use_padding, preserve_file_stats); in write_chain_()
327 if(preserve_file_stats) { in write_chain_()
348 if(preserve_file_stats) in write_chain_()
/external/flac/src/test_libFLAC++/
Dmetadata_manip.cpp320 static bool write_chain_(FLAC::Metadata::Chain &chain, bool use_padding, bool preserve_file_stats, … in write_chain_() argument
323 return chain.write(use_padding, preserve_file_stats); in write_chain_()
341 if(preserve_file_stats) { in write_chain_()
362 if(preserve_file_stats) in write_chain_()
/external/flac/include/FLAC++/
Dmetadata.h1080 …bool init(const char *filename, bool read_only, bool preserve_file_stats); ///< See FLAC__metadata…
1179 …bool write(bool use_padding = true, bool preserve_file_stats = false); ///< See FLAC__metadata_cha…
/external/flac/src/libFLAC/
Dmetadata_iterators.c477 …etadata_SimpleIterator *iterator, const char *filename, FLAC__bool preserve_file_stats, const char…
480 …mpleIterator *iterator, const char *filename, FLAC__bool read_only, FLAC__bool preserve_file_stats) in FLAC__metadata_simple_iterator_init() argument
489 if(!read_only && preserve_file_stats) in FLAC__metadata_simple_iterator_init()
1705 …ta_chain_write(FLAC__Metadata_Chain *chain, FLAC__bool use_padding, FLAC__bool preserve_file_stats) in FLAC__metadata_chain_write() argument
1729 if(preserve_file_stats) in FLAC__metadata_chain_write()
1750 if(preserve_file_stats) in FLAC__metadata_chain_write()