Home
last modified time | relevance | path

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

/dports/audio/mctoolame-decoder/mctoolamed-01a/
H A Dcommon.h76 #define IFF_ID_COMM "COMM" macro
82 #define IFF_ID_COMM "COMM" macro
H A Dcommon.c434 while (strncmp (ident.name, IFF_ID_COMM, 4) != 0) { in aiff_read_headers()
626 strcpy (CommChunk.ckID, IFF_ID_COMM); /*7/7/93,SR,changed FormChunk to CommChunk */ in aiff_write_headers()
/dports/audio/mctoolame-encoder/mctoolame-01a/
H A Dcommon.h113 #define IFF_ID_COMM "COMM" macro
119 #define IFF_ID_COMM "COMM" macro
H A Dcommon.c659 while (strncmp (ident.name, IFF_ID_COMM, 4) != 0) { in aiff_read_headers()
822 strcpy (CommChunk.ckID, IFF_ID_COMM); /*7/7/93,SR,changed FormChunk to CommChunk */ in aiff_write_headers()
/dports/emulators/vice/vice-3.5/src/lib/liblame/frontend/
H A Dget_audio.c1308 static int const IFF_ID_COMM = 0x434f4d4d; /* "COMM" */ variable
1545 if (type == IFF_ID_COMM) { in parse_aiff_header()
/dports/audio/lame/lame-3.100/frontend/
H A Dget_audio.c1365 static int const IFF_ID_COMM = 0x434f4d4d; /* "COMM" */ variable
1604 if (type == IFF_ID_COMM) { in parse_aiff_header()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/liblame/frontend/
H A Dget_audio.c1308 static int const IFF_ID_COMM = 0x434f4d4d; /* "COMM" */ variable
1545 if (type == IFF_ID_COMM) { in parse_aiff_header()