Home
last modified time | relevance | path

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

/dports/audio/csound/csound-6.15.0/util/
H A Dpv_import.c106 data.wAnalFormat = data2; in pv_import()
117 fmt.nChannels, data.wAnalFormat, in pv_import()
H A Dpvlook.c163 data.wAnalFormat == PVOC_AMP_FREQ ? "Amplitude/Frequency" : in pvlook()
164 data.wAnalFormat == PVOC_AMP_PHASE ? "Amplitude/Phase" : in pvlook()
H A Dpv_export.c79 data.wWordFormat,data.wAnalFormat,data.wSourceFormat, in pv_export()
/dports/audio/csound/csound-6.15.0/iOS/Csound iOS Swift Examples/Csound iOS SwiftExamples/csound-iOS/headers/
H A Dpvfileio.h95 uint16_t wAnalFormat; /* pvoc_frametype */ member
/dports/audio/csound/csound-6.15.0/iOS/Csound iOS Obj-C Examples/csound-iOS/headers/
H A Dpvfileio.h95 uint16_t wAnalFormat; /* pvoc_frametype */ member
/dports/audio/csound/csound-6.15.0/include/
H A Dpvfileio.h95 uint16_t wAnalFormat; /* pvoc_frametype */ member
/dports/audio/csound/csound-6.15.0/OOps/
H A Dpvfileio.c262 err |= pvfile_write_16(p, &(p->pvdata.wAnalFormat), 1L); in write_pvocdata()
461 p->pvdata.wAnalFormat = (uint16_t) format; in pvoc_createfile()
610 err |= (pvfile_read_16(p, &(pWfpx->data.wAnalFormat), 1L) != 1L); in pvoc_readfmt()
/dports/audio/csound/csound-6.15.0/Engine/
H A Dmemfiles.c486 if (UNLIKELY(pvdata.wAnalFormat != PVOC_AMP_FREQ)) { in PVOCEX_LoadFile()
/dports/audio/csound/csound-6.15.0/Opcodes/
H A Dpvsbasic.c404 p->fout->format = pvdata.wAnalFormat; in pvsdiskinset_()