Searched refs:store_to_file_pre_ (Results 1 – 1 of 1) sorted by relevance
/external/flac/src/share/grabbag/ |
D | replaygain.c | 424 static const char *store_to_file_pre_(const char *filename, FLAC__Metadata_Chain **chain, FLAC__Str… in store_to_file_pre_() function 509 if(0 != (error = store_to_file_pre_(filename, &chain, &block))) in grabbag__replaygain_store_to_file() 529 if(0 != (error = store_to_file_pre_(filename, &chain, &block))) in grabbag__replaygain_store_to_file_reference() 549 if(0 != (error = store_to_file_pre_(filename, &chain, &block))) in grabbag__replaygain_store_to_file_album() 569 if(0 != (error = store_to_file_pre_(filename, &chain, &block))) in grabbag__replaygain_store_to_file_title()
|