Lines Matching defs:format
40 static void headerless_test (const char * filename, int format, int expected) ;
57 headerless_test (const char * filename, int format, int expected)
63 format &= SF_FORMAT_SUBMASK ;
73 sfinfo.format = SF_FORMAT_RAW | format ;
93 if (sfinfo.format != expected)
94 { printf ("Line %d: Returned format incorrect (0x%08X => 0x%08X).\n", __LINE__, expected, sfinfo.format) ;
134 sfinfo.format = filetype ;
150 sfinfo.format = filetype = SF_ENDIAN_LITTLE | SF_FORMAT_RAW | SF_FORMAT_PCM_16 ;
154 if (sfinfo.format != filetype)
155 { printf ("Line %d: Returned format incorrect (0x%08X => 0x%08X).\n", __LINE__, filetype, sfinfo.format) ;