Home
last modified time | relevance | path

Searched refs:negotiate (Results 1 – 25 of 112) sorted by relevance

12345

/third_party/gstreamer/gstreamer/docs/random/wtay/
Dcapsnego-cases7 |/ 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 …]
Dcaps-negociation200 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:
Dabstract21 any media type, a mechanism is provided to negotiate the media
/third_party/gstreamer/gstplugins_bad/tools/element-templates/
Daudiodecoder48 audio_decoder_class->negotiate = GST_DEBUG_FUNCPTR (gst_replace_negotiate);
167 GST_DEBUG_OBJECT (replace, "negotiate");
Dvideodecoder50 video_decoder_class->negotiate = GST_DEBUG_FUNCPTR (gst_replace_negotiate);
170 GST_DEBUG_OBJECT (replace, "negotiate");
Daudioencoder48 audio_encoder_class->negotiate = GST_DEBUG_FUNCPTR (gst_replace_negotiate);
166 GST_DEBUG_OBJECT (replace, "negotiate");
Dvideoencoder45 video_encoder_class->negotiate = GST_DEBUG_FUNCPTR (gst_replace_negotiate);
161 GST_DEBUG_OBJECT(replace, "negotiate");
Dbasesrc42 base_src_class->negotiate = GST_DEBUG_FUNCPTR (gst_replace_negotiate);
78 GST_DEBUG_OBJECT (replace, "negotiate");
/third_party/gstreamer/gstplugins_good/gst/rtp/
DTODO13 * make ffmpeg negotiate only with accepted framerates
/third_party/gstreamer/gstplugins_good/gst/videobox/
DREADME10 The plugin is alpha channel aware and will try to negotiate with a format
/third_party/gstreamer/gstreamer/docs/random/ds/
Dnegotiation28 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/
Dgstldacenc.c127 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/
Dgstnonstreamaudiodecoder.h368 gboolean (*negotiate) (GstNonstreamAudioDecoder * dec); member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/RPC/
DRPCUtils.h1640 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/
Dgstnvvp8dec.c97 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()
Dgstnvvp9dec.c100 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/
Dgstvideoencoder.h280 gboolean (*negotiate) (GstVideoEncoder *encoder); member
/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/
Dgstaudioencoder.h229 gboolean (*negotiate) (GstAudioEncoder *enc); member
Dgstaudiodecoder.h296 gboolean (*negotiate) (GstAudioDecoder *dec); member
/third_party/gstreamer/gstreamer/libs/gst/base/
Dgstbasesrc.h185 gboolean (*negotiate) (GstBaseSrc *src); member
Dgstaggregator.h326 gboolean (*negotiate) (GstAggregator * self); member
/third_party/gstreamer/gstplugins_bad/sys/va/
Dgstvavp8dec.c129 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()
Dgstvavp9dec.c616 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()
Dgstvampeg2dec.c133 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/
DSSL_alert_type_string.pod96 sender was unable to negotiate an acceptable set of security
177 The protocol version the client has attempted to negotiate is

12345