Home
last modified time | relevance | path

Searched refs:raw_audio_caps (Results 1 – 8 of 8) sorted by relevance

/third_party/gstreamer/gstplugins_base/gst/playback/
Dgstplaybackutils.c29 static GstStaticCaps raw_audio_caps = GST_STATIC_CAPS ("audio/x-raw(ANY)"); variable
74 (isaudioelement) ? gst_static_caps_get (&raw_audio_caps) : in gst_playback_utils_get_n_common_capsfeatures()
Dgsturidecodebin3.c269 static GstStaticCaps raw_audio_caps = GST_STATIC_CAPS ("audio/x-raw(ANY)");
Dgstplaybin3.c604 static GstStaticCaps raw_audio_caps = GST_STATIC_CAPS ("audio/x-raw(ANY)");
4053 (isaudiodec) ? gst_static_caps_get (&raw_audio_caps) :
Dgstplaybin2.c668 static GstStaticCaps raw_audio_caps = GST_STATIC_CAPS ("audio/x-raw(ANY)"); variable
5762 (isaudiodec) ? gst_static_caps_get (&raw_audio_caps) :
/third_party/gstreamer/gstplugins_base/gst-libs/gst/pbutils/
Dencoding-profile.c1736 gchar * factory_name, GList * muxers_and_encoders, GstCaps * raw_audio_caps, in create_encoding_profile_from_caps() argument
1750 if (gst_caps_can_intersect (raw_audio_caps, caps)) { in create_encoding_profile_from_caps()
1821 GList * muxers_and_encoders, GstCaps * raw_audio_caps, in create_encoding_stream_profile() argument
1941 raw_audio_caps, raw_video_caps, FALSE); in create_encoding_stream_profile()
1954 muxers_and_encoders, raw_audio_caps, raw_video_caps, in create_encoding_stream_profile()
2014 GstCaps *raw_audio_caps = gst_caps_new_empty_simple ("audio/x-raw"); in parse_encoding_profile() local
2025 raw_audio_caps, raw_video_caps); in parse_encoding_profile()
2054 gst_caps_unref (raw_audio_caps); in parse_encoding_profile()
/third_party/gstreamer/gstplugins_base/gst/encoding/
Dgstencodebasebin.h71 GstCaps *raw_audio_caps; member
Dgstencodebasebin.c426 if (ebin->raw_audio_caps) in gst_encode_base_bin_dispose()
427 gst_caps_unref (ebin->raw_audio_caps); in gst_encode_base_bin_dispose()
428 ebin->raw_audio_caps = NULL; in gst_encode_base_bin_dispose()
455 encode_bin->raw_audio_caps = gst_caps_from_string ("audio/x-raw"); in gst_encode_base_bin_init()
581 else if (gst_caps_can_intersect (ebin->raw_audio_caps, caps)) in next_unused_stream_profile()
/third_party/gstreamer/gstplugins_good/gst/autodetect/
Dgstautodetect.c168 static GstStaticCaps raw_audio_caps = GST_STATIC_CAPS ("audio/x-raw"); variable
191 self->filter_caps = gst_static_caps_get (is_audio ? &raw_audio_caps : in gst_auto_detect_constructed()