Lines Matching defs:format

84 		printf ("           format  - test format string commands\n") ;
131 if (do_all || ! strcmp (argv [1], "format"))
236 sfinfo.format = (SF_FORMAT_RAW | SF_FORMAT_PCM_16) ;
278 if (sfinfo.format != (SF_FORMAT_RAW | SF_FORMAT_PCM_16))
279 { printf ("Line %d: Returned format incorrect (0x%08X => 0x%08X).\n", __LINE__, (SF_FORMAT_RAW | SF_FORMAT_PCM_16), sfinfo.format) ;
352 sfinfo.format = (SF_FORMAT_RAW | SF_FORMAT_PCM_16) ;
394 if (sfinfo.format != (SF_FORMAT_RAW | SF_FORMAT_PCM_16))
395 { printf ("Line %d: Returned format incorrect (0x%08X => 0x%08X).\n", __LINE__, (SF_FORMAT_RAW | SF_FORMAT_PCM_16), sfinfo.format) ;
481 format_info.format = 0 ;
486 { format_info.format = k ;
489 { printf ("\n\nLine %d: format names out of sequence `%s' < `%s'.\n", __LINE__, last_name, format_info.name) ;
492 sfinfo.format = format_info.format ;
497 printf (" Format : 0x%X\n", sfinfo.format) ;
504 format_info.format = 666 ;
515 format_info.format = 0 ;
520 { format_info.format = k ;
523 { printf ("\n\nLine %d: format names out of sequence (%d) `%s' < `%s'.\n", __LINE__, k, last_name, format_info.name) ;
529 format_info.format = 666 ;
540 format_info.format = 0 ;
545 { format_info.format = k ;
548 format_info.format = 666 ;
560 int k, format ;
567 format = filetype | SF_FORMAT_PCM_16 ;
573 sfinfo.format = format ;
589 if (sfinfo.format != format)
590 { printf ("Line %d: Returned format incorrect (0x%08X => 0x%08X).\n", __LINE__, format, sfinfo.format) ;
618 format = (filetype | SF_FORMAT_FLOAT) ;
620 sfinfo.format = format ;
636 if (sfinfo.format != format)
637 { printf ("Line %d: Returned format incorrect (0x%08X => 0x%08X).\n", __LINE__, format, sfinfo.format) ;
679 sfinfo.format = filetype ;
754 sfinfo.format = filetype ;
960 sfinfo.format = filetype ;
1020 sfinfo.format = filetype ;
1061 outinfo.format = (SF_FORMAT_WAV | SF_FORMAT_PCM_16) ;
1111 sfinfo.format = filetype ;
1234 sfinfo.format = SF_FORMAT_WAV | SF_FORMAT_PCM_16 ;
1309 sfinfo.format = SF_FORMAT_WAV | SF_FORMAT_PCM_16 ;
1410 sfinfo.format = SF_FORMAT_WAV | SF_FORMAT_PCM_16 ;
1474 sfinfo.format = filetype ;
1689 sfinfo.format = filetype ;
1769 sfinfo.format = filetype | subtypes [k] ;
1796 printf ("\n\nLine %d : bad format value %d.\n\n", __LINE__, filetype) ;