Home
last modified time | relevance | path

Searched refs:src_caps (Results 1 – 1 of 1) sorted by relevance

/external/libxcam/wrapper/gstreamer/
Dgstxcamfilter.cpp614 GstCaps *src_caps, *peer_caps, *intersect_caps; in gst_xcam_filter_transform_caps() local
622 src_caps = gst_pad_get_pad_template_caps (trans->srcpad); in gst_xcam_filter_transform_caps()
633 peer_caps = gst_pad_query_caps (peer_pad, src_caps); in gst_xcam_filter_transform_caps()
638 gst_caps_unref (src_caps); in gst_xcam_filter_transform_caps()
646 gst_caps_unref (src_caps); in gst_xcam_filter_transform_caps()
647 src_caps = gst_caps_copy (caps); in gst_xcam_filter_transform_caps()
648 src_struct = gst_caps_get_structure (src_caps, 0); in gst_xcam_filter_transform_caps()
658 intersect_caps = gst_caps_intersect_full (peer_caps, src_caps, GST_CAPS_INTERSECT_FIRST); in gst_xcam_filter_transform_caps()
659 gst_caps_unref (src_caps); in gst_xcam_filter_transform_caps()
660 src_caps = intersect_caps; in gst_xcam_filter_transform_caps()
[all …]