Home
last modified time | relevance | path

Searched refs:filter_caps (Results 1 – 25 of 34) sorted by relevance

12

/third_party/gstreamer/gstreamer/tests/check/elements/
Dcapsfilter.c64 GstCaps *filter_caps; in GST_START_TEST() local
74 filter_caps = gst_caps_from_string ("audio/x-raw, rate=(int)44100"); in GST_START_TEST()
75 fail_unless (filter_caps != NULL); in GST_START_TEST()
76 g_object_set (filter, "caps", filter_caps, NULL); in GST_START_TEST()
104 gst_caps_unref (filter_caps); in GST_START_TEST()
112 GstCaps *filter_caps, *caps; in GST_START_TEST() local
120 filter_caps = gst_caps_from_string (caps_str); in GST_START_TEST()
121 fail_unless (GST_IS_CAPS (filter_caps)); in GST_START_TEST()
122 g_object_set (filter, "caps", filter_caps, NULL); in GST_START_TEST()
125 fail_unless (gst_caps_is_equal (caps, filter_caps)); in GST_START_TEST()
[all …]
/third_party/gstreamer/gstreamer/plugins/elements/
Dgstcapsfilter.c168 filter->filter_caps = gst_caps_new_any (); in gst_capsfilter_init()
194 old_caps = capsfilter->filter_caps; in gst_capsfilter_set_property()
195 capsfilter->filter_caps = new_caps; in gst_capsfilter_set_property()
247 gst_value_set_caps (value, capsfilter->filter_caps); in gst_capsfilter_get_property()
264 gst_caps_replace (&filter->filter_caps, NULL); in gst_capsfilter_dispose()
276 GstCaps *ret, *filter_caps, *tmp; in gst_capsfilter_transform_caps() local
281 filter_caps = gst_caps_ref (capsfilter->filter_caps); in gst_capsfilter_transform_caps()
289 gst_caps_intersect_full (filter, filter_caps, GST_CAPS_INTERSECT_FIRST); in gst_capsfilter_transform_caps()
290 gst_caps_unref (filter_caps); in gst_capsfilter_transform_caps()
291 filter_caps = tmp; in gst_capsfilter_transform_caps()
[all …]
Dgstcapsfilter.h67 GstCaps *filter_caps; member
/third_party/gstreamer/gstplugins_good/gst/autodetect/
Dgstautodetect.c102 if (self->filter_caps) in gst_auto_detect_dispose()
103 gst_caps_unref (self->filter_caps); in gst_auto_detect_dispose()
104 self->filter_caps = NULL; in gst_auto_detect_dispose()
194 self->filter_caps = gst_static_caps_get (is_audio ? &raw_audio_caps : in gst_auto_detect_constructed()
290 if (self->filter_caps) { in gst_auto_detect_find_best()
296 self->filter_caps, el_caps); in gst_auto_detect_find_best()
297 no_match = !gst_caps_can_intersect (self->filter_caps, el_caps); in gst_auto_detect_find_best()
453 if (self->filter_caps) in gst_auto_detect_set_property()
454 gst_caps_unref (self->filter_caps); in gst_auto_detect_set_property()
455 self->filter_caps = gst_caps_copy (gst_value_get_caps (value)); in gst_auto_detect_set_property()
[all …]
Dgstautodetect.h49 GstCaps *filter_caps; member
/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/
Dgstaudioutilsprivate.c94 GstCaps *fcaps, *filter_caps; in __gst_audio_element_proxy_getcaps() local
129 filter_caps = __gst_audio_element_proxy_caps (element, templ_caps, allowed); in __gst_audio_element_proxy_getcaps()
131 fcaps = gst_caps_intersect (filter_caps, templ_caps); in __gst_audio_element_proxy_getcaps()
132 gst_caps_unref (filter_caps); in __gst_audio_element_proxy_getcaps()
137 filter_caps = gst_caps_intersect (fcaps, filter); in __gst_audio_element_proxy_getcaps()
139 fcaps = filter_caps; in __gst_audio_element_proxy_getcaps()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dgstvideoutilsprivate.c96 GstCaps *fcaps, *filter_caps; in __gst_video_element_proxy_getcaps() local
131 filter_caps = __gst_video_element_proxy_caps (element, templ_caps, allowed); in __gst_video_element_proxy_getcaps()
133 fcaps = gst_caps_intersect (filter_caps, templ_caps); in __gst_video_element_proxy_getcaps()
134 gst_caps_unref (filter_caps); in __gst_video_element_proxy_getcaps()
139 filter_caps = gst_caps_intersect (fcaps, filter); in __gst_video_element_proxy_getcaps()
141 fcaps = filter_caps; in __gst_video_element_proxy_getcaps()
/third_party/gstreamer/gstplugins_good/tests/icles/
Dgdkpixbufoverlay-test.c214 GstCaps *filter_caps; in main() local
249 filter_caps = gst_caps_from_string ("video/x-raw, format = " in main()
251 gst_caps_set_simple (filter_caps, in main()
255 g_object_set (capsfilter, "caps", filter_caps, NULL); in main()
256 gst_caps_unref (filter_caps); in main()
Dvideocrop-test.c194 GstCaps *filter_caps = NULL; in main() local
233 filter_caps = gst_caps_from_string (opt_filtercaps_str); in main()
234 if (filter_caps == NULL) { in main()
295 if (filter_caps) { in main()
298 icaps = gst_caps_intersect (filter_caps, GST_CAPS (l->data)); in main()
/third_party/gstreamer/gstplugins_base/tests/icles/
Dtest-overlay-blending.c232 GstCaps *filter_caps; in main() local
260 filter_caps = gst_caps_from_string ("video/x-raw, format = " in main()
262 gst_caps_set_simple (filter_caps, in main()
266 g_object_set (capsfilter, "caps", filter_caps, NULL); in main()
267 gst_caps_unref (filter_caps); in main()
/third_party/gstreamer/gstplugins_base/tests/examples/overlaycomposition/
Doverlaycomposition.c255 GstCaps *filter_caps; in main() local
279 filter_caps = gst_caps_from_string ("video/x-raw, format = " in main()
281 gst_caps_set_simple (filter_caps, in main()
285 g_object_set (capsfilter, "caps", filter_caps, NULL); in main()
286 gst_caps_unref (filter_caps); in main()
/third_party/gstreamer/gstplugins_base/gst/adder/
Dgstadder.c234 GstCaps *result, *peercaps, *current_caps, *filter_caps; in gst_adder_sink_getcaps() local
242 if ((filter_caps = adder->filter_caps)) { in gst_adder_sink_getcaps()
244 filter_caps = in gst_adder_sink_getcaps()
245 gst_caps_intersect_full (filter, filter_caps, in gst_adder_sink_getcaps()
248 gst_caps_ref (filter_caps); in gst_adder_sink_getcaps()
250 filter_caps = filter ? gst_caps_ref (filter) : NULL; in gst_adder_sink_getcaps()
254 if (filter_caps && gst_caps_is_empty (filter_caps)) { in gst_adder_sink_getcaps()
256 return filter_caps; in gst_adder_sink_getcaps()
260 peercaps = gst_pad_peer_query_caps (adder->srcpad, filter_caps); in gst_adder_sink_getcaps()
285 if (filter_caps) { in gst_adder_sink_getcaps()
[all …]
Dgstadder.h72 GstCaps *filter_caps; member
/third_party/gstreamer/gstplugins_good/gst/debugutils/
Dgstcapssetter.c185 GstCaps *ret = NULL, *filter_caps = NULL; in gst_caps_setter_transform_caps() local
206 filter_caps = gst_caps_ref (filter->caps); in gst_caps_setter_transform_caps()
213 for (i = 0; i < gst_caps_get_size (filter_caps); ++i) { in gst_caps_setter_transform_caps()
214 merge = gst_caps_get_structure (filter_caps, i); in gst_caps_setter_transform_caps()
236 gst_caps_unref (filter_caps); in gst_caps_setter_transform_caps()
/third_party/gstreamer/gstplugins_bad/ext/sbc/
Dgstsbcenc.c82 GstCaps *caps, *filter_caps; in gst_sbc_enc_set_format() local
98 filter_caps = gst_caps_new_simple ("audio/x-sbc", "rate", G_TYPE_INT, in gst_sbc_enc_set_format()
100 output_caps = gst_caps_intersect (caps, filter_caps); in gst_sbc_enc_set_format()
101 gst_caps_unref (filter_caps); in gst_sbc_enc_set_format()
/third_party/gstreamer/gstplugins_good/gst/rtpmanager/
Dgstrtpfunnel.c254 GstCaps *filter_caps; in gst_rtp_funnel_sink_query() local
257 gst_query_parse_caps (query, &filter_caps); in gst_rtp_funnel_sink_query()
259 if (filter_caps) { in gst_rtp_funnel_sink_query()
260 new_caps = gst_caps_intersect_full (funnel->srccaps, filter_caps, in gst_rtp_funnel_sink_query()
/third_party/gstreamer/gstplugins_base/gst/playback/
Dgstdecodebin3-parse.c146 GstCaps *filter_caps = gst_caps_new_empty (); in get_parser_caps_filter() local
165 filter_caps = gst_caps_merge (filter_caps, intersection); in get_parser_caps_filter()
170 GST_DEBUG_OBJECT (dbin, "Got filter caps %" GST_PTR_FORMAT, filter_caps); in get_parser_caps_filter()
171 return filter_caps; in get_parser_caps_filter()
/third_party/gstreamer/gstplugins_bad/ext/opencv/
Dgstdewarp.cpp151 GstPadDirection direction, GstCaps * caps, GstCaps * filter_caps);
547 GstPadDirection direction, GstCaps * caps, GstCaps * filter_caps) in gst_dewarp_transform_caps() argument
574 if (filter_caps) { in gst_dewarp_transform_caps()
578 filter_caps); in gst_dewarp_transform_caps()
581 gst_caps_intersect_full (filter_caps, ret, GST_CAPS_INTERSECT_FIRST); in gst_dewarp_transform_caps()
/third_party/gstreamer/gstplugins_base/ext/gl/
Dgstgloverlaycompositorelement.c87 filter, GstPadDirection direction, GstCaps * caps, GstCaps * filter_caps);
142 GstPadDirection direction, GstCaps * caps, GstCaps * filter_caps) in _oce_transform_internal_caps() argument
Dgstglviewconvert.c86 * filter, GstPadDirection direction, GstCaps * caps, GstCaps * filter_caps);
215 GstPadDirection direction, GstCaps * caps, GstCaps * filter_caps) in gst_gl_view_convert_element_transform_internal_caps() argument
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstglfilter.h119 GstPadDirection direction, GstCaps * caps, GstCaps * filter_caps);
Dgstglfilter.c104 GstPadDirection direction, GstCaps * caps, GstCaps * filter_caps);
635 GstPadDirection direction, GstCaps * caps, GstCaps * filter_caps) in default_transform_internal_caps() argument
645 GstPadDirection direction, GstCaps * caps, GstCaps * filter_caps) in gst_gl_filter_transform_caps() argument
664 if (filter_caps) { in gst_gl_filter_transform_caps()
666 gst_caps_intersect_full (filter_caps, tmp, GST_CAPS_INTERSECT_FIRST); in gst_gl_filter_transform_caps()
/third_party/gstreamer/gstplugins_base/tests/check/elements/
Dadder.c199 GstCaps *filter_caps, *caps; in GST_START_TEST() local
201 filter_caps = gst_caps_new_simple ("audio/x-raw", in GST_START_TEST()
208 g_object_set (adder, "caps", filter_caps, NULL); in GST_START_TEST()
218 fail_unless (gst_caps_is_equal_fixed (caps, filter_caps)); in GST_START_TEST()
224 gst_caps_unref (filter_caps); in GST_START_TEST()
/third_party/gstreamer/gstplugins_good/gst/videocrop/
Dgstvideocrop.c108 GstPadDirection direction, GstCaps * caps, GstCaps * filter_caps);
641 GstPadDirection direction, GstCaps * caps, GstCaps * filter_caps) in gst_video_crop_transform_caps() argument
712 if (!gst_caps_is_empty (other_caps) && filter_caps) { in gst_video_crop_transform_caps()
713 GstCaps *tmp = gst_caps_intersect_full (filter_caps, other_caps, in gst_video_crop_transform_caps()
/third_party/gstreamer/gstplugins_good/tests/check/elements/
Ddeinterlace.c455 const gchar * input_caps, const gchar * filter_caps, in deinterlace_set_caps_with_filter_and_check_result() argument
467 caps = gst_caps_from_string (filter_caps); in deinterlace_set_caps_with_filter_and_check_result()

12