Home
last modified time | relevance | path

Searched refs:TAG_WAVE (Results 1 – 5 of 5) sorted by relevance

/dports/multimedia/shotcut/shotcut-21.03.21/src/spatialmedia/
H A Dconstants.h88 static const char *TAG_WAVE = "wave"; variable
127 TAG_WAVE,
/dports/games/q2pro/q2pro/source/
H A Dsnd_mem.c288 #define TAG_WAVE MakeLittleLong( 'W', 'A', 'V', 'E' ) macro
314 if( chunk != TAG_WAVE ) { in GetWavinfo()
/dports/multimedia/libdcadec/dcadec-0.2.0/libdcadec/
H A Dcommon.h182 TAG_WAVE = 0x45564157, enumerator
H A Ddca_waveout.c92 write_u32(&buf, TAG_WAVE); in write_header()
H A Ddca_stream.c155 if (header[0] != DCA_32LE_C(TAG_WAVE)) in parse_wav_hdr()