Searched refs:tmp_caps (Results 1 – 9 of 9) sorted by relevance
/third_party/gstreamer/gstplugins_bad/gst/bayer/ |
D | gstrgb2bayer.c | 133 GstCaps *res_caps, *tmp_caps; in gst_rgb2bayer_transform_caps() local 153 tmp_caps = res_caps; in gst_rgb2bayer_transform_caps() 155 gst_caps_intersect_full (filter, tmp_caps, GST_CAPS_INTERSECT_FIRST); in gst_rgb2bayer_transform_caps() 156 gst_caps_unref (tmp_caps); in gst_rgb2bayer_transform_caps()
|
D | gstbayer2rgb.c | 294 GstCaps *res_caps, *tmp_caps; in gst_bayer2rgb_transform_caps() local 314 tmp_caps = res_caps; in gst_bayer2rgb_transform_caps() 316 gst_caps_intersect_full (filter, tmp_caps, GST_CAPS_INTERSECT_FIRST); in gst_bayer2rgb_transform_caps() 317 gst_caps_unref (tmp_caps); in gst_bayer2rgb_transform_caps()
|
/third_party/gstreamer/gstplugins_good/gst/smpte/ |
D | gstsmptealpha.c | 512 GstCaps *result, *tmp_caps, *tmpl_caps = NULL; in gst_smpte_alpha_transform_caps() local 515 tmp_caps = gst_caps_new_empty (); in gst_smpte_alpha_transform_caps() 578 gst_caps_append_structure (tmp_caps, structure); in gst_smpte_alpha_transform_caps() 593 result = gst_caps_intersect (tmp_caps, tmpl_caps); in gst_smpte_alpha_transform_caps() 595 gst_caps_unref (tmp_caps); in gst_smpte_alpha_transform_caps()
|
/third_party/gstreamer/gstplugins_base/ext/gl/ |
D | gstglstereomix.c | 537 GstCaps *blend_caps, *tmp_caps; in _update_caps() local 609 tmp_caps = get_converted_caps (GST_GL_STEREO_MIX (vagg), blend_caps); in _update_caps() 612 out_caps = gst_caps_intersect (caps, tmp_caps); in _update_caps() 613 gst_caps_unref (tmp_caps); in _update_caps()
|
/third_party/gstreamer/gstplugins_bad/ext/vulkan/ |
D | vkviewconvert.c | 1269 GstCaps *out_caps, *tmp_caps; in gst_vulkan_view_convert_transform_caps() local 1312 tmp_caps = _intersect_with_mview_mode (out_caps, in gst_vulkan_view_convert_transform_caps() 1316 out_caps = tmp_caps; in gst_vulkan_view_convert_transform_caps() 1320 tmp_caps = _intersect_with_mview_mode (out_caps, in gst_vulkan_view_convert_transform_caps() 1322 out_caps = gst_caps_merge (out_caps, tmp_caps); in gst_vulkan_view_convert_transform_caps() 1328 tmp_caps = _intersect_with_mview_mode (caps, in gst_vulkan_view_convert_transform_caps() 1330 if (!gst_caps_is_empty (tmp_caps)) { in gst_vulkan_view_convert_transform_caps() 1331 s = gst_caps_get_structure (tmp_caps, 0); in gst_vulkan_view_convert_transform_caps() 1334 out_caps = gst_caps_merge (out_caps, tmp_caps); in gst_vulkan_view_convert_transform_caps() 1336 gst_caps_unref (tmp_caps); in gst_vulkan_view_convert_transform_caps()
|
/third_party/gstreamer/gstplugins_base/gst/subparse/ |
D | gstsubparseelement.c | 266 static GstStaticCaps tmp_caps = variable 268 #define TMP_CAPS (gst_static_caps_get (&tmp_caps))
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/ |
D | gstglviewconvert.c | 1092 GstCaps *out_caps, *tmp_caps; in gst_gl_view_convert_transform_caps() local 1136 tmp_caps = _intersect_with_mview_mode (out_caps, in gst_gl_view_convert_transform_caps() 1140 out_caps = tmp_caps; in gst_gl_view_convert_transform_caps() 1144 tmp_caps = _intersect_with_mview_mode (out_caps, in gst_gl_view_convert_transform_caps() 1146 out_caps = gst_caps_merge (out_caps, tmp_caps); in gst_gl_view_convert_transform_caps() 1152 tmp_caps = _intersect_with_mview_mode (caps, in gst_gl_view_convert_transform_caps() 1154 if (!gst_caps_is_empty (tmp_caps)) { in gst_gl_view_convert_transform_caps() 1155 s = gst_caps_get_structure (tmp_caps, 0); in gst_gl_view_convert_transform_caps() 1158 out_caps = gst_caps_merge (out_caps, tmp_caps); in gst_gl_view_convert_transform_caps() 1160 gst_caps_unref (tmp_caps); in gst_gl_view_convert_transform_caps()
|
/third_party/gstreamer/gstplugins_bad/sys/kms/ |
D | gstkmssink.c | 513 GstCaps *out_caps, *tmp_caps, *caps; in ensure_allowed_caps() local 533 tmp_caps = gst_caps_new_empty (); in ensure_allowed_caps() 534 if (!tmp_caps) in ensure_allowed_caps() 567 tmp_caps = gst_caps_merge (tmp_caps, caps); in ensure_allowed_caps() 570 out_caps = gst_caps_merge (out_caps, gst_caps_simplify (tmp_caps)); in ensure_allowed_caps()
|
/third_party/gstreamer/gstplugins_bad/gst/switchbin/ |
D | gstswitchbin.c | 895 GstCaps *tmp_caps = total_path_caps; in gst_switch_bin_get_allowed_caps() local 896 total_path_caps = gst_caps_intersect (tmp_caps, filter); in gst_switch_bin_get_allowed_caps() 897 gst_caps_unref (tmp_caps); in gst_switch_bin_get_allowed_caps()
|