Home
last modified time | relevance | path

Searched refs:AF_PCM (Results 1 – 11 of 11) sorted by relevance

/dports/audio/xwave/xwave2-981109/src/
H A Dau.c101 af->comp=AF_PCM; in au_open()
105 af->comp=AF_PCM; in au_open()
128 case AF_PCM: in au_new()
137 case AF_PCM: in au_new()
170 case AF_PCM: in au_read()
192 case AF_PCM: in au_write()
214 case AF_PCM: in au_seek()
H A Driff.c150 af->comp=AF_PCM; in riff_open()
181 case AF_PCM: in riff_new()
270 case AF_PCM: in riff_read()
307 case AF_PCM: in riff_write()
346 case AF_PCM: in riff_seek()
H A Daudio_file.h17 #define AF_PCM 0 macro
H A Daifc.c164 af->comp=AF_PCM; in aifc_open()
219 case AF_PCM: in aifc_new()
350 case AF_PCM: in aifc_seek()
H A Dedit.c585 new_af.comp=AF_PCM; in paste_merge_call()
685 wd->comp=AF_PCM; in paste_merge_call()
799 new_af.comp=AF_PCM; in paste_insert_call()
929 wd->comp=AF_PCM; in paste_insert_call()
1139 clip_af.comp=AF_PCM; in copy_call()
1192 clip_wd->comp=AF_PCM; in copy_call()
1265 new_af.comp=AF_PCM; in cut_call()
1323 wd->comp=AF_PCM; in cut_call()
H A Daudio_file.c103 af->comp=AF_PCM; in af_open()
H A Dsample_settings.c440 case AF_PCM: in filetype_dialog()
/dports/audio/xwave/xwave2-981109/support/testing/
H A Dgen_test.c26 af.comp=AF_PCM; in main()
H A Daudiofile.h31 #define AF_PCM 0
/dports/multimedia/dvdauthor/dvdauthor-d5bb0b/src/
H A Dda-internal.h34 enum {AF_NONE=0,AF_AC3=1,AF_MP2=2,AF_PCM=3,AF_DTS=4}; /* values for audiodesc.aformat */ enumerator
H A Ddvdauthor.c804 case AF_PCM: in setattr()