Home
last modified time | relevance | path

Searched refs:wFormatTag (Results 251 – 275 of 1439) sorted by relevance

1...<<11121314151617181920>>...58

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/media/audio/win/
H A Dcore_audio_util_win.cc659 return ptr_->wFormatTag == WAVE_FORMAT_EXTENSIBLE && ptr_->cbSize >= 22; in IsExtensible()
664 : ptr_->wFormatTag == WAVE_FORMAT_PCM; in IsPcm()
670 : ptr_->wFormatTag == WAVE_FORMAT_IEEE_FLOAT; in IsFloat()
696 WaveFormatTagToString(format->wFormatTag), format->wFormatTag, in WaveFormatToString()
1005 << "Format tag: 0x" << std::hex << wrapped_format->wFormatTag; in GetSharedModeMixFormat()
/dports/www/chromium-legacy/chromium-88.0.4324.182/media/audio/win/
H A Dcore_audio_util_win.cc659 return ptr_->wFormatTag == WAVE_FORMAT_EXTENSIBLE && ptr_->cbSize >= 22; in IsExtensible()
664 : ptr_->wFormatTag == WAVE_FORMAT_PCM; in IsPcm()
670 : ptr_->wFormatTag == WAVE_FORMAT_IEEE_FLOAT; in IsFloat()
696 WaveFormatTagToString(format->wFormatTag), format->wFormatTag, in WaveFormatToString()
1005 << "Format tag: 0x" << std::hex << wrapped_format->wFormatTag; in GetSharedModeMixFormat()
/dports/multimedia/mencoder/mplayer-export-2021-12-29/libmpcodecs/
H A Ddec_audio.c154 unsigned int orig_fourcc = sh_audio->wf ? sh_audio->wf->wFormatTag : 0; in init_audio()
168 sh_audio->wf->wFormatTag = i = orig_fourcc; in init_audio()
175 sh_audio->wf->wFormatTag = i; in init_audio()
/dports/net/freerdp/freerdp-2.5.0/channels/rdpsnd/client/pulse/
H A Drdpsnd_pulse.c249 switch (format->wFormatTag) in rdpsnd_pulse_set_format_spec()
403 defaultFormat->wFormatTag = WAVE_FORMAT_PCM; in rdpsnd_pulse_default_format()
418 switch (format->wFormatTag) in rdpsnd_pulse_format_supported()
/dports/games/NBlood/NBlood-a1689a4/source/audiolib/src/
H A Dformats.cpp364 format.wFormatTag = B_LITTLE16(format.wFormatTag); in MV_PlayWAV()
376 if (format.wFormatTag != 1 || (format.nChannels != 1 && format.nChannels != 2) || in MV_PlayWAV()
/dports/multimedia/mplayer/mplayer-export-2021-12-29/libmpcodecs/
H A Ddec_audio.c154 unsigned int orig_fourcc = sh_audio->wf ? sh_audio->wf->wFormatTag : 0; in init_audio()
168 sh_audio->wf->wFormatTag = i = orig_fourcc; in init_audio()
175 sh_audio->wf->wFormatTag = i; in init_audio()
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/sound/
H A Dds.cpp277 (*header)->wFormatTag = OGG_FORMAT_VORBIS; in ds_parse_sound()
340 PCM_header.wf.wFormatTag = cfread_ushort(fp); in ds_parse_sound()
348 switch (PCM_header.wf.wFormatTag) { in ds_parse_sound()
388 nprintf(("Sound", "SOUND ==> Format '%d' is not supported!\n", PCM_header.wf.wFormatTag)); in ds_parse_sound()
393 if (PCM_header.wf.wFormatTag == WAVE_FORMAT_ADPCM) { in ds_parse_sound()
556 PCM_header.wf.wFormatTag = cfread_ushort(fp); in ds_parse_sound_info()
564 switch (PCM_header.wf.wFormatTag) { in ds_parse_sound_info()
604 nprintf(("Sound", "SOUND ==> Format '%d' is not supported!\n", PCM_header.wf.wFormatTag)); in ds_parse_sound_info()
609 s_info->format = PCM_header.wf.wFormatTag; in ds_parse_sound_info()
/dports/sysutils/edk2/edk2-platforms-89f6170d/Silicon/Intel/CoffeelakeSiliconPkg/Pch/Include/
H A DDxeHdaNhlt.h37 UINT16 wFormatTag; member
/dports/sysutils/edk2/edk2-platforms-89f6170d/Silicon/Intel/TigerlakeSiliconPkg/Include/
H A DDxeHdaNhlt.h36 UINT16 wFormatTag; member
/dports/sysutils/edk2/edk2-platforms-89f6170d/Silicon/Intel/CoffeelakeSiliconPkg/Pch/Include/Private/Library/
H A DDxePchHdaNhlt.h37 UINT16 wFormatTag; member
/dports/net/freerdp/freerdp-2.5.0/server/Windows/
H A Dwf_wasapi.c218 pwfx->wFormatTag = wfi->agreed_format->wFormatTag; in wf_rdpsnd_wasapi_thread()
/dports/audio/audiere/audiere-1.9.4/src/
H A Ddevice_ds.cpp199 wfx.wFormatTag = WAVE_FORMAT_PCM; in openStream()
249 wfx.wFormatTag = WAVE_FORMAT_PCM; in openBuffer()
/dports/editors/biew/biew-610/plugins/bin/
H A Davi.c243 ,wavf.wFormatTag,wtag_find_name(wavf.wFormatTag) in Show_A_Header()
/dports/games/dhewm3/dhewm3-1.5.1/neo/sound/
H A Dsnd_shader.cpp381 if ( leadins[ i ]->objectInfo.wFormatTag == WAVE_FORMAT_TAG_OGG ) { in CheckShakesAndOgg()
388 if ( entries[ i ]->objectInfo.wFormatTag == WAVE_FORMAT_TAG_OGG ) { in CheckShakesAndOgg()
/dports/emulators/yuzu/yuzu-0b47f7a46/externals/cubeb/src/
H A Dcubeb_wasapi.cpp748 if (fmt->wFormatTag == WAVE_FORMAT_EXTENSIBLE) {
751 } else if (fmt->wFormatTag == WAVE_FORMAT_PCM ||
752 fmt->wFormatTag == WAVE_FORMAT_IEEE_FLOAT) {
1747 if (format->wFormatTag == WAVE_FORMAT_EXTENSIBLE) {
1765 if (mix_format->wFormatTag != WAVE_FORMAT_EXTENSIBLE) {
2028 if (mix_format->wFormatTag == WAVE_FORMAT_PCM ||
2029 mix_format->wFormatTag == WAVE_FORMAT_IEEE_FLOAT) {
2033 mix_format->wFormatTag = WAVE_FORMAT_PCM;
2036 mix_format->wFormatTag = WAVE_FORMAT_IEEE_FLOAT;
2045 if (mix_format->wFormatTag == WAVE_FORMAT_EXTENSIBLE) {
[all …]
/dports/www/firefox-esr/firefox-91.8.0/media/libcubeb/src/
H A Dcubeb_wasapi.cpp755 if (fmt->wFormatTag == WAVE_FORMAT_EXTENSIBLE) {
758 } else if (fmt->wFormatTag == WAVE_FORMAT_PCM ||
759 fmt->wFormatTag == WAVE_FORMAT_IEEE_FLOAT) {
1812 if (format->wFormatTag == WAVE_FORMAT_EXTENSIBLE) {
1830 if (mix_format->wFormatTag != WAVE_FORMAT_EXTENSIBLE) {
2093 if (mix_format->wFormatTag == WAVE_FORMAT_PCM ||
2094 mix_format->wFormatTag == WAVE_FORMAT_IEEE_FLOAT) {
2098 mix_format->wFormatTag = WAVE_FORMAT_PCM;
2101 mix_format->wFormatTag = WAVE_FORMAT_IEEE_FLOAT;
2110 if (mix_format->wFormatTag == WAVE_FORMAT_EXTENSIBLE) {
[all …]
/dports/emulators/citra-qt5/citra-ac98458e0/externals/cubeb/src/
H A Dcubeb_wasapi.cpp801 if (fmt->wFormatTag == WAVE_FORMAT_EXTENSIBLE) {
805 } else if (fmt->wFormatTag == WAVE_FORMAT_PCM ||
806 fmt->wFormatTag == WAVE_FORMAT_IEEE_FLOAT) {
1862 if (format->wFormatTag == WAVE_FORMAT_EXTENSIBLE) {
1885 if (mix_format->wFormatTag != WAVE_FORMAT_EXTENSIBLE) {
2163 if (mix_format->wFormatTag == WAVE_FORMAT_PCM ||
2164 mix_format->wFormatTag == WAVE_FORMAT_IEEE_FLOAT) {
2168 mix_format->wFormatTag = WAVE_FORMAT_PCM;
2171 mix_format->wFormatTag = WAVE_FORMAT_IEEE_FLOAT;
2180 if (mix_format->wFormatTag == WAVE_FORMAT_EXTENSIBLE) {
[all …]
/dports/emulators/citra/citra-ac98458e0/externals/cubeb/src/
H A Dcubeb_wasapi.cpp801 if (fmt->wFormatTag == WAVE_FORMAT_EXTENSIBLE) {
805 } else if (fmt->wFormatTag == WAVE_FORMAT_PCM ||
806 fmt->wFormatTag == WAVE_FORMAT_IEEE_FLOAT) {
1862 if (format->wFormatTag == WAVE_FORMAT_EXTENSIBLE) {
1885 if (mix_format->wFormatTag != WAVE_FORMAT_EXTENSIBLE) {
2163 if (mix_format->wFormatTag == WAVE_FORMAT_PCM ||
2164 mix_format->wFormatTag == WAVE_FORMAT_IEEE_FLOAT) {
2168 mix_format->wFormatTag = WAVE_FORMAT_PCM;
2171 mix_format->wFormatTag = WAVE_FORMAT_IEEE_FLOAT;
2180 if (mix_format->wFormatTag == WAVE_FORMAT_EXTENSIBLE) {
[all …]
/dports/www/firefox/firefox-99.0/third_party/rust/cubeb-sys/libcubeb/src/
H A Dcubeb_wasapi.cpp748 if (fmt->wFormatTag == WAVE_FORMAT_EXTENSIBLE) {
751 } else if (fmt->wFormatTag == WAVE_FORMAT_PCM ||
752 fmt->wFormatTag == WAVE_FORMAT_IEEE_FLOAT) {
1750 if (format->wFormatTag == WAVE_FORMAT_EXTENSIBLE) {
1768 if (mix_format->wFormatTag != WAVE_FORMAT_EXTENSIBLE) {
2031 if (mix_format->wFormatTag == WAVE_FORMAT_PCM ||
2032 mix_format->wFormatTag == WAVE_FORMAT_IEEE_FLOAT) {
2036 mix_format->wFormatTag = WAVE_FORMAT_PCM;
2039 mix_format->wFormatTag = WAVE_FORMAT_IEEE_FLOAT;
2048 if (mix_format->wFormatTag == WAVE_FORMAT_EXTENSIBLE) {
[all …]
/dports/www/firefox/firefox-99.0/media/libcubeb/src/
H A Dcubeb_wasapi.cpp801 if (fmt->wFormatTag == WAVE_FORMAT_EXTENSIBLE) {
805 } else if (fmt->wFormatTag == WAVE_FORMAT_PCM ||
806 fmt->wFormatTag == WAVE_FORMAT_IEEE_FLOAT) {
1869 if (format->wFormatTag == WAVE_FORMAT_EXTENSIBLE) {
1892 if (mix_format->wFormatTag != WAVE_FORMAT_EXTENSIBLE) {
2170 if (mix_format->wFormatTag == WAVE_FORMAT_PCM ||
2171 mix_format->wFormatTag == WAVE_FORMAT_IEEE_FLOAT) {
2175 mix_format->wFormatTag = WAVE_FORMAT_PCM;
2178 mix_format->wFormatTag = WAVE_FORMAT_IEEE_FLOAT;
2187 if (mix_format->wFormatTag == WAVE_FORMAT_EXTENSIBLE) {
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/cubeb-sys/libcubeb/src/
H A Dcubeb_wasapi.cpp748 if (fmt->wFormatTag == WAVE_FORMAT_EXTENSIBLE) {
751 } else if (fmt->wFormatTag == WAVE_FORMAT_PCM ||
752 fmt->wFormatTag == WAVE_FORMAT_IEEE_FLOAT) {
1750 if (format->wFormatTag == WAVE_FORMAT_EXTENSIBLE) {
1768 if (mix_format->wFormatTag != WAVE_FORMAT_EXTENSIBLE) {
2031 if (mix_format->wFormatTag == WAVE_FORMAT_PCM ||
2032 mix_format->wFormatTag == WAVE_FORMAT_IEEE_FLOAT) {
2036 mix_format->wFormatTag = WAVE_FORMAT_PCM;
2039 mix_format->wFormatTag = WAVE_FORMAT_IEEE_FLOAT;
2048 if (mix_format->wFormatTag == WAVE_FORMAT_EXTENSIBLE) {
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/cubeb-sys/libcubeb/src/
H A Dcubeb_wasapi.cpp748 if (fmt->wFormatTag == WAVE_FORMAT_EXTENSIBLE) {
751 } else if (fmt->wFormatTag == WAVE_FORMAT_PCM ||
752 fmt->wFormatTag == WAVE_FORMAT_IEEE_FLOAT) {
1750 if (format->wFormatTag == WAVE_FORMAT_EXTENSIBLE) {
1768 if (mix_format->wFormatTag != WAVE_FORMAT_EXTENSIBLE) {
2031 if (mix_format->wFormatTag == WAVE_FORMAT_PCM ||
2032 mix_format->wFormatTag == WAVE_FORMAT_IEEE_FLOAT) {
2036 mix_format->wFormatTag = WAVE_FORMAT_PCM;
2039 mix_format->wFormatTag = WAVE_FORMAT_IEEE_FLOAT;
2048 if (mix_format->wFormatTag == WAVE_FORMAT_EXTENSIBLE) {
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/media/libcubeb/src/
H A Dcubeb_wasapi.cpp755 if (fmt->wFormatTag == WAVE_FORMAT_EXTENSIBLE) {
758 } else if (fmt->wFormatTag == WAVE_FORMAT_PCM ||
759 fmt->wFormatTag == WAVE_FORMAT_IEEE_FLOAT) {
1812 if (format->wFormatTag == WAVE_FORMAT_EXTENSIBLE) {
1830 if (mix_format->wFormatTag != WAVE_FORMAT_EXTENSIBLE) {
2093 if (mix_format->wFormatTag == WAVE_FORMAT_PCM ||
2094 mix_format->wFormatTag == WAVE_FORMAT_IEEE_FLOAT) {
2098 mix_format->wFormatTag = WAVE_FORMAT_PCM;
2101 mix_format->wFormatTag = WAVE_FORMAT_IEEE_FLOAT;
2110 if (mix_format->wFormatTag == WAVE_FORMAT_EXTENSIBLE) {
[all …]
/dports/audio/csound/csound-6.15.0/iOS/Csound iOS Swift Examples/Csound iOS SwiftExamples/csound-iOS/headers/
H A Dpvfileio.h47 uint16_t wFormatTag; member
/dports/audio/csound/csound-6.15.0/iOS/Csound iOS Obj-C Examples/csound-iOS/headers/
H A Dpvfileio.h47 uint16_t wFormatTag; member

1...<<11121314151617181920>>...58