Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dgstnvh264enc.c109 GstCaps *doc_caps; in gst_nv_h264_enc_class_init() local
250 doc_caps = gst_caps_from_string (DOCUMENTATION_SINK_CAPS); in gst_nv_h264_enc_class_init()
251 gst_pad_template_set_documentation_caps (pad_templ, doc_caps); in gst_nv_h264_enc_class_init()
252 gst_caps_unref (doc_caps); in gst_nv_h264_enc_class_init()
257 doc_caps = gst_caps_from_string (DOCUMENTATION_SRC_CAPS); in gst_nv_h264_enc_class_init()
258 gst_pad_template_set_documentation_caps (pad_templ, doc_caps); in gst_nv_h264_enc_class_init()
259 gst_caps_unref (doc_caps); in gst_nv_h264_enc_class_init()
Dgstnvh265enc.c110 GstCaps *doc_caps; in gst_nv_h265_enc_class_init() local
252 doc_caps = gst_caps_from_string (DOCUMENTATION_SINK_CAPS); in gst_nv_h265_enc_class_init()
253 gst_pad_template_set_documentation_caps (pad_templ, doc_caps); in gst_nv_h265_enc_class_init()
254 gst_caps_unref (doc_caps); in gst_nv_h265_enc_class_init()
259 doc_caps = gst_caps_from_string (DOCUMENTATION_SRC_CAPS); in gst_nv_h265_enc_class_init()
260 gst_pad_template_set_documentation_caps (pad_templ, doc_caps); in gst_nv_h265_enc_class_init()
261 gst_caps_unref (doc_caps); in gst_nv_h265_enc_class_init()
/third_party/gstreamer/gstplugins_bad/sys/va/
Dgstvadeinterlace.c699 GstCaps *doc_caps, *sink_caps = NULL, *src_caps = NULL; in gst_va_deinterlace_class_init() local
742 doc_caps = gst_caps_from_string (caps_str); in gst_va_deinterlace_class_init()
748 gst_caps_ref (doc_caps)); in gst_va_deinterlace_class_init()
754 gst_caps_ref (doc_caps)); in gst_va_deinterlace_class_init()
755 gst_caps_unref (doc_caps); in gst_va_deinterlace_class_init()
Dgstvavpp.c1924 GstCaps *doc_caps, *caps = NULL; in gst_va_vpp_class_init() local
1967 doc_caps = gst_caps_from_string (caps_str); in gst_va_vpp_class_init()
1973 gst_caps_ref (doc_caps)); in gst_va_vpp_class_init()
1979 gst_caps_ref (doc_caps)); in gst_va_vpp_class_init()
1980 gst_caps_unref (doc_caps); in gst_va_vpp_class_init()
/third_party/gstreamer/gstplugins_bad/ext/wpe/
Dgstwpevideosrc.cpp684 GstCaps *doc_caps; in gst_wpe_video_src_class_init() local
722 doc_caps = gst_caps_from_string (WPE_VIDEO_SRC_DOC_CAPS); in gst_wpe_video_src_class_init()
723 gst_pad_template_set_documentation_caps (tmpl, doc_caps); in gst_wpe_video_src_class_init()
724 gst_clear_caps (&doc_caps); in gst_wpe_video_src_class_init()
/third_party/gstreamer/gstplugins_good/ext/shout2/
Dgstshout2.c171 GstCaps *doc_caps; in gst_shout2send_class_init() local
256 doc_caps = gst_caps_from_string (SHOUT2SEND_DOC_CAPS); in gst_shout2send_class_init()
257 gst_pad_template_set_documentation_caps (tmpl, doc_caps); in gst_shout2send_class_init()
258 gst_clear_caps (&doc_caps); in gst_shout2send_class_init()