Home
last modified time | relevance | path

Searched defs:raw_video_caps (Results 1 – 5 of 5) sorted by relevance

/third_party/gstreamer/gstplugins_base/gst/playback/
Dgstplaybackutils.c30 static GstStaticCaps raw_video_caps = GST_STATIC_CAPS ("video/x-raw(ANY)"); variable
Dgstplaybin2.c669 static GstStaticCaps raw_video_caps = GST_STATIC_CAPS ("video/x-raw(ANY)"); variable
/third_party/gstreamer/gstplugins_base/gst/encoding/
Dgstencodebasebin.h70 GstCaps *raw_video_caps; member
/third_party/gstreamer/gstplugins_good/gst/autodetect/
Dgstautodetect.c169 static GstStaticCaps raw_video_caps = GST_STATIC_CAPS ("video/x-raw"); variable
/third_party/gstreamer/gstplugins_base/gst-libs/gst/pbutils/
Dencoding-profile.c1737 GstCaps * raw_video_caps, gboolean is_rendering_muxer) in create_encoding_profile_from_caps()
1822 GstCaps * raw_video_caps) in create_encoding_stream_profile()
2013 GstCaps *raw_video_caps = gst_caps_new_empty_simple ("video/x-raw"); in parse_encoding_profile() local