/third_party/gstreamer/gstplugins_good/gst/shapewipe/ |
D | gstshapewipe.c | 342 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/ |
D | gstcaps.c | 706 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/ |
D | gstaudioutilsprivate.c | 131 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/ |
D | gstglstereosplit.c | 375 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()
|
D | gstglmixer.c | 291 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/ |
D | gstvideoutilsprivate.c | 133 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/ |
D | deinterleave.c | 630 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/ |
D | gstgdkpixbufdec.c | 133 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/ |
D | gstcapslist.c | 271 res = gst_caps_intersect (tmpcaps, codecformats); in gst_caps_list_compatible_codecs()
|
/third_party/gstreamer/gstplugins_bad/gst/ivtc/ |
D | gstcombdetect.c | 171 intersect = gst_caps_intersect (othercaps, filter); in gst_comb_detect_transform_caps()
|
/third_party/gstreamer/gstplugins_good/gst/rtp/ |
D | gstrtph263ppay.c | 196 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()
|
D | gstrtpg726pay.c | 206 intersect = gst_caps_intersect (peercaps, filter); in gst_rtp_g726_pay_setcaps()
|
/third_party/gstreamer/gstplugins_bad/gst/mxf/ |
D | mxfup.c | 508 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/ |
D | gstsegmentclip.c | 160 ret = gst_caps_intersect (tmp, gst_pad_get_pad_template_caps (pad)); in gst_segment_clip_getcaps()
|
/third_party/gstreamer/gstplugins_base/gst/audioconvert/ |
D | gstaudioconvert.c | 704 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/ |
D | videocrop-test.c | 299 icaps = gst_caps_intersect (filter_caps, GST_CAPS (l->data)); in main()
|
/third_party/gstreamer/gstreamer/gst/ |
D | gstcaps.h | 511 GstCaps * gst_caps_intersect (GstCaps *caps1,
|
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/ |
D | gstcudaconvert.c | 352 result = gst_caps_intersect (othercaps, caps); in gst_cuda_convert_fixate_caps()
|
/third_party/gstreamer/gstplugins_bad/ext/sbc/ |
D | gstsbcenc.c | 101 output_caps = gst_caps_intersect (caps, filter_caps); in gst_sbc_enc_set_format()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtp/ |
D | gstrtpbasepayload.c | 1083 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/ |
D | rsndec.c | 200 intersect = gst_caps_intersect (ctx->desired_caps, tmpl_caps); in rsndec_factory_filter()
|
/third_party/gstreamer/gstplugins_bad/gst/switchbin/ |
D | gstswitchbin.c | 870 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/ |
D | gstfbdevsink.c | 196 icaps = gst_caps_intersect (caps, filter); in gst_fbdevsink_getcaps()
|
/third_party/gstreamer/gstplugins_base/ext/opus/ |
D | gstopusdec.c | 297 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/ |
D | videomixer2.c | 261 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()
|