/third_party/python/Lib/ |
D | mailcap.py | 19 def getcaps(): function 237 caps = getcaps() 262 if not caps: caps = getcaps()
|
/third_party/python/Lib/test/ |
D | test_mailcap.py | 143 caps = mailcap.getcaps() 148 caps = mailcap.getcaps()
|
/third_party/gstreamer/gstplugins_bad/tools/element-templates/ |
D | audioencoder | 45 audio_encoder_class->getcaps = GST_DEBUG_FUNCPTR (gst_replace_getcaps); 136 GST_DEBUG_OBJECT (replace, "getcaps");
|
D | videoencoder | 42 video_encoder_class->getcaps = GST_DEBUG_FUNCPTR (gst_replace_getcaps); 134 GST_DEBUG_OBJECT(replace, "getcaps");
|
D | srcpad | 77 GST_DEBUG_OBJECT(replace, "getcaps");
|
D | sinkpad | 83 GST_DEBUG_OBJECT(replace, "getcaps");
|
/third_party/gstreamer/gstplugins_bad/sys/dshowsrcwrapper/ |
D | gstdshow.h | 119 GList * gst_dshow_enumerate_devices (const GUID * device_category, gboolean getcaps);
|
D | gstdshow.cpp | 327 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/ |
D | mailcap.rst | 58 .. function:: getcaps() 73 >>> d = mailcap.getcaps()
|
/third_party/gstreamer/gstreamer/docs/random/wtay/ |
D | autoplug3 | 34 - link dummy element with pads with non-fixed caps. The dummy element getcaps
|
D | capsnego2-docs | 150 - 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/ |
D | gstvideoencoder.h | 271 GstCaps * (*getcaps) (GstVideoEncoder *enc, member
|
D | gstvideodecoder.h | 338 GstCaps* (*getcaps) (GstVideoDecoder *decoder, member
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/ |
D | gstaudioencoder.h | 223 GstCaps * (*getcaps) (GstAudioEncoder *enc, GstCaps *filter); member
|
D | gstaudiodecoder.h | 307 GstCaps * (*getcaps) (GstAudioDecoder * dec, member
|
D | gstaudioencoder.c | 389 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/ |
D | gstfdkaacenc.c | 567 base_class->getcaps = GST_DEBUG_FUNCPTR (gst_fdkaacenc_get_caps); in gst_fdkaacenc_class_init()
|
/third_party/gstreamer/gstreamer/docs/random/ds/ |
D | 0.9-planning2 | 120 - getcaps() methods will be replaced by an element_allowed_caps()
|
/third_party/gstreamer/gstplugins_bad/ext/mpeg2enc/ |
D | gstmpeg2enc.cc | 153 video_encoder_class->getcaps = GST_DEBUG_FUNCPTR (gst_mpeg2enc_getcaps); in gst_mpeg2enc_class_init()
|
/third_party/gstreamer/gstplugins_bad/sys/va/ |
D | gstvabasedec.c | 661 decoder_class->getcaps = GST_DEBUG_FUNCPTR (gst_va_base_dec_getcaps); in gst_va_base_dec_class_init()
|
D | gstvah264dec.c | 910 decoder_class->getcaps = GST_DEBUG_FUNCPTR (gst_va_h264_dec_getcaps); in gst_va_h264_dec_class_init()
|
D | gstvaav1dec.c | 918 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/ |
D | gstopusdec.c | 134 adclass->getcaps = GST_DEBUG_FUNCPTR (gst_opus_dec_getcaps); in gst_opus_dec_class_init()
|
D | gstopusenc.c | 293 base_class->getcaps = GST_DEBUG_FUNCPTR (gst_opus_enc_sink_getcaps); in gst_opus_enc_class_init()
|
/third_party/gstreamer/gstplugins_base/ext/theora/ |
D | gsttheoraenc.c | 235 gstvideo_encoder_class->getcaps = GST_DEBUG_FUNCPTR (theora_enc_getcaps); in gst_theora_enc_class_init()
|