Searched refs:raw_audio_caps (Results 1 – 8 of 8) sorted by relevance
/third_party/gstreamer/gstplugins_base/gst/playback/ |
D | gstplaybackutils.c | 29 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()
|
D | gsturidecodebin3.c | 269 static GstStaticCaps raw_audio_caps = GST_STATIC_CAPS ("audio/x-raw(ANY)");
|
D | gstplaybin3.c | 604 static GstStaticCaps raw_audio_caps = GST_STATIC_CAPS ("audio/x-raw(ANY)"); 4053 (isaudiodec) ? gst_static_caps_get (&raw_audio_caps) :
|
D | gstplaybin2.c | 668 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/ |
D | encoding-profile.c | 1736 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/ |
D | gstencodebasebin.h | 71 GstCaps *raw_audio_caps; member
|
D | gstencodebasebin.c | 426 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/ |
D | gstautodetect.c | 168 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()
|