Searched refs:need_negotiation (Results 1 – 14 of 14) sorted by relevance
182 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()
97 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()
98 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()
80 gboolean need_negotiation; member
102 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()
498 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()
858 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()
87 gboolean need_negotiation; member239 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()
76 gboolean need_negotiation; member188 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()
76 gboolean need_negotiation; member450 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()
78 gboolean need_negotiation; member317 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()
123 gboolean need_negotiation; member
1670 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()
2974 va: Move common variable need_negotiation to GstBaseDec.