Home
last modified time | relevance | path

Searched refs:WAVE_FORMAT_PCM (Results 1 – 22 of 22) sorted by relevance

/third_party/alsa-utils/axfer/
Dcontainer-riff-wave.c33 WAVE_FORMAT_PCM = 0x0001, enumerator
48 {WAVE_FORMAT_PCM, SND_PCM_FORMAT_U8},
49 {WAVE_FORMAT_PCM, SND_PCM_FORMAT_S16_LE},
50 {WAVE_FORMAT_PCM, SND_PCM_FORMAT_S16_BE},
51 {WAVE_FORMAT_PCM, SND_PCM_FORMAT_S24_LE},
52 {WAVE_FORMAT_PCM, SND_PCM_FORMAT_S24_BE},
53 {WAVE_FORMAT_PCM, SND_PCM_FORMAT_S32_LE},
54 {WAVE_FORMAT_PCM, SND_PCM_FORMAT_S32_BE},
55 {WAVE_FORMAT_PCM, SND_PCM_FORMAT_S24_3LE},
56 {WAVE_FORMAT_PCM, SND_PCM_FORMAT_S24_3BE},
[all …]
/third_party/python/Lib/
Dwave.py87 WAVE_FORMAT_PCM = 0x0001 variable
259 if wFormatTag == WAVE_FORMAT_PCM:
481 WAVE_FORMAT_PCM, self._nchannels, self._framerate,
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/cpp/util/
DWaveFileWriter.h141 static constexpr int WAVE_FORMAT_PCM = 1; variable
DWaveFileWriter.cpp56 writeShortLittle(WAVE_FORMAT_PCM); in writeFormatChunk()
/third_party/gstreamer/gstplugins_bad/sys/wasapi2/
Dgstwasapi2util.c367 case WAVE_FORMAT_PCM: in gst_wasapi2_util_waveformatex_to_audio_format()
417 if (format->wFormatTag != WAVE_FORMAT_PCM && in gst_wasapi2_util_parse_waveformatex()
/third_party/gstreamer/gstplugins_bad/sys/dshowdecwrapper/
Dgstdshowaudiodec.cpp839 format->wFormatTag = WAVE_FORMAT_PCM; in dshowaudiodec_set_output_format()
848 GUID subtype = GUID_MEDIASUBTYPE_FROM_FOURCC (WAVE_FORMAT_PCM); in dshowaudiodec_set_output_format()
1029 GUID outsubtype = GUID_MEDIASUBTYPE_FROM_FOURCC (WAVE_FORMAT_PCM); in gst_dshowaudiodec_create_graph_and_filters()
1173 GUID outsubtype = GUID_MEDIASUBTYPE_FROM_FOURCC (WAVE_FORMAT_PCM); in dshow_adec_register()
/third_party/libsnd/src/
Dwavlike.h76 WAVE_FORMAT_PCM = 0x0001, /* Microsoft PCM format */ enumerator
Dw64.c395 { case WAVE_FORMAT_PCM : in w64_read_header()
475 …psf_binheader_writef (psf, "e8224", BHW8 (fmt_size), BHW2 (WAVE_FORMAT_PCM), BHW2 (psf->sf.channel… in w64_write_header()
Dwavlike.c150 if (wav_fmt->format == WAVE_FORMAT_PCM && wav_fmt->min.blockalign == 0 in wavlike_read_fmt_chunk()
159 if (wav_fmt->format == WAVE_FORMAT_PCM && wav_fmt->min.bitwidth == 24 && in wavlike_read_fmt_chunk()
198 { case WAVE_FORMAT_PCM : in wavlike_read_fmt_chunk()
573 { FORMAT_TYPE (WAVE_FORMAT_PCM),
Dwav.c649 if (format != WAVE_FORMAT_PCM && (parsestage & HAVE_fact) == 0) in wav_read_header()
704 case WAVE_FORMAT_PCM : in wav_read_header()
770 …psf_binheader_writef (psf, "4224", BHW4 (fmt_size), BHW2 (WAVE_FORMAT_PCM), BHW2 (psf->sf.channels… in wav_write_fmt_chunk()
Drf64.c435 case WAVE_FORMAT_PCM : in rf64_read_header()
/third_party/gstreamer/gstplugins_bad/sys/wasapi/
Dgstwasapiutil.c657 if (format->Format.wFormatTag == WAVE_FORMAT_PCM) { in gst_waveformatex_to_audio_format()
761 if (format->Format.wFormatTag != WAVE_FORMAT_PCM && in gst_wasapi_util_parse_waveformatex()
/third_party/ffmpeg/libavcodec/
Dshorten.c43 #define WAVE_FORMAT_PCM 0x0001 macro
317 case WAVE_FORMAT_PCM: in decode_wave_header()
/third_party/flutter/skia/third_party/externals/sdl/src/audio/xaudio2/
DSDL_xaudio2.c391 waveformat.wFormatTag = WAVE_FORMAT_PCM; in XAUDIO2_OpenDevice()
/third_party/flutter/skia/third_party/externals/sdl/src/audio/winmm/
DSDL_winmm.c229 pfmt->wFormatTag = WAVE_FORMAT_PCM; in PrepWaveFormat()
/third_party/flutter/skia/third_party/externals/sdl/src/audio/directsound/
DSDL_directsound.c535 wfmt.wFormatTag = WAVE_FORMAT_PCM; in DSOUND_OpenDevice()
/third_party/gstreamer/gstplugins_good/sys/waveform/
Dgstwaveformsink.c352 wfx.wFormatTag = WAVE_FORMAT_PCM; in gst_waveform_sink_prepare()
/third_party/libsnd/programs/
Dsndfile-play.c592 wf.wFormatTag = WAVE_FORMAT_PCM ; in win32_play()
/third_party/gstreamer/gstplugins_bad/sys/dshowsrcwrapper/
Dgstdshowaudiosrc.cpp749 case WAVE_FORMAT_PCM: in gst_dshowaudiosrc_getcaps_from_streamcaps()
/third_party/pulseaudio/src/modules/
Dmodule-waveout.c461 wf->wFormatTag = WAVE_FORMAT_PCM; in ss_to_waveformat()
/third_party/gstreamer/gstplugins_good/sys/directsound/
Dgstdirectsoundsink.c490 wfx.wFormatTag = WAVE_FORMAT_PCM; in gst_directsound_sink_prepare()
/third_party/gstreamer/gstplugins_bad/sys/directsound/
Dgstdirectsoundsrc.c487 wfx.wFormatTag = WAVE_FORMAT_PCM; in gst_directsound_src_prepare()