Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/sys/va/
Dgstvavp9dec.c182 base->need_negotiation = negotiation_needed; in gst_va_vp9_new_sequence()
197 base->need_negotiation = TRUE; in _check_resolution_change()
226 if (base->need_negotiation) { in gst_va_vp9_dec_new_picture()
557 if (!base->need_negotiation) in gst_va_vp9_dec_negotiate()
560 base->need_negotiation = FALSE; in gst_va_vp9_dec_negotiate()
Dgstvavp8dec.c97 if (!base->need_negotiation) in gst_va_vp8_dec_negotiate()
100 base->need_negotiation = FALSE; in gst_va_vp8_dec_negotiate()
180 base->need_negotiation = negotiation_needed; in gst_va_vp8_dec_new_sequence()
194 if (base->need_negotiation) { in gst_va_vp8_dec_new_picture()
Dgstvampeg2dec.c98 if (!base->need_negotiation) in gst_va_mpeg2_dec_negotiate()
101 base->need_negotiation = FALSE; in gst_va_mpeg2_dec_negotiate()
281 base->need_negotiation = negotiation_needed; in gst_va_mpeg2_dec_new_sequence()
296 if (base->need_negotiation) { in gst_va_mpeg2_dec_new_picture()
Dgstvabasedec.h80 gboolean need_negotiation; member
Dgstvaav1dec.c102 if (!base->need_negotiation) in gst_va_av1_dec_negotiate()
105 base->need_negotiation = FALSE; in gst_va_av1_dec_negotiate()
276 base->need_negotiation = TRUE; in gst_va_av1_dec_new_sequence()
314 base->need_negotiation = TRUE; in gst_va_av1_dec_new_picture()
317 if (base->need_negotiation) { in gst_va_av1_dec_new_picture()
Dgstvah264dec.c498 if (base->need_negotiation) { in gst_va_h264_dec_new_picture()
756 base->need_negotiation = negotiation_needed; in gst_va_h264_dec_new_sequence()
827 if (!base->need_negotiation) in gst_va_h264_dec_negotiate()
830 base->need_negotiation = FALSE; in gst_va_h264_dec_negotiate()
Dgstvah265dec.c858 if (base->need_negotiation) { in gst_va_h265_dec_new_picture()
1128 base->need_negotiation = negotiation_needed; in gst_va_h265_dec_new_sequence()
1210 if (!base->need_negotiation) in gst_va_h265_dec_negotiate()
1213 base->need_negotiation = FALSE; in gst_va_h265_dec_negotiate()
/third_party/gstreamer/gstplugins_bad/sys/v4l2codecs/
Dgstv4l2codecmpeg2dec.c87 gboolean need_negotiation; member
239 if (!self->need_negotiation) in gst_v4l2_codec_mpeg2_dec_negotiate()
241 self->need_negotiation = FALSE; in gst_v4l2_codec_mpeg2_dec_negotiate()
421 self->need_negotiation = TRUE; in gst_v4l2_codec_mpeg2_dec_new_sequence()
452 self->need_negotiation = TRUE; in gst_v4l2_codec_mpeg2_dec_new_sequence()
Dgstv4l2codecvp8dec.c76 gboolean need_negotiation; member
188 if (!self->need_negotiation) in gst_v4l2_codec_vp8_dec_negotiate()
190 self->need_negotiation = FALSE; in gst_v4l2_codec_vp8_dec_negotiate()
473 self->need_negotiation = TRUE; in gst_v4l2_codec_vp8_dec_new_sequence()
Dgstv4l2codecvp9dec.c76 gboolean need_negotiation; member
450 if (!self->need_negotiation) in gst_v4l2_codec_vp9_dec_negotiate()
452 self->need_negotiation = FALSE; in gst_v4l2_codec_vp9_dec_negotiate()
642 self->need_negotiation = TRUE; in gst_v4l2_codec_vp9_dec_new_sequence()
Dgstv4l2codech264dec.c78 gboolean need_negotiation; member
317 if (!self->need_negotiation) in gst_v4l2_codec_h264_dec_negotiate()
319 self->need_negotiation = FALSE; in gst_v4l2_codec_h264_dec_negotiate()
892 self->need_negotiation = TRUE; in gst_v4l2_codec_h264_dec_new_sequence()
/third_party/gstreamer/gstplugins_bad/ext/webrtc/
Dgstwebrtcbin.h123 gboolean need_negotiation; member
Dgstwebrtcbin.c1670 if (webrtc->priv->need_negotiation) { in _check_need_negotiation_task()
1696 webrtc->priv->need_negotiation = FALSE; in _update_need_negotiation()
1700 if (webrtc->priv->need_negotiation) in _update_need_negotiation()
1703 webrtc->priv->need_negotiation = TRUE; in _update_need_negotiation()
5894 gboolean prev_need_negotiation = webrtc->priv->need_negotiation; in _set_description_task()
5902 if (prev_need_negotiation && webrtc->priv->need_negotiation) { in _set_description_task()
/third_party/gstreamer/gstplugins_bad/
DChangeLog2974 va: Move common variable need_negotiation to GstBaseDec.