• Home
  • Raw
  • Download

Lines Matching refs:vinfo

278   gst_video_info_init (&self->vinfo);  in gst_shape_wipe_reset()
299 if ((self->vinfo.width != info.width || self->vinfo.height != info.height) && in gst_shape_wipe_video_sink_setcaps()
300 self->vinfo.width > 0 && self->vinfo.height > 0) { in gst_shape_wipe_video_sink_setcaps()
315 self->vinfo = info; in gst_shape_wipe_video_sink_setcaps()
371 if (self->vinfo.height && self->vinfo.width) { in gst_shape_wipe_video_sink_getcaps()
379 gst_structure_set (s, "width", G_TYPE_INT, self->vinfo.width, "height", in gst_shape_wipe_video_sink_getcaps()
380 G_TYPE_INT, self->vinfo.height, NULL); in gst_shape_wipe_video_sink_getcaps()
436 if ((self->vinfo.width != width || self->vinfo.height != height) && in gst_shape_wipe_mask_sink_setcaps()
437 self->vinfo.width > 0 && self->vinfo.height > 0) { in gst_shape_wipe_mask_sink_setcaps()
504 if (self->vinfo.width && self->vinfo.height) in gst_shape_wipe_mask_sink_getcaps()
505 gst_structure_set (s, "width", G_TYPE_INT, self->vinfo.width, "height", in gst_shape_wipe_mask_sink_getcaps()
506 G_TYPE_INT, self->vinfo.height, NULL); in gst_shape_wipe_mask_sink_getcaps()
582 if (self->vinfo.height && self->vinfo.width) { in gst_shape_wipe_src_getcaps()
590 gst_structure_set (s, "width", G_TYPE_INT, self->vinfo.width, "height", in gst_shape_wipe_src_getcaps()
591 G_TYPE_INT, self->vinfo.height, NULL); in gst_shape_wipe_src_getcaps()
845 if (G_UNLIKELY (GST_VIDEO_INFO_FORMAT (&self->vinfo) == in gst_shape_wipe_video_sink_chain()
879 gst_video_frame_map (&outframe, &self->vinfo, outbuf, GST_MAP_READWRITE); in gst_shape_wipe_video_sink_chain()
880 gst_video_frame_map (&inframe, &self->vinfo, outbuf, GST_MAP_READ); in gst_shape_wipe_video_sink_chain()
884 switch (GST_VIDEO_INFO_FORMAT (&self->vinfo)) { in gst_shape_wipe_video_sink_chain()