Home
last modified time | relevance | path

Searched refs:GST_AUDIO_DEF_RATE (Results 1 – 11 of 11) sorted by relevance

/third_party/gstreamer/gstplugins_base/tests/check/elements/
Daudioconvert.c110 gst_audio_info_set_format (&info, fmt, GST_AUDIO_DEF_RATE, channels, NULL); in get_int_caps()
148 GST_AUDIO_DEF_RATE, channels, NULL); in get_float_caps()
345 GST_AUDIO_DEF_RATE, channels, position); in get_float_mc_caps()
348 GST_AUDIO_DEF_RATE, channels, channelpositions[channels - 1]); in get_float_mc_caps()
356 GST_AUDIO_DEF_RATE, channels, pos); in get_float_mc_caps()
383 gst_audio_info_set_format (&info, fmt, GST_AUDIO_DEF_RATE, channels, in get_int_mc_caps()
386 gst_audio_info_set_format (&info, fmt, GST_AUDIO_DEF_RATE, channels, in get_int_mc_caps()
394 gst_audio_info_set_format (&info, fmt, GST_AUDIO_DEF_RATE, channels, pos); in get_int_mc_caps()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/
Daudio-format.h380 #define GST_AUDIO_DEF_RATE 44100 macro
Dgstaudiobasesrc.c502 gst_structure_fixate_field_nearest_int (s, "rate", GST_AUDIO_DEF_RATE); in gst_audio_base_src_fixate()
Dgstaudiodecoder.c2279 "rate", GST_AUDIO_DEF_RATE); in gst_audio_decoder_negotiate_default_caps()
2281 gst_structure_set (structure, "rate", G_TYPE_INT, GST_AUDIO_DEF_RATE, in gst_audio_decoder_negotiate_default_caps()
Dgstaudioaggregator.c1151 gst_structure_fixate_field_nearest_int (s, "rate", GST_AUDIO_DEF_RATE); in gst_audio_aggregator_fixate_src_caps()
/third_party/gstreamer/gstplugins_bad/ext/ladspa/
Dgstladspasource.c84 GST_DEBUG_OBJECT (ladspa, "fixating samplerate to %d", GST_AUDIO_DEF_RATE); in gst_ladspa_source_type_fixate()
87 GST_AUDIO_DEF_RATE); in gst_ladspa_source_type_fixate()
/third_party/gstreamer/gstplugins_bad/ext/lv2/
Dgstlv2source.c203 GST_DEBUG_OBJECT (lv2, "fixating samplerate to %d", GST_AUDIO_DEF_RATE); in gst_lv2_source_fixate()
206 GST_AUDIO_DEF_RATE); in gst_lv2_source_fixate()
Dgstlv2utils.c321 instance = lilv_plugin_instantiate (lv2->klass->plugin, GST_AUDIO_DEF_RATE, in gst_lv2_save_preset()
/third_party/gstreamer/gstplugins_good/gst/monoscope/
Dgstmonoscope.c147 monoscope->rate = GST_AUDIO_DEF_RATE; in gst_monoscope_init()
/third_party/gstreamer/gstplugins_base/gst/audiotestsrc/
Dgstaudiotestsrc.c371 GST_DEBUG_OBJECT (src, "fixating samplerate to %d", GST_AUDIO_DEF_RATE); in gst_audio_test_src_fixate()
373 rate = MAX (GST_AUDIO_DEF_RATE, src->freq * 2); in gst_audio_test_src_fixate()
/third_party/gstreamer/gstplugins_good/ext/pulse/
Dpulsesink.c2161 pa_format_info_set_rate (format, GST_AUDIO_DEF_RATE); in gst_pulsesink_query_getcaps()