Lines Matching refs:input_state
89 if (self->input_state) in gst_mpp_dec_set_property()
97 if (self->input_state) in gst_mpp_dec_set_property()
104 if (self->input_state) in gst_mpp_dec_set_property()
137 if (self->input_state) in gst_mpp_dec_set_property()
144 if (self->input_state) in gst_mpp_dec_set_property()
259 self->input_state = NULL; in gst_mpp_dec_start()
303 if (self->input_state) { in gst_mpp_dec_stop()
304 gst_video_codec_state_unref (self->input_state); in gst_mpp_dec_stop()
305 self->input_state = NULL; in gst_mpp_dec_stop()
354 if (self->input_state) { in gst_mpp_dec_set_format()
355 if (gst_caps_is_strictly_equal (self->input_state->caps, state->caps)) in gst_mpp_dec_set_format()
363 gst_video_codec_state_unref (self->input_state); in gst_mpp_dec_set_format()
364 self->input_state = NULL; in gst_mpp_dec_set_format()
379 self->input_state = gst_video_codec_state_ref (state); in gst_mpp_dec_set_format()
396 GST_ROUND_UP_2 (width), GST_ROUND_UP_2 (height), self->input_state); in gst_mpp_dec_update_video_info()