Home
last modified time | relevance | path

Searched refs:IFF_ID_AIFF (Results 1 – 7 of 7) sorted by relevance

/dports/audio/mctoolame-decoder/mctoolamed-01a/
H A Dcommon.h75 #define IFF_ID_AIFF "AIFF" macro
81 #define IFF_ID_AIFF "AIFF" macro
H A Dcommon.c414 strncmp (FormChunk.formType, IFF_ID_AIFF, 4) != 0) in aiff_read_headers()
625 strcpy (FormChunk.formType, IFF_ID_AIFF); in aiff_write_headers()
/dports/audio/mctoolame-encoder/mctoolame-01a/
H A Dcommon.h112 #define IFF_ID_AIFF "AIFF" macro
118 #define IFF_ID_AIFF "AIFF" macro
H A Dcommon.c642 strncmp (FormChunk.formType, IFF_ID_AIFF, 4) != 0) in aiff_read_headers()
821 strcpy (FormChunk.formType, IFF_ID_AIFF); in aiff_write_headers()
/dports/emulators/vice/vice-3.5/src/lib/liblame/frontend/
H A Dget_audio.c1306 static int const IFF_ID_AIFF = 0x41494646; /* "AIFF" */ variable
1533 if ((typeID != IFF_ID_AIFF) && (typeID != IFF_ID_AIFC)) in parse_aiff_header()
/dports/audio/lame/lame-3.100/frontend/
H A Dget_audio.c1363 static int const IFF_ID_AIFF = 0x41494646; /* "AIFF" */ variable
1592 if ((typeID != IFF_ID_AIFF) && (typeID != IFF_ID_AIFC)) in parse_aiff_header()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/liblame/frontend/
H A Dget_audio.c1306 static int const IFF_ID_AIFF = 0x41494646; /* "AIFF" */ variable
1533 if ((typeID != IFF_ID_AIFF) && (typeID != IFF_ID_AIFC)) in parse_aiff_header()