Searched refs:FileFormatString (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/flac/src/flac/ |
H A D | utils.h | 32 static const char * const FileFormatString[] = { " raw", " WAVE", " Wave64", "n RF64", "n AIFF", "n… variable
|
H A D | main.c | 1746 …s is not a%s file; treating as a%s file\n", infilename, FileFormatString[wrong], FileFormatString[… in format_mistake() 2225 … type RIFF cannot be restored to a%s file, only to WAVE and RF64\n",FileFormatString[output_format… in decode_file() 2229 …ype AIFF cannot be restored to a%s file, only to AIFF and AIFF-C\n",FileFormatString[output_format… in decode_file() 2233 …adata type Wave64 cannot be restored to a%s file, only to Wave64\n",FileFormatString[output_format… in decode_file()
|