Home
last modified time | relevance | path

Searched defs:raw_audio_caps (Results 1 – 5 of 5) 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
Dgstplaybin2.c630 static GstStaticCaps raw_audio_caps = GST_STATIC_CAPS ("audio/x-raw(ANY)"); variable
/third_party/gstreamer/gstplugins_base/gst/encoding/
Dgstencodebasebin.h71 GstCaps *raw_audio_caps; member
/third_party/gstreamer/gstplugins_good/gst/autodetect/
Dgstautodetect.c168 static GstStaticCaps raw_audio_caps = GST_STATIC_CAPS ("audio/x-raw"); variable
/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()
1821 GList * muxers_and_encoders, GstCaps * raw_audio_caps, in create_encoding_stream_profile()
2014 GstCaps *raw_audio_caps = gst_caps_new_empty_simple ("audio/x-raw"); in parse_encoding_profile() local