Searched refs:ref_vinfo (Results 1 – 4 of 4) sorted by relevance
482 GstVideoInfo ref_vinfo; in gst_v4l2_codec_vp8_dec_new_sequence() local485 gst_video_info_set_format (&ref_vinfo, GST_VIDEO_INFO_FORMAT (&self->vinfo), in gst_v4l2_codec_vp8_dec_new_sequence()489 if (self->vinfo.stride[i] != ref_vinfo.stride[i] || in gst_v4l2_codec_vp8_dec_new_sequence()490 self->vinfo.offset[i] != ref_vinfo.offset[i]) { in gst_v4l2_codec_vp8_dec_new_sequence()
464 GstVideoInfo ref_vinfo; in gst_v4l2_codec_mpeg2_dec_new_sequence() local467 gst_video_info_set_format (&ref_vinfo, GST_VIDEO_INFO_FORMAT (&self->vinfo), in gst_v4l2_codec_mpeg2_dec_new_sequence()471 if (self->vinfo.stride[i] != ref_vinfo.stride[i] || in gst_v4l2_codec_mpeg2_dec_new_sequence()472 self->vinfo.offset[i] != ref_vinfo.offset[i]) { in gst_v4l2_codec_mpeg2_dec_new_sequence()
651 GstVideoInfo ref_vinfo; in gst_v4l2_codec_vp9_dec_new_sequence() local654 gst_video_info_set_format (&ref_vinfo, GST_VIDEO_INFO_FORMAT (&self->vinfo), in gst_v4l2_codec_vp9_dec_new_sequence()658 if (self->vinfo.stride[i] != ref_vinfo.stride[i] || in gst_v4l2_codec_vp9_dec_new_sequence()659 self->vinfo.offset[i] != ref_vinfo.offset[i]) { in gst_v4l2_codec_vp9_dec_new_sequence()
901 GstVideoInfo ref_vinfo; in gst_v4l2_codec_h264_dec_new_sequence() local904 gst_video_info_set_format (&ref_vinfo, GST_VIDEO_INFO_FORMAT (&self->vinfo), in gst_v4l2_codec_h264_dec_new_sequence()908 if (self->vinfo.stride[i] != ref_vinfo.stride[i] || in gst_v4l2_codec_h264_dec_new_sequence()909 self->vinfo.offset[i] != ref_vinfo.offset[i]) { in gst_v4l2_codec_h264_dec_new_sequence()