Lines Matching refs:input_state
267 if (self->input_state) in gst_mpp_enc_set_property()
274 if (self->input_state) in gst_mpp_enc_set_property()
281 if (self->input_state) in gst_mpp_enc_set_property()
292 if (self->input_state) in gst_mpp_enc_set_property()
429 caps, self->input_state); in gst_mpp_enc_set_src_caps()
526 self->input_state = NULL; in gst_mpp_enc_start()
573 if (self->input_state) in gst_mpp_enc_stop()
574 gst_video_codec_state_unref (self->input_state); in gst_mpp_enc_stop()
608 if (self->input_state) { in gst_mpp_enc_set_format()
609 if (gst_caps_is_strictly_equal (self->input_state->caps, state->caps)) in gst_mpp_enc_set_format()
614 gst_video_codec_state_unref (self->input_state); in gst_mpp_enc_set_format()
615 self->input_state = NULL; in gst_mpp_enc_set_format()
618 self->input_state = gst_video_codec_state_ref (state); in gst_mpp_enc_set_format()
781 GstVideoInfo src_info = self->input_state->info; in gst_mpp_enc_convert()