Home
last modified time | relevance | path

Searched refs:IFF_ID_SSND (Results 1 – 9 of 9) sorted by relevance

/dports/audio/mctoolame-decoder/mctoolamed-01a/
H A Dcommon.h77 #define IFF_ID_SSND "SSND" macro
83 #define IFF_ID_SSND "SSND" macro
H A Dmusicout.c991 strcpy (pcm_aiff_data.sampleType, IFF_ID_SSND); in main()
1008 strcpy (pcm_aiff_data.sampleType, IFF_ID_SSND); in main()
1023 strcpy (pcm_aiff_data.sampleType, IFF_ID_SSND); in main()
H A Dcommon.c514 while (strncmp (ident.name, IFF_ID_SSND, 4) != 0) { in aiff_read_headers()
/dports/audio/mctoolame-encoder/mctoolame-01a/
H A Dcommon.h114 #define IFF_ID_SSND "SSND" macro
120 #define IFF_ID_SSND "SSND" macro
H A Dcommon.c728 while (strncmp (ident.name, IFF_ID_SSND, 4) != 0) { in aiff_read_headers()
H A Dmusicin.c977 if (strcmp (pcm_aiff_data->sampleType, IFF_ID_SSND) != 0) { in aiff_check()
/dports/emulators/vice/vice-3.5/src/lib/liblame/frontend/
H A Dget_audio.c1309 static int const IFF_ID_SSND = 0x53534e44; /* "SSND" */ variable
1472 if (pcm_aiff_data->sampleType != (unsigned long) IFF_ID_SSND) { in aiff_check2()
1566 else if (type == IFF_ID_SSND) { in parse_aiff_header()
1577 aiff_info.sampleType = IFF_ID_SSND; in parse_aiff_header()
/dports/audio/lame/lame-3.100/frontend/
H A Dget_audio.c1366 static int const IFF_ID_SSND = 0x53534e44; /* "SSND" */ variable
1531 if (pcm_aiff_data->sampleType != (unsigned long) IFF_ID_SSND) { in aiff_check2()
1625 else if (type == IFF_ID_SSND) { in parse_aiff_header()
1636 aiff_info.sampleType = IFF_ID_SSND; in parse_aiff_header()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/liblame/frontend/
H A Dget_audio.c1309 static int const IFF_ID_SSND = 0x53534e44; /* "SSND" */ variable
1472 if (pcm_aiff_data->sampleType != (unsigned long) IFF_ID_SSND) { in aiff_check2()
1566 else if (type == IFF_ID_SSND) { in parse_aiff_header()
1577 aiff_info.sampleType = IFF_ID_SSND; in parse_aiff_header()