Home
last modified time | relevance | path

Searched refs:wFormatTag (Results 201 – 225 of 1439) sorted by relevance

12345678910>>...58

/dports/emulators/bochs/bochs-2.7/iodev/sound/
H A Dsoundwin.cc129 waveformat.wf.wFormatTag = WAVE_FORMAT_PCM; in set_pcm_params()
168 waveformat.wf.wFormatTag, waveformat.wf.nChannels, waveformat.wf.nSamplesPerSec)); in set_pcm_params()
309 pFormat.wFormatTag = WAVE_FORMAT_PCM; in startwaverecord()
/dports/multimedia/QtAV/QtAV-1.13.0/src/output/audio/
H A DAudioOutputDSound.cpp377 wf.wFormatTag = WAVE_FORMAT_EXTENSIBLE; in createDSoundBuffers()
382 wf.wFormatTag = WAVE_FORMAT_IEEE_FLOAT; in createDSoundBuffers()
385 wf.wFormatTag = WAVE_FORMAT_PCM; in createDSoundBuffers()
/dports/audio/wavbreaker/wavbreaker-0.13/src/
H A Dwav.c168 printf("Compression format is of type: %d\n", fmtChunk.wFormatTag); in wav_read_header()
177 if (fmtChunk.wFormatTag != 1) { in wav_read_header()
323 fmtChunk.wFormatTag = 1; in wav_write_file_header()
/dports/cad/basicdsp/basicdsp-1.01/
H A Dwav_streamer.h31 …short wFormatTag; // should be '1' for uncompressed PCM, or '3' for uncompressed IEEE fl… member
/dports/audio/drumstick/drumstick-2.5.0/library/rt-backends/eassynth/sonivox/host_src/
H A Deas_wave.h39 EAS_U16 wFormatTag; member
/dports/math/vtk9/VTK-9.1.0/IO/FFMPEG/Testing/Cxx/
H A DTestFFMPEGVideoSourceWithAudio.cxx133 wfx.Format.wFormatTag = WAVE_FORMAT_IEEE_FLOAT; in setupAudioPlayback()
137 wfx.Format.wFormatTag = WAVE_FORMAT_PCM; in setupAudioPlayback()
/dports/audio/flite/flite-2.1-release/src/audio/
H A Dau_win.c129 wfx.wFormatTag = WAVE_FORMAT_PCM; in audio_open_win()
133 wfx.wFormatTag = WAVE_FORMAT_PCM; in audio_open_win()
H A Dau_wince.c125 wfx.wFormatTag = WAVE_FORMAT_PCM; in audio_open_wince()
129 wfx.wFormatTag = WAVE_FORMAT_PCM; in audio_open_wince()
/dports/math/vtk8/VTK-8.2.0/IO/FFMPEG/Testing/Cxx/
H A DTestFFMPEGVideoSourceWithAudio.cxx134 wfx.Format.wFormatTag = WAVE_FORMAT_IEEE_FLOAT; in setupAudioPlayback()
138 wfx.Format.wFormatTag = WAVE_FORMAT_PCM; in setupAudioPlayback()
/dports/audio/faudio/FAudio-21.01/src/
H A DFACT.c1546 if (entry->Format.wFormatTag == 0) in FACTWaveBank_GetWaveProperties()
1627 if (entry->Format.wFormatTag == 0x0) in FACTWaveBank_Prepare()
1629 format.wfx.wFormatTag = FAUDIO_FORMAT_PCM; in FACTWaveBank_Prepare()
1635 else if (entry->Format.wFormatTag == 0x1) in FACTWaveBank_Prepare()
1640 format.wfx.wFormatTag = FAUDIO_FORMAT_XMAUDIO2; in FACTWaveBank_Prepare()
1646 else if (entry->Format.wFormatTag == 0x2) in FACTWaveBank_Prepare()
1648 format.wfx.wFormatTag = FAUDIO_FORMAT_MSADPCM; in FACTWaveBank_Prepare()
1659 else if (entry->Format.wFormatTag == 0x3) in FACTWaveBank_Prepare()
1664 format.wfx.wFormatTag = FAUDIO_FORMAT_WMAUDIO2; in FACTWaveBank_Prepare()
1698 if (format.wfx.wFormatTag == FAUDIO_FORMAT_PCM) in FACTWaveBank_Prepare()
[all …]
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/cores/AudioEngine/Sinks/
H A DAESinkWASAPI.cpp431 wfxex.Format.wFormatTag = WAVE_FORMAT_EXTENSIBLE; in EnumerateDevicesEx()
464 wfxex.Format.wFormatTag = WAVE_FORMAT_EXTENSIBLE; in EnumerateDevicesEx()
567 wfxex.Format.wFormatTag = WAVE_FORMAT_EXTENSIBLE; in EnumerateDevicesEx()
599 wfxex.Format.wFormatTag = WAVE_FORMAT_EXTENSIBLE; in EnumerateDevicesEx()
713 wfxex.Format.wFormatTag = WAVE_FORMAT_EXTENSIBLE; in InitializeExclusive()
771 wfxex.Format.wFormatTag = WAVE_FORMAT_EXTENSIBLE; in InitializeExclusive()
H A DAESinkXAudio.cpp359 wfxex.Format.wFormatTag = WAVE_FORMAT_EXTENSIBLE; in EnumerateDevicesEx()
389 wfxex.Format.wFormatTag = WAVE_FORMAT_EXTENSIBLE; in EnumerateDevicesEx()
504 wfxex.Format.wFormatTag = WAVE_FORMAT_EXTENSIBLE; in EnumerateDevicesEx()
538 wfxex.Format.wFormatTag = WAVE_FORMAT_EXTENSIBLE; in EnumerateDevicesEx()
624 wfxex.Format.wFormatTag = WAVE_FORMAT_EXTENSIBLE; in InitializeInternal()
710 wfxex.Format.wFormatTag = WAVE_FORMAT_EXTENSIBLE; in InitializeInternal()
/dports/devel/sdl20/SDL2-2.0.18/src/audio/wasapi/
H A DSDL_wasapi.c93 if ((waveformat->wFormatTag == WAVE_FORMAT_IEEE_FLOAT) && (waveformat->wBitsPerSample == 32)) { in WaveFormatToSDLFormat()
95 } else if ((waveformat->wFormatTag == WAVE_FORMAT_PCM) && (waveformat->wBitsPerSample == 16)) { in WaveFormatToSDLFormat()
97 } else if ((waveformat->wFormatTag == WAVE_FORMAT_PCM) && (waveformat->wBitsPerSample == 32)) { in WaveFormatToSDLFormat()
99 } else if (waveformat->wFormatTag == WAVE_FORMAT_EXTENSIBLE) { in WaveFormatToSDLFormat()
/dports/audio/murmur/mumble-1.3.3/src/mumble/
H A DDirectSound.cpp307 wfxSet.Format.wFormatTag = WAVE_FORMAT_PCM; in run()
310 wfx.Format.wFormatTag = WAVE_FORMAT_PCM; in run()
329 wfx.Format.wFormatTag = WAVE_FORMAT_EXTENSIBLE; in run()
492 wfx.wFormatTag = WAVE_FORMAT_PCM; in run()
/dports/x11/controllermap/SDL2-2.0.18/src/audio/wasapi/
H A DSDL_wasapi.c93 if ((waveformat->wFormatTag == WAVE_FORMAT_IEEE_FLOAT) && (waveformat->wBitsPerSample == 32)) { in WaveFormatToSDLFormat()
95 } else if ((waveformat->wFormatTag == WAVE_FORMAT_PCM) && (waveformat->wBitsPerSample == 16)) { in WaveFormatToSDLFormat()
97 } else if ((waveformat->wFormatTag == WAVE_FORMAT_PCM) && (waveformat->wBitsPerSample == 32)) { in WaveFormatToSDLFormat()
99 } else if (waveformat->wFormatTag == WAVE_FORMAT_EXTENSIBLE) { in WaveFormatToSDLFormat()
/dports/audio/mumble/mumble-1.3.3/src/mumble/
H A DDirectSound.cpp307 wfxSet.Format.wFormatTag = WAVE_FORMAT_PCM; in run()
310 wfx.Format.wFormatTag = WAVE_FORMAT_PCM; in run()
329 wfx.Format.wFormatTag = WAVE_FORMAT_EXTENSIBLE; in run()
492 wfx.wFormatTag = WAVE_FORMAT_PCM; in run()
/dports/databases/py-gdbm/Python-3.8.12/Lib/
H A Dwave.py257wFormatTag, self._nchannels, self._framerate, dwAvgBytesPerSec, wBlockAlign = struct.unpack_from('…
260 if wFormatTag == WAVE_FORMAT_PCM:
269 raise Error('unknown format: %r' % (wFormatTag,))
/dports/lang/python310/Python-3.10.1/Lib/
H A Dwave.py256wFormatTag, self._nchannels, self._framerate, dwAvgBytesPerSec, wBlockAlign = struct.unpack_from('…
259 if wFormatTag == WAVE_FORMAT_PCM:
268 raise Error('unknown format: %r' % (wFormatTag,))
/dports/lang/python37/Python-3.7.12/Lib/
H A Dwave.py257wFormatTag, self._nchannels, self._framerate, dwAvgBytesPerSec, wBlockAlign = struct.unpack_from('…
260 if wFormatTag == WAVE_FORMAT_PCM:
269 raise Error('unknown format: %r' % (wFormatTag,))
/dports/lang/python-tools/Python-3.8.12/Lib/
H A Dwave.py257wFormatTag, self._nchannels, self._framerate, dwAvgBytesPerSec, wBlockAlign = struct.unpack_from('…
260 if wFormatTag == WAVE_FORMAT_PCM:
269 raise Error('unknown format: %r' % (wFormatTag,))
/dports/lang/python39/Python-3.9.9/Lib/
H A Dwave.py256wFormatTag, self._nchannels, self._framerate, dwAvgBytesPerSec, wBlockAlign = struct.unpack_from('…
259 if wFormatTag == WAVE_FORMAT_PCM:
268 raise Error('unknown format: %r' % (wFormatTag,))
/dports/lang/python38/Python-3.8.12/Lib/
H A Dwave.py257wFormatTag, self._nchannels, self._framerate, dwAvgBytesPerSec, wBlockAlign = struct.unpack_from('…
260 if wFormatTag == WAVE_FORMAT_PCM:
269 raise Error('unknown format: %r' % (wFormatTag,))
/dports/audio/fluidsynth/fluidsynth-2.2.4/src/drivers/
H A Dfluid_waveout.c297 wfx.Format.wFormatTag = WAVE_FORMAT_IEEE_FLOAT; in new_fluid_waveout_audio_driver2()
306 wfx.Format.wFormatTag = WAVE_FORMAT_PCM; in new_fluid_waveout_audio_driver2()
340 wfx.Format.wFormatTag = WAVE_FORMAT_EXTENSIBLE; in new_fluid_waveout_audio_driver2()
/dports/graphics/libprojectm/projectm-3.1.12/src/projectM-sdl/
H A DprojectM_SDL_main.cpp204 switch (pwfx->wFormatTag) { in main()
206 pwfx->wFormatTag = WAVE_FORMAT_PCM; in main()
231 …ERR(L"Don't know how to coerce WAVEFORMATEX with wFormatTag = 0x%08x to int-16", pwfx->wFormatTag); in main()
/dports/databases/py-sqlite3/Python-3.8.12/Lib/
H A Dwave.py257wFormatTag, self._nchannels, self._framerate, dwAvgBytesPerSec, wBlockAlign = struct.unpack_from('…
260 if wFormatTag == WAVE_FORMAT_PCM:
269 raise Error('unknown format: %r' % (wFormatTag,))

12345678910>>...58