Lines Matching refs:input_state
205 if (self->input_state) { in gst_v4l2_video_dec_stop()
206 gst_video_codec_state_unref (self->input_state); in gst_v4l2_video_dec_stop()
207 self->input_state = NULL; in gst_v4l2_video_dec_stop()
225 if (self->input_state) { in gst_v4l2_video_dec_set_format()
230 gst_video_codec_state_unref (self->input_state); in gst_v4l2_video_dec_set_format()
231 self->input_state = NULL; in gst_v4l2_video_dec_set_format()
274 self->input_state = gst_video_codec_state_ref (state); in gst_v4l2_video_dec_set_format()
580 if (!self->input_state) in gst_v4l2_video_dec_handle_frame()
582 if (!gst_v4l2_object_set_format (self->v4l2output, self->input_state->caps, in gst_v4l2_video_dec_handle_frame()
597 codec_data = self->input_state->codec_data; in gst_v4l2_video_dec_handle_frame()
613 gst_buffer_pool_config_set_params (config, self->input_state->caps, in gst_v4l2_video_dec_handle_frame()
681 info.finfo->format, info.width, info.height, self->input_state); in gst_v4l2_video_dec_handle_frame()