Searched refs:raw_caps (Results 1 – 11 of 11) sorted by relevance
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/ |
D | gstvkimagebufferpool.c | 45 gboolean raw_caps; member 102 priv->raw_caps = features == NULL || gst_caps_features_is_equal (features, in gst_vulkan_image_buffer_pool_set_config() 116 if (priv->raw_caps) in gst_vulkan_image_buffer_pool_set_config() 180 if (priv->raw_caps) in gst_vulkan_image_buffer_pool_alloc()
|
/third_party/gstreamer/gstplugins_bad/tests/examples/uvch264/ |
D | test-uvch264.c | 225 GstCaps *raw_caps = NULL; in set_caps() local 234 raw_caps = gst_caps_from_string (raw_filter); in set_caps() 237 g_debug ("Preview caps : %s", gst_caps_to_string (raw_caps)); in set_caps() 238 if (!h264_caps || !raw_caps) { in set_caps() 245 g_object_set (self->vf_capsfilter, "caps", raw_caps, NULL); in set_caps() 255 if (raw_caps) in set_caps() 256 gst_caps_unref (raw_caps); in set_caps()
|
/third_party/gstreamer/gstplugins_base/gst/playback/ |
D | gstplaybackutils.c | 73 GstCaps *raw_caps = in gst_playback_utils_get_n_common_capsfeatures() local 76 GstStructure *raw_struct = gst_caps_get_structure (raw_caps, 0); in gst_playback_utils_get_n_common_capsfeatures()
|
D | gstplaybin2.c | 4960 GstCaps *raw_caps = in autoplug_select_cb() local 4979 && gst_caps_can_intersect (caps, raw_caps)) || (!isaudiodec in autoplug_select_cb() 4990 && gst_caps_can_intersect (caps, raw_caps))) { in autoplug_select_cb() 4992 gst_element_factory_can_src_any_caps (factory, raw_caps) in autoplug_select_cb() 4999 gst_caps_unref (raw_caps); in autoplug_select_cb()
|
D | gstplaybin3.c | 4052 GstCaps *raw_caps = 4071 && gst_caps_can_intersect (caps, raw_caps)) || (!isaudiodec 4073 && gst_caps_can_intersect (caps, raw_caps))) { 4075 gst_element_factory_can_src_any_caps (factory, raw_caps)
|
D | gstparsebin.c | 1074 static GstStaticCaps raw_caps = GST_STATIC_CAPS (DEFAULT_RAW_CAPS); in gst_parse_bin_autoplug_continue() local 1079 if (gst_caps_can_intersect (caps, gst_static_caps_get (&raw_caps))) { in gst_parse_bin_autoplug_continue()
|
/third_party/gstreamer/gstplugins_good/gst/videocrop/ |
D | gstvideocrop.h | 84 gboolean raw_caps; member
|
D | gstvideocrop.c | 487 } else if (crop->raw_caps) { in gst_video_crop_decide_allocation() 807 crop->raw_caps = gst_caps_features_is_equal (features, in gst_video_crop_set_info() 811 if (!crop->raw_caps) in gst_video_crop_set_info()
|
/third_party/gstreamer/gstplugins_bad/sys/applemedia/ |
D | atdec.c | 88 static GstStaticCaps raw_caps = GST_STATIC_CAPS ("audio/x-raw"); variable 255 } else if (can_intersect_static_caps (caps, &raw_caps)) { in gst_caps_to_at_format()
|
/third_party/gstreamer/gstplugins_good/gst/videofilter/ |
D | gstvideobalance.c | 499 static GstStaticCaps raw_caps = in gst_video_balance_transform_caps() local 502 caps = gst_caps_intersect (caps, gst_static_caps_get (&raw_caps)); in gst_video_balance_transform_caps()
|
/third_party/gstreamer/gstplugins_good/sys/v4l2/ |
D | gstv4l2object.c | 1721 GstCaps *raw_caps = gst_v4l2_object_get_caps_helper (GST_V4L2_RAW); in gst_v4l2_object_get_raw_caps() local 1722 GST_MINI_OBJECT_FLAG_SET (raw_caps, GST_MINI_OBJECT_FLAG_MAY_BE_LEAKED); in gst_v4l2_object_get_raw_caps() 1723 g_once_init_leave (&caps, raw_caps); in gst_v4l2_object_get_raw_caps()
|