Home
last modified time | relevance | path

Searched refs:gst_caps_intersect (Results 1 – 25 of 89) sorted by relevance

1234

/third_party/gstreamer/gstplugins_good/gst/shapewipe/
Dgstshapewipe.c342 ret = gst_caps_intersect (tmp, templ); in gst_shape_wipe_video_sink_getcaps()
360 intersection = gst_caps_intersect (tmp, ret); in gst_shape_wipe_video_sink_getcaps()
392 intersection = gst_caps_intersect (tmp, tmp2); in gst_shape_wipe_video_sink_getcaps()
407 intersection = gst_caps_intersect (tmp, ret); in gst_shape_wipe_video_sink_getcaps()
465 ret = gst_caps_intersect (tmp, tcaps); in gst_shape_wipe_mask_sink_getcaps()
483 intersection = gst_caps_intersect (ret, tmp); in gst_shape_wipe_mask_sink_getcaps()
525 intersection = gst_caps_intersect (tmp, ret); in gst_shape_wipe_mask_sink_getcaps()
554 ret = gst_caps_intersect (tmp, templ); in gst_shape_wipe_src_getcaps()
571 intersection = gst_caps_intersect (tmp, ret); in gst_shape_wipe_src_getcaps()
602 intersection = gst_caps_intersect (tmp, tmp2); in gst_shape_wipe_src_getcaps()
[all …]
/third_party/gstreamer/gstreamer/tests/check/gst/
Dgstcaps.c706 ci1 = gst_caps_intersect (c2, c1); in GST_START_TEST()
715 ci2 = gst_caps_intersect (c1, c2); in GST_START_TEST()
736 ci1 = gst_caps_intersect (c2, c1); in GST_START_TEST()
741 ci2 = gst_caps_intersect (c1, c2); in GST_START_TEST()
758 ci1 = gst_caps_intersect (c2, c1); in GST_START_TEST()
763 ci2 = gst_caps_intersect (c1, c2); in GST_START_TEST()
780 ci1 = gst_caps_intersect (c2, c1); in GST_START_TEST()
790 ci2 = gst_caps_intersect (c1, c2); in GST_START_TEST()
812 ci1 = gst_caps_intersect (c1, c2); in GST_START_TEST()
818 ci2 = gst_caps_intersect (c2, c1); in GST_START_TEST()
[all …]
/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/
Dgstaudioutilsprivate.c131 fcaps = gst_caps_intersect (filter_caps, templ_caps); in __gst_audio_element_proxy_getcaps()
137 filter_caps = gst_caps_intersect (fcaps, filter); in __gst_audio_element_proxy_getcaps()
/third_party/gstreamer/gstplugins_base/ext/gl/
Dgstglstereosplit.c375 combined = gst_caps_intersect (tridcaps, tmp); in stereosplit_set_output_caps()
384 combined = gst_caps_intersect (tridcaps, tmp); in stereosplit_set_output_caps()
397 tmp = gst_caps_intersect (tridcaps, left); in stereosplit_set_output_caps()
407 tmp = gst_caps_intersect (tridcaps, right); in stereosplit_set_output_caps()
830 combined = gst_caps_intersect (left, right); in stereosplit_sink_query()
Dgstglmixer.c291 filtered_caps = gst_caps_intersect (sinkcaps, filter); in gst_gl_mixer_pad_sink_getcaps()
297 returned_caps = gst_caps_intersect (filtered_caps, template_caps); in gst_gl_mixer_pad_sink_getcaps()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dgstvideoutilsprivate.c133 fcaps = gst_caps_intersect (filter_caps, templ_caps); in __gst_video_element_proxy_getcaps()
139 filter_caps = gst_caps_intersect (fcaps, filter); in __gst_video_element_proxy_getcaps()
/third_party/gstreamer/gstplugins_good/gst/interleave/
Ddeinterleave.c630 intersection = gst_caps_intersect (peercaps, ourcaps); in gst_deinterleave_getcaps()
632 ret = gst_caps_intersect (ret, intersection); in gst_deinterleave_getcaps()
639 ret = gst_caps_intersect (ret, ourcaps); in gst_deinterleave_getcaps()
/third_party/gstreamer/gstplugins_good/ext/gdk_pixbuf/
Dgstgdkpixbufdec.c133 return_caps = gst_caps_intersect (capslist, tmpl_caps); in gst_gdk_pixbuf_dec_get_capslist()
141 temp = gst_caps_intersect (return_caps, filter); in gst_gdk_pixbuf_dec_get_capslist()
/third_party/gstreamer/gstplugins_base/tests/examples/encoding/
Dgstcapslist.c271 res = gst_caps_intersect (tmpcaps, codecformats); in gst_caps_list_compatible_codecs()
/third_party/gstreamer/gstplugins_bad/gst/ivtc/
Dgstcombdetect.c171 intersect = gst_caps_intersect (othercaps, filter); in gst_comb_detect_transform_caps()
/third_party/gstreamer/gstplugins_good/gst/rtp/
Dgstrtph263ppay.c196 GstCaps *intersect = gst_caps_intersect (peercaps, tcaps); in gst_rtp_h263p_pay_setcaps()
281 intersect = gst_caps_intersect (peercaps, templ); in gst_rtp_h263p_pay_sink_getcaps()
Dgstrtpg726pay.c206 intersect = gst_caps_intersect (peercaps, filter); in gst_rtp_g726_pay_setcaps()
/third_party/gstreamer/gstplugins_bad/gst/mxf/
Dmxfup.c508 intersection = gst_caps_intersect (caps, tmp); in mxf_up_get_rgba_descriptor()
563 intersection = gst_caps_intersect (caps, tmp); in mxf_up_get_cdci_descriptor()
/third_party/gstreamer/gstplugins_bad/gst/segmentclip/
Dgstsegmentclip.c160 ret = gst_caps_intersect (tmp, gst_pad_get_pad_template_caps (pad)); in gst_segment_clip_getcaps()
/third_party/gstreamer/gstplugins_base/gst/audioconvert/
Dgstaudioconvert.c704 result = gst_caps_intersect (othercaps, caps); in gst_audio_convert_fixate_caps()
712 result = gst_caps_intersect (othercaps, removed); in gst_audio_convert_fixate_caps()
/third_party/gstreamer/gstplugins_good/tests/icles/
Dvideocrop-test.c299 icaps = gst_caps_intersect (filter_caps, GST_CAPS (l->data)); in main()
/third_party/gstreamer/gstreamer/gst/
Dgstcaps.h511 GstCaps * gst_caps_intersect (GstCaps *caps1,
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dgstcudaconvert.c352 result = gst_caps_intersect (othercaps, caps); in gst_cuda_convert_fixate_caps()
/third_party/gstreamer/gstplugins_bad/ext/sbc/
Dgstsbcenc.c101 output_caps = gst_caps_intersect (caps, filter_caps); in gst_sbc_enc_set_format()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtp/
Dgstrtpbasepayload.c1083 GstCaps *tmp = gst_caps_intersect (payload->priv->subclass_srccaps, in gst_rtp_base_payload_negotiate()
1144 intersection = gst_caps_intersect (probe_caps, temp); in gst_rtp_base_payload_negotiate()
1215 intersection = gst_caps_intersect (probe_caps, temp); in gst_rtp_base_payload_negotiate()
1261 intersection = gst_caps_intersect (probe_caps, temp); in gst_rtp_base_payload_negotiate()
/third_party/gstreamer/gstplugins_bad/ext/resindvd/
Drsndec.c200 intersect = gst_caps_intersect (ctx->desired_caps, tmpl_caps); in rsndec_factory_filter()
/third_party/gstreamer/gstplugins_bad/gst/switchbin/
Dgstswitchbin.c870 intersected_caps = gst_caps_intersect (caps, path->caps); in gst_switch_bin_get_allowed_caps()
896 total_path_caps = gst_caps_intersect (tmp_caps, filter); in gst_switch_bin_get_allowed_caps()
/third_party/gstreamer/gstplugins_bad/sys/fbdev/
Dgstfbdevsink.c196 icaps = gst_caps_intersect (caps, filter); in gst_fbdevsink_getcaps()
/third_party/gstreamer/gstplugins_base/ext/opus/
Dgstopusdec.c297 inter = gst_caps_intersect (caps, constraint); in gst_opus_dec_negotiate()
1233 ret = gst_caps_intersect (caps, filter); in gst_opus_dec_getcaps()
/third_party/gstreamer/gstplugins_good/gst/videomixer/
Dvideomixer2.c261 tmp = gst_caps_intersect (caps, peercaps); in gst_videomixer2_update_src_caps()
565 filtered_caps = gst_caps_intersect (srccaps, filter); in gst_videomixer2_pad_sink_getcaps()
566 returned_caps = gst_caps_intersect (filtered_caps, template_caps); in gst_videomixer2_pad_sink_getcaps()
618 modified_caps = gst_caps_intersect (accepted_caps, template_caps); in gst_videomixer2_pad_sink_acceptcaps()

1234