Home
last modified time | relevance | path

Searched refs:raw_video_caps (Results 1 – 8 of 8) 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
75 gst_static_caps_get (&raw_video_caps); in gst_playback_utils_get_n_common_capsfeatures()
Dgsturidecodebin3.c270 static GstStaticCaps raw_video_caps = GST_STATIC_CAPS ("video/x-raw(ANY)");
Dgstplaybin3.c605 static GstStaticCaps raw_video_caps = GST_STATIC_CAPS ("video/x-raw(ANY)");
4054 gst_static_caps_get (&raw_video_caps);
Dgstplaybin2.c669 static GstStaticCaps raw_video_caps = GST_STATIC_CAPS ("video/x-raw(ANY)"); variable
5763 gst_static_caps_get (&raw_video_caps);
/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() argument
1752 } else if (gst_caps_can_intersect (raw_video_caps, caps)) { in create_encoding_profile_from_caps()
1822 GstCaps * raw_video_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()
2013 GstCaps *raw_video_caps = gst_caps_new_empty_simple ("video/x-raw"); in parse_encoding_profile() local
2025 raw_audio_caps, raw_video_caps); in parse_encoding_profile()
2055 gst_caps_unref (raw_video_caps); in parse_encoding_profile()
/third_party/gstreamer/gstplugins_base/gst/encoding/
Dgstencodebasebin.h70 GstCaps *raw_video_caps; member
Dgstencodebasebin.c423 if (ebin->raw_video_caps) in gst_encode_base_bin_dispose()
424 gst_caps_unref (ebin->raw_video_caps); in gst_encode_base_bin_dispose()
425 ebin->raw_video_caps = NULL; in gst_encode_base_bin_dispose()
454 encode_bin->raw_video_caps = gst_caps_from_string ("video/x-raw"); in gst_encode_base_bin_init()
579 if (gst_caps_can_intersect (ebin->raw_video_caps, caps)) in next_unused_stream_profile()
/third_party/gstreamer/gstplugins_good/gst/autodetect/
Dgstautodetect.c169 static GstStaticCaps raw_video_caps = GST_STATIC_CAPS ("video/x-raw"); variable
192 &raw_video_caps); in gst_auto_detect_constructed()