Lines Matching defs:format
49 SF_FORMAT_WAV = 0x010000, /* Microsoft WAV format (little endian default). */
50 SF_FORMAT_AIFF = 0x020000, /* Apple/SGI AIFF format (big endian). */
51 SF_FORMAT_AU = 0x030000, /* Sun/NeXT AU format (big endian). */
53 SF_FORMAT_PAF = 0x050000, /* Ensoniq PARIS file format. */
54 SF_FORMAT_SVX = 0x060000, /* Amiga IFF / SVX8 / SV16 format. */
55 SF_FORMAT_NIST = 0x070000, /* Sphere NIST format. */
63 SF_FORMAT_HTK = 0x100000, /* HMM Tool Kit format */
68 SF_FORMAT_FLAC = 0x170000, /* FLAC lossless file format */
69 SF_FORMAT_CAF = 0x180000, /* Core Audio File format */
70 SF_FORMAT_WVE = 0x190000, /* Psion WVE format */
224 /* Ogg format commands */
383 int format ;
402 { int format ;
510 ** Strongly (!) based on EBU "bext" chunk format used in Broadcast WAVE.
719 ** sf_xxxx_short passes data in the native short format
720 ** sf_xxxx_int passes data in the native int format
721 ** sf_xxxx_float passes data in the native float format
722 ** sf_xxxx_double passes data in the native double format
792 ** existing chunks or add extra versions of format specific reserved chunks but
807 ** to the file). This will fail for format specific reserved chunks.