Lines Matching refs:input_state
216 if (self->input_state) { in gst_v4l2_video_dec_stop()
217 gst_video_codec_state_unref (self->input_state); in gst_v4l2_video_dec_stop()
218 self->input_state = NULL; in gst_v4l2_video_dec_stop()
264 if (self->input_state) { in gst_v4l2_video_dec_set_format()
269 gst_video_codec_state_unref (self->input_state); in gst_v4l2_video_dec_set_format()
270 self->input_state = NULL; in gst_v4l2_video_dec_set_format()
313 self->input_state = gst_video_codec_state_ref (state); in gst_v4l2_video_dec_set_format()
644 if (!self->input_state) in gst_v4l2_video_dec_handle_frame()
646 if (!gst_v4l2_object_set_format (self->v4l2output, self->input_state->caps, in gst_v4l2_video_dec_handle_frame()
662 codec_data = self->input_state->codec_data; in gst_v4l2_video_dec_handle_frame()
682 gst_buffer_pool_config_set_params (config, self->input_state->caps, in gst_v4l2_video_dec_handle_frame()
761 info.finfo->format, info.width, info.height, self->input_state); in gst_v4l2_video_dec_handle_frame()