Home
last modified time | relevance | path

Searched refs:getcaps (Results 1 – 25 of 44) sorted by relevance

12

/third_party/python/Lib/
Dmailcap.py19 def getcaps(): function
237 caps = getcaps()
262 if not caps: caps = getcaps()
/third_party/python/Lib/test/
Dtest_mailcap.py143 caps = mailcap.getcaps()
148 caps = mailcap.getcaps()
/third_party/gstreamer/gstplugins_bad/tools/element-templates/
Daudioencoder45 audio_encoder_class->getcaps = GST_DEBUG_FUNCPTR (gst_replace_getcaps);
136 GST_DEBUG_OBJECT (replace, "getcaps");
Dvideoencoder42 video_encoder_class->getcaps = GST_DEBUG_FUNCPTR (gst_replace_getcaps);
134 GST_DEBUG_OBJECT(replace, "getcaps");
Dsrcpad77 GST_DEBUG_OBJECT(replace, "getcaps");
Dsinkpad83 GST_DEBUG_OBJECT(replace, "getcaps");
/third_party/gstreamer/gstplugins_bad/sys/dshowsrcwrapper/
Dgstdshow.h119 GList * gst_dshow_enumerate_devices (const GUID * device_category, gboolean getcaps);
Dgstdshow.cpp327 gst_dshow_enumerate_devices (const GUID * device_category, gboolean getcaps) in gst_dshow_enumerate_devices() argument
380 if (getcaps) { in gst_dshow_enumerate_devices()
/third_party/python/Doc/library/
Dmailcap.rst58 .. function:: getcaps()
73 >>> d = mailcap.getcaps()
/third_party/gstreamer/gstreamer/docs/random/wtay/
Dautoplug334 - link dummy element with pads with non-fixed caps. The dummy element getcaps
Dcapsnego2-docs150 - else if the pad has a getcaps function, call the function and return the result
200 ! on the pad, through the getcaps function or on the padtemplate (here
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dgstvideoencoder.h271 GstCaps * (*getcaps) (GstVideoEncoder *enc, member
Dgstvideodecoder.h338 GstCaps* (*getcaps) (GstVideoDecoder *decoder, member
/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/
Dgstaudioencoder.h223 GstCaps * (*getcaps) (GstAudioEncoder *enc, GstCaps *filter); member
Dgstaudiodecoder.h307 GstCaps * (*getcaps) (GstAudioDecoder * dec, member
Dgstaudioencoder.c389 klass->getcaps = gst_audio_encoder_getcaps_default; in gst_audio_encoder_class_init()
1791 if (klass->getcaps) { in gst_audio_encoder_sink_query_default()
1792 caps = klass->getcaps (enc, filter); in gst_audio_encoder_sink_query_default()
/third_party/gstreamer/gstplugins_bad/ext/fdkaac/
Dgstfdkaacenc.c567 base_class->getcaps = GST_DEBUG_FUNCPTR (gst_fdkaacenc_get_caps); in gst_fdkaacenc_class_init()
/third_party/gstreamer/gstreamer/docs/random/ds/
D0.9-planning2120 - getcaps() methods will be replaced by an element_allowed_caps()
/third_party/gstreamer/gstplugins_bad/ext/mpeg2enc/
Dgstmpeg2enc.cc153 video_encoder_class->getcaps = GST_DEBUG_FUNCPTR (gst_mpeg2enc_getcaps); in gst_mpeg2enc_class_init()
/third_party/gstreamer/gstplugins_bad/sys/va/
Dgstvabasedec.c661 decoder_class->getcaps = GST_DEBUG_FUNCPTR (gst_va_base_dec_getcaps); in gst_va_base_dec_class_init()
Dgstvah264dec.c910 decoder_class->getcaps = GST_DEBUG_FUNCPTR (gst_va_h264_dec_getcaps); in gst_va_h264_dec_class_init()
Dgstvaav1dec.c918 decoder_class->getcaps = GST_DEBUG_FUNCPTR (gst_va_av1_dec_getcaps); in gst_va_av1_dec_class_init()
/third_party/gstreamer/gstplugins_base/ext/opus/
Dgstopusdec.c134 adclass->getcaps = GST_DEBUG_FUNCPTR (gst_opus_dec_getcaps); in gst_opus_dec_class_init()
Dgstopusenc.c293 base_class->getcaps = GST_DEBUG_FUNCPTR (gst_opus_enc_sink_getcaps); in gst_opus_enc_class_init()
/third_party/gstreamer/gstplugins_base/ext/theora/
Dgsttheoraenc.c235 gstvideo_encoder_class->getcaps = GST_DEBUG_FUNCPTR (theora_enc_getcaps); in gst_theora_enc_class_init()

12