Home
last modified time | relevance | path

Searched refs:wFormatTag (Results 1 – 14 of 14) sorted by relevance

/third_party/gstreamer/gstplugins_bad/sys/wasapi2/
Dgstwasapi2util.c299 if (format->wFormatTag == WAVE_FORMAT_EXTENSIBLE) { in gst_wasapi2_util_waveformatex_to_channel_mask()
366 switch (format->wFormatTag) { in gst_wasapi2_util_waveformatex_to_audio_format()
417 if (format->wFormatTag != WAVE_FORMAT_PCM && in gst_wasapi2_util_parse_waveformatex()
418 format->wFormatTag != WAVE_FORMAT_IEEE_FLOAT && in gst_wasapi2_util_parse_waveformatex()
419 format->wFormatTag != WAVE_FORMAT_EXTENSIBLE) in gst_wasapi2_util_parse_waveformatex()
/third_party/gstreamer/gstplugins_bad/sys/wasapi/
Dgstwasapiutil.c657 if (format->Format.wFormatTag == WAVE_FORMAT_PCM) { in gst_waveformatex_to_audio_format()
660 } else if (format->Format.wFormatTag == WAVE_FORMAT_IEEE_FLOAT) { in gst_waveformatex_to_audio_format()
665 } else if (format->Format.wFormatTag == WAVE_FORMAT_EXTENSIBLE) { in gst_waveformatex_to_audio_format()
761 if (format->Format.wFormatTag != WAVE_FORMAT_PCM && in gst_wasapi_util_parse_waveformatex()
762 format->Format.wFormatTag != WAVE_FORMAT_IEEE_FLOAT && in gst_wasapi_util_parse_waveformatex()
763 format->Format.wFormatTag != WAVE_FORMAT_EXTENSIBLE) in gst_wasapi_util_parse_waveformatex()
/third_party/python/Lib/
Dwave.py256wFormatTag, self._nchannels, self._framerate, dwAvgBytesPerSec, wBlockAlign = struct.unpack_from('…
259 if wFormatTag == WAVE_FORMAT_PCM:
268 raise Error('unknown format: %r' % (wFormatTag,))
/third_party/NuttX/drivers/usbdev/gadget/
Df_uac.h141 uint16_t wFormatTag; /* The Audio Data Format */ member
Df_uac.c309 .wFormatTag = 1,
/third_party/gstreamer/gstplugins_good/sys/directsound/
Dgstdirectsoundsink.c490 wfx.wFormatTag = WAVE_FORMAT_PCM; in gst_directsound_sink_prepare()
513 wfx.wFormatTag = WAVE_FORMAT_DOLBY_AC3_SPDIF; in gst_directsound_sink_prepare()
859 wfx.wFormatTag = WAVE_FORMAT_DOLBY_AC3_SPDIF; in gst_directsound_probe_supported_formats()
/third_party/ffmpeg/libavdevice/
Ddshow_common.c181 dshowdebug(" wFormatTag: %u\n", fx->wFormatTag); in ff_print_AM_MEDIA_TYPE()
/third_party/gstreamer/gstplugins_bad/sys/dshowdecwrapper/
Dgstdshowaudiodec.cpp732 format->wFormatTag = WAVE_FORMAT_MPEG; in dshowaudiodec_set_input_format()
811 format->wFormatTag = codec_entry->format; in dshowaudiodec_set_input_format()
839 format->wFormatTag = WAVE_FORMAT_PCM; in dshowaudiodec_set_output_format()
/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.c594 wf.wFormatTag = WAVE_FORMAT_PCM ; in win32_play()
/third_party/gstreamer/gstplugins_bad/sys/dshowsrcwrapper/
Dgstdshowaudiosrc.cpp748 switch (wavformat->wFormatTag) { in gst_dshowaudiosrc_getcaps_from_streamcaps()
/third_party/pulseaudio/src/modules/
Dmodule-waveout.c515 wf->Format.wFormatTag = WAVE_FORMAT_EXTENSIBLE; in ss_to_waveformat()
/third_party/gstreamer/gstplugins_bad/sys/directsound/
Dgstdirectsoundsrc.c487 wfx.wFormatTag = WAVE_FORMAT_PCM; in gst_directsound_src_prepare()
/third_party/gstreamer/gstplugins_good/gst/isomp4/
Dqtdemux.c12547 gint16 wFormatTag; in qtdemux_parse_trak() member
12567 if (wfex->wFormatTag == 0x0161) { in qtdemux_parse_trak()
12570 } else if (wfex->wFormatTag == 0x0162) { in qtdemux_parse_trak()
12573 } else if (wfex->wFormatTag == 0x0163) { in qtdemux_parse_trak()
12607 gint16 wFormatTag; in qtdemux_parse_trak() member
12641 wfex.wFormatTag = GST_READ_UINT16_LE (wfex_data + 8 + 0); in qtdemux_parse_trak()
12652 "BitsPerSample = %u, Size = %u", wfex.wFormatTag, in qtdemux_parse_trak()
12656 if (wfex.wFormatTag == 0x0161) { in qtdemux_parse_trak()
12659 } else if (wfex.wFormatTag == 0x0162) { in qtdemux_parse_trak()
12662 } else if (wfex.wFormatTag == 0x0163) { in qtdemux_parse_trak()