Searched refs:gst_audio_format_build_integer (Results 1 – 17 of 17) sorted by relevance
/third_party/gstreamer/gstplugins_bad/sys/wasapi2/ |
D | gstwasapi2util.c | 368 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/ |
D | audio-format.h | 275 GstAudioFormat gst_audio_format_build_integer (gboolean sign, gint endianness,
|
D | audio-format.c | 371 gst_audio_format_build_integer (gboolean sign, gint endianness, in gst_audio_format_build_integer() function
|
/third_party/gstreamer/gstplugins_bad/gst/mxf/ |
D | mxfd10.c | 236 gst_audio_format_build_integer (s->quantization_bits != 8, in mxf_d10_create_caps()
|
D | mxfaes-bwf.c | 1281 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/ |
D | gstflacdec.c | 511 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/ |
D | gstwasapiutil.c | 658 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/ |
D | gstosxcoreaudio.c | 523 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/ |
D | riff-media.c | 1263 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/ |
D | audioconvert.c | 107 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/ |
D | audio.c | 953 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/ |
D | gstdshowaudiosrc.cpp | 750 …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/ |
D | gstdshowaudiodec.cpp | 923 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/ |
D | gstflvdemux.c | 763 format = gst_audio_format_build_integer ((width == 8) ? FALSE : TRUE, in gst_flv_demux_audio_negotiate()
|
/third_party/gstreamer/gstplugins_good/gst/isomp4/ |
D | qtdemux.c | 14915 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/ |
D | matroska-demux.c | 6966 format = gst_audio_format_build_integer (sign, endianness, in gst_matroska_demux_audio_caps()
|
/third_party/gstreamer/gstplugins_base/ |
D | ChangeLog | 96352 audio: Properly handle signedness in gst_audio_format_build_integer()
|