Searched refs:res_caps (Results 1 – 4 of 4) 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 139 res_caps = gst_caps_copy (caps); in gst_rgb2bayer_transform_caps() 140 caps_size = gst_caps_get_size (res_caps); in gst_rgb2bayer_transform_caps() 142 structure = gst_caps_get_structure (res_caps, i); in gst_rgb2bayer_transform_caps() 153 tmp_caps = res_caps; in gst_rgb2bayer_transform_caps() 154 res_caps = in gst_rgb2bayer_transform_caps() 159 GST_PTR_FORMAT, caps, res_caps); in gst_rgb2bayer_transform_caps() 160 return res_caps; in gst_rgb2bayer_transform_caps()
|
D | gstbayer2rgb.c | 294 GstCaps *res_caps, *tmp_caps; in gst_bayer2rgb_transform_caps() local 300 res_caps = gst_caps_copy (caps); in gst_bayer2rgb_transform_caps() 301 caps_size = gst_caps_get_size (res_caps); in gst_bayer2rgb_transform_caps() 303 structure = gst_caps_get_structure (res_caps, i); in gst_bayer2rgb_transform_caps() 314 tmp_caps = res_caps; in gst_bayer2rgb_transform_caps() 315 res_caps = in gst_bayer2rgb_transform_caps() 320 GST_PTR_FORMAT, caps, res_caps); in gst_bayer2rgb_transform_caps() 321 return res_caps; in gst_bayer2rgb_transform_caps()
|
/third_party/gstreamer/gstplugins_bad/gst/videoparsers/ |
D | gsth265parse.c | 2030 GstCaps *res_caps = NULL; in ensure_caps_profile() local 2032 res_caps = gst_caps_intersect (peer_caps, compat_caps); in ensure_caps_profile() 2034 if (res_caps && !gst_caps_is_empty (res_caps)) { in ensure_caps_profile() 2037 res_caps = gst_caps_fixate (res_caps); in ensure_caps_profile() 2038 structure = gst_caps_get_structure (res_caps, 0); in ensure_caps_profile() 2047 if (res_caps) in ensure_caps_profile() 2048 gst_caps_unref (res_caps); in ensure_caps_profile()
|
D | gsth264parse.c | 1879 GstCaps *res_caps = NULL; in ensure_caps_profile() local 1881 res_caps = gst_caps_intersect (peer_caps, compat_caps); in ensure_caps_profile() 1883 if (res_caps && !gst_caps_is_empty (res_caps)) { in ensure_caps_profile() 1886 res_caps = gst_caps_fixate (res_caps); in ensure_caps_profile() 1887 structure = gst_caps_get_structure (res_caps, 0); in ensure_caps_profile() 1896 if (res_caps) in ensure_caps_profile() 1897 gst_caps_unref (res_caps); in ensure_caps_profile()
|