Lines Matching defs:format
50 static void zero_data_test (const char *filename, int format) ;
51 static void filesystem_full_test (int format) ;
227 zero_data_test (const char *filename, int format)
231 switch (format & SF_FORMAT_TYPEMASK)
243 sfinfo.format = format ;
262 filesystem_full_test (int format)
265 (void) format ;
291 sfinfo.format = format ;
361 sfinfo.format = (typemajor | SF_FORMAT_PCM_16) ;
401 sfinfo.format = SF_FORMAT_WAVEX | SF_FORMAT_PCM_16 ;
417 "\n\nLine %d : Error, this file should be in Ambisonic B format.\n", __LINE__
442 sfinfo.format = SF_FORMAT_RF64 | SF_FORMAT_PCM_16 ;
461 exit_if_true (sfinfo.format != (SF_FORMAT_WAVEX | SF_FORMAT_PCM_16), "\n\nLine %d: RF64 to WAV downgrade failed.\n", __LINE__) ;
500 sfinfo.format = SF_FORMAT_RF64 | SF_FORMAT_PCM_32 ;
517 exit_if_true (sfinfo.format != (SF_FORMAT_RF64 | SF_FORMAT_PCM_32), "\n\nLine %d: RF64 to WAV downgrade should have failed.\n", __LINE__) ;