Home
last modified time | relevance | path

Searched refs:gst_audio_format_build_integer (Results 1 – 17 of 17) sorted by relevance

/third_party/gstreamer/gstplugins_bad/sys/wasapi2/
Dgstwasapi2util.c368 fmt = gst_audio_format_build_integer (TRUE, G_LITTLE_ENDIAN, in gst_wasapi2_util_waveformatex_to_audio_format()
381 fmt = gst_audio_format_build_integer (TRUE, G_LITTLE_ENDIAN, in gst_wasapi2_util_waveformatex_to_audio_format()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/
Daudio-format.h275 GstAudioFormat gst_audio_format_build_integer (gboolean sign, gint endianness,
Daudio-format.c371 gst_audio_format_build_integer (gboolean sign, gint endianness, in gst_audio_format_build_integer() function
/third_party/gstreamer/gstplugins_bad/gst/mxf/
Dmxfd10.c236 gst_audio_format_build_integer (s->quantization_bits != 8, in mxf_d10_create_caps()
Dmxfaes-bwf.c1281 gst_audio_format_build_integer (block_align != in mxf_bwf_create_caps()
1313 gst_audio_format_build_integer (block_align != in mxf_bwf_create_caps()
1394 gst_audio_format_build_integer (block_align != descriptor->channel_count, in mxf_aes3_create_caps()
/third_party/gstreamer/gstplugins_good/ext/flac/
Dgstflacdec.c511 gst_audio_format_build_integer (TRUE, G_BYTE_ORDER, width, gdepth), in gst_flac_dec_metadata_cb()
667 gst_audio_format_build_integer (TRUE, G_BYTE_ORDER, width, gdepth), in gst_flac_dec_write()
/third_party/gstreamer/gstplugins_bad/sys/wasapi/
Dgstwasapiutil.c658 fmt = gst_audio_format_build_integer (TRUE, G_LITTLE_ENDIAN, in gst_waveformatex_to_audio_format()
667 fmt = gst_audio_format_build_integer (TRUE, G_LITTLE_ENDIAN, in gst_waveformatex_to_audio_format()
/third_party/gstreamer/gstplugins_good/sys/osxaudio/
Dgstosxcoreaudio.c523 format = gst_audio_format_build_integer (sign, endianness, bps, bps); in gst_core_audio_asbd_to_caps()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/riff/
Driff-media.c1263 gst_audio_format_build_integer (wd != 8, G_LITTLE_ENDIAN, wd, ws); in gst_riff_create_audio_caps()
1664 gst_audio_format_build_integer (wd != 8, G_LITTLE_ENDIAN, wd, in gst_riff_create_audio_caps()
/third_party/gstreamer/gstplugins_base/tests/check/elements/
Daudioconvert.c107 fmt = gst_audio_format_build_integer (signedness, endianness, width, depth); in get_int_caps()
378 fmt = gst_audio_format_build_integer (signedness, endianness, width, depth); in get_int_mc_caps()
/third_party/gstreamer/gstplugins_base/tests/check/libs/
Daudio.c953 fmt = gst_audio_format_build_integer (TRUE, G_BYTE_ORDER, 8, 8); in GST_START_TEST()
963 fmt = gst_audio_format_build_integer (FALSE, G_BYTE_ORDER, 8, 8); in GST_START_TEST()
/third_party/gstreamer/gstplugins_bad/sys/dshowsrcwrapper/
Dgstdshowaudiosrc.cpp750 …format = gst_audio_format_build_integer (TRUE, G_BYTE_ORDER, wavformat->wBitsPerSample, wavformat-… in gst_dshowaudiosrc_getcaps_from_streamcaps()
/third_party/gstreamer/gstplugins_bad/sys/dshowdecwrapper/
Dgstdshowaudiodec.cpp923 gst_audio_format_build_integer(TRUE, G_BYTE_ORDER, adec->depth, adec->depth), in gst_dshowaudiodec_setup_graph()
/third_party/gstreamer/gstplugins_good/gst/flv/
Dgstflvdemux.c763 format = gst_audio_format_build_integer ((width == 8) ? FALSE : TRUE, in gst_flv_demux_audio_negotiate()
/third_party/gstreamer/gstplugins_good/gst/isomp4/
Dqtdemux.c14915 format = gst_audio_format_build_integer (TRUE, endian, depth, depth);
15152 format = gst_audio_format_build_integer ((flags & FLAG_IS_SIGNED) ?
/third_party/gstreamer/gstplugins_good/gst/matroska/
Dmatroska-demux.c6966 format = gst_audio_format_build_integer (sign, endianness, in gst_matroska_demux_audio_caps()
/third_party/gstreamer/gstplugins_base/
DChangeLog96352 audio: Properly handle signedness in gst_audio_format_build_integer()