Home
last modified time | relevance | path

Searched refs:ref_vinfo (Results 1 – 4 of 4) sorted by relevance

/third_party/gstreamer/gstplugins_bad/sys/v4l2codecs/
Dgstv4l2codecvp8dec.c482 GstVideoInfo ref_vinfo; in gst_v4l2_codec_vp8_dec_new_sequence() local
485 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()
Dgstv4l2codecmpeg2dec.c464 GstVideoInfo ref_vinfo; in gst_v4l2_codec_mpeg2_dec_new_sequence() local
467 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()
Dgstv4l2codecvp9dec.c651 GstVideoInfo ref_vinfo; in gst_v4l2_codec_vp9_dec_new_sequence() local
654 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()
Dgstv4l2codech264dec.c901 GstVideoInfo ref_vinfo; in gst_v4l2_codec_h264_dec_new_sequence() local
904 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()