Home
last modified time | relevance | path

Searched refs:AF_SAMPFMT_FLOAT (Results 1 – 25 of 36) sorted by relevance

12

/dports/audio/libaudiofile/audiofile-0.3.6/libaudiofile/
H A DAudioFormat.cpp36 case AF_SAMPFMT_FLOAT: in bytesPerSample()
84 return sampleFormat == AF_SAMPFMT_FLOAT || in isFloat()
122 case AF_SAMPFMT_FLOAT: in description()
H A Dutil.cpp269 case AF_SAMPFMT_FLOAT: in _af_format_sample_size_uncompressed()
344 case AF_SAMPFMT_FLOAT: in _af_set_sample_format()
H A DNeXT.cpp180 track->f.sampleFormat = AF_SAMPFMT_FLOAT; in readInit()
347 else if (format->sampleFormat == AF_SAMPFMT_FLOAT) in nextencodingtype()
H A DIRCAM.cpp300 track->f.sampleFormat = AF_SAMPFMT_FLOAT; in readInit()
336 if (track->f.sampleFormat == AF_SAMPFMT_FLOAT) in readInit()
H A DWAVE.cpp259 track->f.sampleFormat = AF_SAMPFMT_FLOAT; in parseFormat()
394 track->f.sampleFormat = AF_SAMPFMT_FLOAT; in parseFormat()
849 case AF_SAMPFMT_FLOAT: in completeSetup()
856 _af_set_sample_format(&track->f, AF_SAMPFMT_FLOAT, 32); in completeSetup()
1085 if (track->f.sampleFormat == AF_SAMPFMT_FLOAT || in writeFormat()
H A Ddebug.cpp104 case AF_SAMPFMT_FLOAT: in _af_print_audioformat()
/dports/audio/libaudiofile/audiofile-0.3.6/test/
H A DInvalidCompressionFormat.cpp136 runTest(AF_FILE_AIFFC, AF_COMPRESSION_G711_ULAW, 1, AF_SAMPFMT_FLOAT, 32); in TEST()
168 runTest(AF_FILE_AIFFC, AF_COMPRESSION_IMA, 1, AF_SAMPFMT_FLOAT, 32); in TEST()
169 runTest(AF_FILE_WAVE, AF_COMPRESSION_IMA, 1, AF_SAMPFMT_FLOAT, 32); in TEST()
170 runTest(AF_FILE_CAF, AF_COMPRESSION_IMA, 1, AF_SAMPFMT_FLOAT, 32); in TEST()
195 runTest(AF_FILE_WAVE, AF_COMPRESSION_MS_ADPCM, 1, AF_SAMPFMT_FLOAT, 32); in TEST()
H A Dtestfloat.c96 afInitSampleFormat(setup, AF_DEFAULT_TRACK, AF_SAMPFMT_FLOAT, 32); in testfloat()
118 ensure(sampleFormat == AF_SAMPFMT_FLOAT && sampleWidth == 32, in testfloat()
H A DChannelMatrix.cpp121 testChannelMatrixReading<float>(AF_SAMPFMT_FLOAT, 32); in TEST()
213 testChannelMatrixWriting<float>(AF_SAMPFMT_FLOAT, 32); in TEST()
H A Dfloatto24.c87 afInitSampleFormat(setup, AF_DEFAULT_TRACK, AF_SAMPFMT_FLOAT, 32); in main()
H A DFLAC.cpp84 testInvalidSampleFormat(AF_SAMPFMT_FLOAT, 32); in TEST()
H A DPCMData.cpp73 case AF_SAMPFMT_FLOAT: in getDefaultPCMMapping()
218 runTest<float, AF_SAMPFMT_FLOAT, 32>(fileFormat); in testFloat32()
H A DQuery.cpp100 nativeSampleFormat == AF_SAMPFMT_FLOAT || in TEST()
H A DALAC.cpp101 testInvalidSampleFormat(AF_SAMPFMT_FLOAT, 32); in TEST()
H A DPCMMapping.cpp72 AFfilehandle file = createTestFile(AF_SAMPFMT_FLOAT, 32); in TEST_F()
H A DInvalidSampleFormat.cpp97 runTest(fileFormat, AF_SAMPFMT_FLOAT, 32); in testFloat32()
H A DIntToFloat.cpp68 afSetVirtualSampleFormat(file, AF_DEFAULT_TRACK, AF_SAMPFMT_FLOAT, 32); in openTestFile()
/dports/audio/ecasound/ecasound-2.9.3/libecasound/plugins/
H A Daudioio_af.cpp106 case AF_SAMPFMT_FLOAT: { format = "f"; break; } in open()
154 ::afInitSampleFormat(fsetup, AF_DEFAULT_TRACK, AF_SAMPFMT_FLOAT, bits()); in open()
/dports/audio/libaudiofile/audiofile-0.3.6/examples/
H A Dosxplay.c78 case AF_SAMPFMT_FLOAT: in getASBDForFile()
171 afSetVirtualSampleFormat(file, AF_DEFAULT_TRACK, AF_SAMPFMT_FLOAT, 32); in setupOutput()
H A Dsgi.c70 else if (audioFileSampleFormat == AF_SAMPFMT_FLOAT) in setsampleformat()
/dports/audio/normalize/normalize-0.7.7/src/
H A Dwiener_af.h59 AF_SAMPFMT_FLOAT = 403, /* 32-bit IEEE floating-point */ enumerator
/dports/audio/rezound/rezound-0.13.1beta/src/backend/
H A DClibaudiofileSoundTranslator.cpp97 if(afSetVirtualSampleFormat(h,AF_DEFAULT_TRACK,AF_SAMPFMT_FLOAT,sizeof(sample_t)*8)!=0) in loadSoundGivenSetup()
269 case AF_SAMPFMT_FLOAT: return 2; in sampleTypeToIndex()
497 if(afSetVirtualSampleFormat(h,AF_DEFAULT_TRACK,AF_SAMPFMT_FLOAT,sizeof(sample_t)*8)!=0) in saveSoundGivenSetup()
H A DCrawSoundTranslator.cpp76 afInitSampleFormat(setup,AF_DEFAULT_TRACK,AF_SAMPFMT_FLOAT,32); in initSetup()
/dports/audio/libaudiofile/audiofile-0.3.6/sfcommands/
H A Dprintinfo.c87 case AF_SAMPFMT_FLOAT: in printfileinfo()
/dports/audio/rezound/rezound-0.13.1beta/src/frontend_fox/
H A DClibaudiofileSaveParametersDialog.cpp81 case 2: return AF_SAMPFMT_FLOAT;

12