Lines Matching refs:format

942                 error_printf("Error: format changed in %s - not supported\n",
1035 write_32_bits_low_high(fp, 2 + 2 + 4 + 4 + 2 + 2); /* length of PCM format declaration area */
1086 gs_wfInfo.format = SF_FORMAT_RAW;
1089 gs_wfInfo.format |= SF_ENDIAN_LITTLE;
1092 gs_wfInfo.format |= SF_ENDIAN_BIG;
1096 gs_wfInfo.format |=
1100 gs_wfInfo.format |= SF_FORMAT_PCM_16;
1103 gs_wfInfo.format |= SF_FORMAT_PCM_24;
1106 gs_wfInfo.format |= SF_FORMAT_PCM_32;
1131 if ((gs_wfInfo.format & SF_FORMAT_RAW) == SF_FORMAT_RAW) {
1140 printf("format :");
1144 switch (gs_wfInfo.format & SF_FORMAT_TYPEMASK) {
1146 printf("Microsoft WAV format (big endian). ");
1149 printf("Apple/SGI AIFF format (little endian). ");
1152 printf("Sun/NeXT AU format (big endian). ");
1156 DEBUGF("DEC AU format (little endian). ");
1163 printf("Ensoniq PARIS file format. ");
1166 printf("Amiga IFF / SVX8 / SV16 format. ");
1169 printf("Sphere NIST format. ");
1176 switch (gs_wfInfo.format & SF_FORMAT_SUBMASK) {
1438 static uint32_t const IFF_ID_NONE = 0x4e4f4e45; /* "NONE" *//* AIFF-C data format */
1439 static uint32_t const IFF_ID_2CBE = 0x74776f73; /* "twos" *//* AIFF-C data format */
1440 static uint32_t const IFF_ID_2CLE = 0x736f7774; /* "sowt" *//* AIFF-C data format */
1441 static uint32_t const IFF_ID_FL32 = 0x666C3332; /* "fl32" *//* AIFF-C data format */
1442 static uint32_t const IFF_ID_FL64 = 0x666C3634; /* "fl64" *//* AIFF-C data format */
1549 error_printf("Unsupported data format: 0x%04X\n", ui16_wFormatTag);
1551 return 0; /* oh no! non-supported format */
1827 error_printf("Warning: corrupt or unsupported WAVE format\n");
1840 error_printf("Warning: corrupt or unsupported AIFF format\n");
1846 error_printf("Warning: unsupported audio format\n");
2137 /* TODO: enforce float format ... optionally be careful for builds