Home
last modified time | relevance | path

Searched refs:peer_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
633 peer_caps = gst_pad_query_caps (peer_pad, src_caps); in gst_xcam_filter_transform_caps()
634 if (!peer_pad || gst_caps_is_empty (peer_caps)) { in gst_xcam_filter_transform_caps()
639 gst_caps_unref (peer_caps); in gst_xcam_filter_transform_caps()
654 gst_caps_unref (peer_caps); 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()