Lines Matching refs:vdisplay
120 height = self->vdisplay; in gst_kms_sink_set_render_rectangle()
460 if (conn->modes[i].vdisplay == GST_VIDEO_INFO_HEIGHT (vinfo) && in configure_mode_setting()
555 "height", G_TYPE_INT, mode->vdisplay, in ensure_allowed_caps()
796 self->vdisplay = crtc->mode.vdisplay; in gst_kms_sink_start()
802 self->render_rect.h = self->vdisplay; in gst_kms_sink_start()
814 self->hdisplay, self->vdisplay, self->mm_width, self->mm_height); in gst_kms_sink_start()
954 self->vdisplay = 0; in gst_kms_sink_stop()
994 gst_video_calculate_device_ratio (self->hdisplay, self->vdisplay, in gst_kms_sink_get_caps()
1080 gst_video_calculate_device_ratio (self->hdisplay, self->vdisplay, in gst_kms_sink_calculate_display_ratio()
1647 if ((result.y + result.h) > self->vdisplay) in gst_kms_sink_show_frame()
1648 result.h = self->vdisplay - result.y; in gst_kms_sink_show_frame()
1874 g_value_set_int (value, sink->vdisplay); in gst_kms_sink_get_property()