/third_party/gstreamer/gstplugins_good/gst/rtp/ |
D | gstrtpstreamdepay.c | 181 res = gst_caps_intersect_full (peercaps, templ, GST_CAPS_INTERSECT_FIRST); in gst_rtp_stream_depay_get_sink_caps() 191 gst_caps_intersect_full (filter, res, GST_CAPS_INTERSECT_FIRST); in gst_rtp_stream_depay_get_sink_caps()
|
D | gstrtpstreampay.c | 153 res = gst_caps_intersect_full (peercaps, templ, GST_CAPS_INTERSECT_FIRST); in gst_rtp_stream_pay_sink_get_caps() 163 gst_caps_intersect_full (filter, res, GST_CAPS_INTERSECT_FIRST); in gst_rtp_stream_pay_sink_get_caps()
|
D | gstrtpisacpay.c | 104 caps = gst_caps_intersect_full (filter, tcaps, GST_CAPS_INTERSECT_FIRST); in gst_rtp_isac_pay_getcaps()
|
D | gstrtpbvpay.c | 230 tmp = gst_caps_intersect_full (filter, caps, GST_CAPS_INTERSECT_FIRST); in gst_rtp_bv_pay_sink_getcaps()
|
D | gstrtpilbcpay.c | 218 tmp = gst_caps_intersect_full (filter, caps, GST_CAPS_INTERSECT_FIRST); in gst_rtp_ilbc_pay_sink_getcaps()
|
D | gstrtpg722pay.c | 226 tmp = gst_caps_intersect_full (filter, caps, GST_CAPS_INTERSECT_FIRST); in gst_rtp_g722_pay_getcaps()
|
D | gstrtpL8pay.c | 216 caps = gst_caps_intersect_full (filter, tcaps, GST_CAPS_INTERSECT_FIRST); in gst_rtp_L8_pay_getcaps()
|
D | gstrtpL24pay.c | 215 caps = gst_caps_intersect_full (filter, tcaps, GST_CAPS_INTERSECT_FIRST); in gst_rtp_L24_pay_getcaps()
|
D | gstrtpL16pay.c | 234 caps = gst_caps_intersect_full (filter, tcaps, GST_CAPS_INTERSECT_FIRST); in gst_rtp_L16_pay_getcaps()
|
/third_party/gstreamer/gstplugins_base/gst/overlaycomposition/ |
D | gstoverlaycomposition.c | 447 filter, GST_CAPS_INTERSECT_FIRST)); in add_feature_and_intersect() 489 GST_CAPS_INTERSECT_FIRST); in intersect_by_feature() 549 GST_CAPS_INTERSECT_FIRST); in gst_overlay_composition_sink_query_caps() 612 gst_caps_intersect_full (filter, caps, GST_CAPS_INTERSECT_FIRST); in gst_overlay_composition_src_query_caps()
|
/third_party/gstreamer/gstreamer/libs/gst/base/ |
D | gstbasetransform.c | 445 ret = gst_caps_intersect_full (filter, caps, GST_CAPS_INTERSECT_FIRST); in gst_base_transform_default_transform_caps() 490 gst_caps_intersect_full (filter, ret, GST_CAPS_INTERSECT_FIRST); in gst_base_transform_transform_caps() 646 temp = gst_caps_intersect_full (filter, templ, GST_CAPS_INTERSECT_FIRST); in gst_base_transform_query_caps() 662 GST_CAPS_INTERSECT_FIRST); in gst_base_transform_query_caps() 691 temp = gst_caps_intersect_full (peercaps, otempl, GST_CAPS_INTERSECT_FIRST); in gst_base_transform_query_caps() 709 temp = gst_caps_intersect_full (caps, templ, GST_CAPS_INTERSECT_FIRST); in gst_base_transform_query_caps() 716 temp = gst_caps_intersect_full (peercaps, caps, GST_CAPS_INTERSECT_FIRST); in gst_base_transform_query_caps() 727 caps = gst_caps_intersect_full (filter, templ, GST_CAPS_INTERSECT_FIRST); in gst_base_transform_query_caps() 1099 GST_CAPS_INTERSECT_FIRST); in gst_base_transform_find_transform() 1136 GST_CAPS_INTERSECT_FIRST); in gst_base_transform_find_transform() [all …]
|
/third_party/gstreamer/gstplugins_good/gst/audioparsers/ |
D | gstamrparse.c | 397 res = gst_caps_intersect_full (peercaps, templ, GST_CAPS_INTERSECT_FIRST); in gst_amr_parse_sink_getcaps() 413 gst_caps_intersect_full (filter, res, GST_CAPS_INTERSECT_FIRST); in gst_amr_parse_sink_getcaps()
|
D | gstsbcparse.c | 343 res = gst_caps_intersect_full (peercaps, templ, GST_CAPS_INTERSECT_FIRST); in gst_sbc_parse_get_sink_caps() 354 gst_caps_intersect_full (filter, res, GST_CAPS_INTERSECT_FIRST); in gst_sbc_parse_get_sink_caps()
|
D | gstdcaparse.c | 552 res = gst_caps_intersect_full (peercaps, templ, GST_CAPS_INTERSECT_FIRST); in gst_dca_parse_get_sink_caps() 563 gst_caps_intersect_full (filter, res, GST_CAPS_INTERSECT_FIRST); in gst_dca_parse_get_sink_caps()
|
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/ |
D | gstcudadownload.c | 122 result = gst_caps_intersect_full (filter, tmp, GST_CAPS_INTERSECT_FIRST); in gst_cuda_download_transform_caps()
|
D | gstcudaupload.c | 121 result = gst_caps_intersect_full (filter, tmp, GST_CAPS_INTERSECT_FIRST); in gst_cuda_upload_transform_caps()
|
/third_party/gstreamer/gstplugins_bad/gst/videoparsers/ |
D | gstdiracparse.c | 463 res = gst_caps_intersect_full (peercaps, templ, GST_CAPS_INTERSECT_FIRST); in gst_dirac_parse_get_sink_caps() 474 gst_caps_intersect_full (filter, res, GST_CAPS_INTERSECT_FIRST); in gst_dirac_parse_get_sink_caps()
|
D | gsth263parse.c | 416 res = gst_caps_intersect_full (peercaps, templ, GST_CAPS_INTERSECT_FIRST); in gst_h263_parse_get_sink_caps() 427 gst_caps_intersect_full (filter, res, GST_CAPS_INTERSECT_FIRST); in gst_h263_parse_get_sink_caps()
|
D | gstvp9parse.c | 819 res = gst_caps_intersect_full (pcopy, templ, GST_CAPS_INTERSECT_FIRST); in gst_vp9_parse_get_sink_caps() 825 GST_CAPS_INTERSECT_FIRST); in gst_vp9_parse_get_sink_caps() 833 tmp = gst_caps_intersect_full (pcopy, res, GST_CAPS_INTERSECT_FIRST); in gst_vp9_parse_get_sink_caps()
|
/third_party/gstreamer/gstplugins_bad/gst/inter/ |
D | gstintervideosrc.c | 217 tmp = gst_caps_intersect_full (filter, caps, GST_CAPS_INTERSECT_FIRST); in gst_inter_video_src_get_caps() 406 GST_CAPS_INTERSECT_FIRST); in gst_inter_video_src_create()
|
/third_party/gstreamer/gstreamer/tests/check/gst/ |
D | gstcaps.c | 977 icaps = gst_caps_intersect_full (caps2, caps1, GST_CAPS_INTERSECT_FIRST); in GST_START_TEST() 999 icaps = gst_caps_intersect_full (caps1, caps2, GST_CAPS_INTERSECT_FIRST); in GST_START_TEST() 1021 icaps = gst_caps_intersect_full (caps1, caps2, GST_CAPS_INTERSECT_FIRST); in GST_START_TEST() 1029 icaps = gst_caps_intersect_full (caps2, caps1, GST_CAPS_INTERSECT_FIRST); in GST_START_TEST() 1052 test = gst_caps_intersect_full (c1, c2, GST_CAPS_INTERSECT_FIRST); in GST_START_TEST() 1074 test = gst_caps_intersect_full (c1, c2, GST_CAPS_INTERSECT_FIRST); in GST_START_TEST() 1085 test = gst_caps_intersect_full (c1, c2, GST_CAPS_INTERSECT_FIRST); in GST_START_TEST()
|
/third_party/gstreamer/gstplugins_bad/gst/dvbsuboverlay/ |
D | gstdvbsuboverlay.c | 444 filter, GST_CAPS_INTERSECT_FIRST)); in gst_dvbsub_overlay_add_feature_and_intersect() 487 GST_CAPS_INTERSECT_FIRST); in gst_dvbsub_overlay_intersect_by_feature() 552 gst_caps_intersect_full (filter, caps, GST_CAPS_INTERSECT_FIRST); in gst_dvbsub_overlay_get_videosink_caps() 612 GST_CAPS_INTERSECT_FIRST); in gst_dvbsub_overlay_get_src_caps()
|
/third_party/gstreamer/gstreamer/plugins/elements/ |
D | gstcapsfilter.c | 294 gst_caps_intersect_full (filter, filter_caps, GST_CAPS_INTERSECT_FIRST); in gst_capsfilter_transform_caps() 299 ret = gst_caps_intersect_full (filter_caps, caps, GST_CAPS_INTERSECT_FIRST); in gst_capsfilter_transform_caps()
|
/third_party/gstreamer/gstplugins_base/ext/gl/ |
D | gstglstereosplit.c | 323 outcaps = gst_caps_intersect_full (tmp, templ_caps, GST_CAPS_INTERSECT_FIRST); in stereosplit_get_src_caps() 838 GST_CAPS_INTERSECT_FIRST); in stereosplit_sink_query() 858 GST_CAPS_INTERSECT_FIRST); in stereosplit_sink_query()
|
/third_party/gstreamer/gstplugins_good/gst/rtpmanager/ |
D | gstrtpmux.c | 619 GST_CAPS_INTERSECT_FIRST); in gst_rtp_mux_setcaps() 761 GST_CAPS_INTERSECT_FIRST); in gst_rtp_mux_getcaps() 767 GST_CAPS_INTERSECT_FIRST); in gst_rtp_mux_getcaps()
|