Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_good/sys/v4l2/
Dgstv4l2h263enc.c42 static GstStaticCaps src_template_caps = variable
106 gst_static_caps_get (&src_template_caps)); in gst_v4l2_is_h263_enc()
115 gst_static_caps_get (&src_template_caps), src_caps); in gst_v4l2_h263_enc_register()
Dgstv4l2mpeg4enc.c42 static GstStaticCaps src_template_caps = variable
109 gst_static_caps_get (&src_template_caps)); in gst_v4l2_is_mpeg4_enc()
120 gst_static_caps_get (&src_template_caps), src_caps); in gst_v4l2_mpeg4_enc_register()
Dgstv4l2h264enc.c43 static GstStaticCaps src_template_caps = variable
131 gst_static_caps_get (&src_template_caps)); in gst_v4l2_is_h264_enc()
142 gst_static_caps_get (&src_template_caps), src_caps); in gst_v4l2_h264_enc_register()
Dgstv4l2jpegenc.c43 static GstStaticCaps src_template_caps = GST_STATIC_CAPS ("image/jpeg"); variable
109 gst_static_caps_get (&src_template_caps)); in gst_v4l2_is_jpeg_enc()
118 gst_static_caps_get (&src_template_caps), src_caps); in gst_v4l2_jpeg_enc_register()
Dgstv4l2vp9enc.c42 static GstStaticCaps src_template_caps = variable
109 gst_static_caps_get (&src_template_caps)); in gst_v4l2_is_vp9_enc()
120 gst_static_caps_get (&src_template_caps), src_caps); in gst_v4l2_vp9_enc_register()
Dgstv4l2vp8enc.c42 static GstStaticCaps src_template_caps = variable
110 gst_static_caps_get (&src_template_caps)); in gst_v4l2_is_vp8_enc()
121 gst_static_caps_get (&src_template_caps), src_caps); in gst_v4l2_vp8_enc_register()
Dgstv4l2fwhtenc.c43 static GstStaticCaps src_template_caps = GST_STATIC_CAPS ("video/x-fwht"); variable
109 gst_static_caps_get (&src_template_caps)); in gst_v4l2_is_fwht_enc()
118 gst_static_caps_get (&src_template_caps), src_caps); in gst_v4l2_fwht_enc_register()
Dgstv4l2h265enc.c42 static GstStaticCaps src_template_caps = variable
110 gst_static_caps_get (&src_template_caps)); in gst_v4l2_is_h265_enc()
121 gst_static_caps_get (&src_template_caps), src_caps); in gst_v4l2_h265_enc_register()
/third_party/gstreamer/gstplugins_good/ext/mpg123/
Dgstmpg123audiodec.c115 GstCaps *src_template_caps; in gst_mpg123_audio_dec_class_init() local
168 src_template_caps = gst_caps_from_string (s->str); in gst_mpg123_audio_dec_class_init()
170 src_template_caps); in gst_mpg123_audio_dec_class_init()
171 gst_caps_unref (src_template_caps); in gst_mpg123_audio_dec_class_init()
/third_party/gstreamer/gstplugins_bad/sys/d3d11/
Dgstd3d11download.cpp64 static GstStaticCaps src_template_caps = variable
120 caps = gst_d3d11_get_updated_template_caps (&src_template_caps); in gst_d3d11_download_class_init()
Dgstd3d11upload.cpp60 static GstStaticCaps src_template_caps = variable
115 caps = gst_d3d11_get_updated_template_caps (&src_template_caps); in gst_d3d11_upload_class_init()
Dgstd3d11compositorbin.cpp506 static GstStaticCaps src_template_caps = variable
611 caps = gst_d3d11_get_updated_template_caps (&src_template_caps); in gst_d3d11_compositor_bin_class_init()
Dgstd3d11convert.cpp45 static GstStaticCaps src_template_caps = variable
259 caps = gst_d3d11_get_updated_template_caps (&src_template_caps); in gst_d3d11_base_convert_class_init()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/
Dgstaudioaggregator.c1079 GstCaps *src_template_caps = gst_pad_get_pad_template_caps (agg->srcpad); in gst_audio_aggregator_update_src_caps() local
1081 gst_pad_peer_query_caps (agg->srcpad, src_template_caps); in gst_audio_aggregator_update_src_caps()
1083 gst_caps_unref (src_template_caps); in gst_audio_aggregator_update_src_caps()