/third_party/gstreamer/gstreamer/docs/random/wtay/ |
D | capsnego-cases | 7 |/ pad has negotiate function 15 call negotiate function, set the resulting caps 23 call negotiate function, set the resulting caps 44 |/ pad has negotiate function 49 call negotiate function, set the resulting caps 53 negotiate until agreed 57 call negotiate until caps match padtemplate 61 negotiate until agreed, caps only got send to the 66 call negotiate function with src caps, set caps if ok 70 call negotiate function with src caps, negotiate until agreed [all …]
|
D | caps-negociation | 200 checked by the pads negotiate function. 206 the negotiate function of a pad is called whenever the pad or 228 When the negotiate function returns NULL (it does not accept the 250 The _renegotiate functions calls the negotiate function of the 251 mpg123->srcpad. the negotiate function would look like this: 299 The audiosink pad negotiate function would look like this:
|
D | abstract | 21 any media type, a mechanism is provided to negotiate the media
|
/third_party/gstreamer/gstplugins_bad/tools/element-templates/ |
D | audiodecoder | 48 audio_decoder_class->negotiate = GST_DEBUG_FUNCPTR (gst_replace_negotiate); 167 GST_DEBUG_OBJECT (replace, "negotiate");
|
D | videodecoder | 50 video_decoder_class->negotiate = GST_DEBUG_FUNCPTR (gst_replace_negotiate); 170 GST_DEBUG_OBJECT (replace, "negotiate");
|
D | audioencoder | 48 audio_encoder_class->negotiate = GST_DEBUG_FUNCPTR (gst_replace_negotiate); 166 GST_DEBUG_OBJECT (replace, "negotiate");
|
D | videoencoder | 45 video_encoder_class->negotiate = GST_DEBUG_FUNCPTR (gst_replace_negotiate); 161 GST_DEBUG_OBJECT(replace, "negotiate");
|
D | basesrc | 42 base_src_class->negotiate = GST_DEBUG_FUNCPTR (gst_replace_negotiate); 78 GST_DEBUG_OBJECT (replace, "negotiate");
|
/third_party/gstreamer/gstplugins_good/gst/rtp/ |
D | TODO | 13 * make ffmpeg negotiate only with accepted framerates
|
/third_party/gstreamer/gstplugins_good/gst/videobox/ |
D | README | 10 The plugin is alpha channel aware and will try to negotiate with a format
|
/third_party/gstreamer/gstreamer/docs/random/ds/ |
D | negotiation | 28 A boolean that indicates that the pad is ready to negotiate. Set 46 - In response to a negotiate signal, an element should copy the caps 235 <ds> is there a reason why a pad might know (and set) allowed_caps, but not be ready to negotiate? 242 <ds> should the core negotiate links in a pipeline that are negotiatable, even though some other li… 243 <ds> this ends up making us negotiate some things multiple times
|
/third_party/gstreamer/gstplugins_bad/ext/ldac/ |
D | gstldacenc.c | 127 encoder_class->negotiate = GST_DEBUG_FUNCPTR (gst_ldac_enc_negotiate); in gst_ldac_enc_class_init() 273 return GST_AUDIO_ENCODER_CLASS (parent_class)->negotiate (audio_enc); in gst_ldac_enc_negotiate()
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/audio/ |
D | gstnonstreamaudiodecoder.h | 368 gboolean (*negotiate) (GstNonstreamAudioDecoder * dec); member
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/RPC/ |
D | RPCUtils.h | 1640 static Error negotiate(RPCEndpoint &R) { in negotiate() function 1657 static Error negotiate(RPCEndpoint &R) { in negotiate() function 1660 return APICalls<Funcs...>::negotiate(R); in negotiate() 1678 static Error negotiate(RPCEndpoint &R) { in negotiate() function 1679 if (auto Err = APICalls<InnerFuncs...>::negotiate(R)) in negotiate() 1681 return APICalls<Funcs...>::negotiate(R); in negotiate()
|
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/ |
D | gstnvvp8dec.c | 97 decoder_class->negotiate = GST_DEBUG_FUNCPTR (gst_nv_vp8_dec_negotiate); in gst_nv_vp8_dec_class_init() 193 return GST_VIDEO_DECODER_CLASS (parent_class)->negotiate (decoder); in gst_nv_vp8_dec_negotiate()
|
D | gstnvvp9dec.c | 100 decoder_class->negotiate = GST_DEBUG_FUNCPTR (gst_nv_vp9_dec_negotiate); in gst_nv_vp9_dec_class_init() 203 return GST_VIDEO_DECODER_CLASS (parent_class)->negotiate (decoder); in gst_nv_vp9_dec_negotiate()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/ |
D | gstvideoencoder.h | 280 gboolean (*negotiate) (GstVideoEncoder *encoder); member
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/ |
D | gstaudioencoder.h | 229 gboolean (*negotiate) (GstAudioEncoder *enc); member
|
D | gstaudiodecoder.h | 296 gboolean (*negotiate) (GstAudioDecoder *dec); member
|
/third_party/gstreamer/gstreamer/libs/gst/base/ |
D | gstbasesrc.h | 185 gboolean (*negotiate) (GstBaseSrc *src); member
|
D | gstaggregator.h | 326 gboolean (*negotiate) (GstAggregator * self); member
|
/third_party/gstreamer/gstplugins_bad/sys/va/ |
D | gstvavp8dec.c | 129 return GST_VIDEO_DECODER_CLASS (parent_class)->negotiate (decoder); in gst_va_vp8_dec_negotiate() 511 decoder_class->negotiate = GST_DEBUG_FUNCPTR (gst_va_vp8_dec_negotiate); in gst_va_vp8_dec_class_init()
|
D | gstvavp9dec.c | 616 return GST_VIDEO_DECODER_CLASS (parent_class)->negotiate (decoder); in gst_va_vp9_dec_negotiate() 659 decoder_class->negotiate = GST_DEBUG_FUNCPTR (gst_va_vp9_dec_negotiate); in gst_va_vp9_dec_class_init()
|
D | gstvampeg2dec.c | 133 return GST_VIDEO_DECODER_CLASS (parent_class)->negotiate (decoder); in gst_va_mpeg2_dec_negotiate() 638 decoder_class->negotiate = GST_DEBUG_FUNCPTR (gst_va_mpeg2_dec_negotiate); in gst_va_mpeg2_dec_class_init()
|
/third_party/openssl/doc/man3/ |
D | SSL_alert_type_string.pod | 96 sender was unable to negotiate an acceptable set of security 177 The protocol version the client has attempted to negotiate is
|