Home
last modified time | relevance | path

Searched refs:video_height (Results 1 – 25 of 31) sorted by relevance

12

/third_party/gstreamer/gstplugins_bad/sys/d3dvideosink/
Dd3dvideosink.c281 gint video_width, video_height; in gst_d3dvideosink_set_caps() local
304 video_height = sink->info.height; in gst_d3dvideosink_set_caps()
318 video_height, video_par_n, video_par_d, display_par_n, display_par_d)) in gst_d3dvideosink_set_caps()
323 video_width, video_height, num, den, sink->format); in gst_d3dvideosink_set_caps()
333 if (video_height % den == 0) { in gst_d3dvideosink_set_caps()
336 gst_util_uint64_scale_int (video_height, num, den); in gst_d3dvideosink_set_caps()
337 GST_VIDEO_SINK_HEIGHT (sink) = video_height; in gst_d3dvideosink_set_caps()
346 gst_util_uint64_scale_int (video_height, num, den); in gst_d3dvideosink_set_caps()
347 GST_VIDEO_SINK_HEIGHT (sink) = video_height; in gst_d3dvideosink_set_caps()
360 sink->height = video_height; in gst_d3dvideosink_set_caps()
/third_party/ffmpeg/libavdevice/
Dfbdev_enc.c111 int video_height = par->height; in fbdev_write_packet() local
128 disp_height = FFMIN(fbdev->varinfo.yres, video_height); in fbdev_write_packet()
155 if (-fbdev->yoffset >= video_height) //nothing to display in fbdev_write_packet()
160 int diff = (video_height + fbdev->yoffset) - fbdev->varinfo.yres; in fbdev_write_packet()
162 if (diff >= video_height) //nothing to display in fbdev_write_packet()
/third_party/mesa3d/src/gallium/auxiliary/vl/
Dvl_deint_filter.h48 unsigned video_width, video_height; member
56 unsigned video_width, unsigned video_height,
Dvl_deint_filter.c237 unsigned video_width, unsigned video_height, in vl_deint_filter_init() argument
248 assert(video_width && video_height); in vl_deint_filter_init()
254 filter->video_height = video_height; in vl_deint_filter_init()
266 templ.height = video_height; in vl_deint_filter_init()
325 sizes.y = 1.0f / video_height; in vl_deint_filter_init()
425 bufs[i]->height < filter->video_height) in vl_deint_filter_check_buffers()
Dvl_matrix_filter.h50 unsigned video_width, unsigned video_height,
Dvl_matrix_filter.c133 unsigned video_width, unsigned video_height, in vl_matrix_filter_init() argument
145 assert(video_width && video_height); in vl_matrix_filter_init()
214 offsets[i].y /= video_height; in vl_matrix_filter_init()
Dvl_bicubic_filter.c152 unsigned video_height, struct vertex2f *offsets) in create_frag_shader() argument
198 ureg_src(t_array[21]), ureg_imm2f(shader, video_width, video_height)); in create_frag_shader()
207 ureg_imm2f(shader, 1.0f / video_width, 1.0f / video_height), in create_frag_shader()
/third_party/gstreamer/gstplugins_bad/sys/d3d11/
Dgstd3d11videosink.cpp108 gint video_height; member
518 gint video_width, video_height; in gst_d3d11_video_sink_update_window() local
535 video_height = GST_VIDEO_INFO_HEIGHT (&self->info); in gst_d3d11_video_sink_update_window()
546 video_height, video_par_n, video_par_d, display_par_n, display_par_d)) in gst_d3d11_video_sink_update_window()
551 video_width, video_height, num, den, in gst_d3d11_video_sink_update_window()
562 if (video_height % den == 0) { in gst_d3d11_video_sink_update_window()
565 gst_util_uint64_scale_int (video_height, num, den); in gst_d3d11_video_sink_update_window()
566 GST_VIDEO_SINK_HEIGHT (self) = video_height; in gst_d3d11_video_sink_update_window()
575 gst_util_uint64_scale_int (video_height, num, den); in gst_d3d11_video_sink_update_window()
576 GST_VIDEO_SINK_HEIGHT (self) = video_height; in gst_d3d11_video_sink_update_window()
[all …]
/third_party/mesa3d/src/gallium/frontends/vdpau/
Dmixer.c133 vmixer->video_height = *(uint32_t*)parameter_values[i]; in vlVdpVideoMixerCreate()
156 if (vmixer->video_height < 48 || vmixer->video_height > max_size) { in vlVdpVideoMixerCreate()
158 vmixer->video_height, max_size); in vlVdpVideoMixerCreate()
274 vmixer->video_height > video_buffer->height || in vlVdpVideoMixerRender()
480 vmixer->video_width, vmixer->video_height, in vlVdpVideoMixerUpdateDeinterlaceFilter()
507 vmixer->video_width, vmixer->video_height, in vlVdpVideoMixerUpdateNoiseReductionFilter()
553 vmixer->video_width, vmixer->video_height, in vlVdpVideoMixerUpdateSharpnessFilter()
576 vmixer->video_width, vmixer->video_height); in vlVdpVideoMixerUpdateBicubicFilter()
925 *(uint32_t*)parameter_values[i] = vmixer->video_height; in vlVdpVideoMixerGetParameterValues()
/third_party/gstreamer/gstplugins_good/ext/gdk_pixbuf/
Dgstgdkpixbufoverlay.c611 gint video_height = in gst_gdk_pixbuf_overlay_update_composition() local
639 (overlay->coef_y * video_height); in gst_gdk_pixbuf_overlay_update_composition()
646 video_height + overlay->offset_y - height + in gst_gdk_pixbuf_overlay_update_composition()
647 (overlay->relative_y * video_height) : in gst_gdk_pixbuf_overlay_update_composition()
648 overlay->offset_y + (overlay->relative_y * video_height); in gst_gdk_pixbuf_overlay_update_composition()
660 width, height, x, y, video_width, video_height); in gst_gdk_pixbuf_overlay_update_composition()
/third_party/gstreamer/gstplugins_bad/ext/directfb/
Ddfbvideosink.c798 dfbvideosink->video_height = 0; in gst_dfbvideosink_setup()
1468 gint video_width, video_height; in gst_dfbvideosink_setcaps() local
1476 res &= gst_structure_get_int (structure, "height", &video_height); in gst_dfbvideosink_setcaps()
1490 video_width, video_height, in gst_dfbvideosink_setcaps()
1527 video_height * video_par_d * display_par_n); in gst_dfbvideosink_setcaps()
1533 video_width, video_height, num, den); in gst_dfbvideosink_setcaps()
1541 if (video_height % den == 0) { in gst_dfbvideosink_setcaps()
1543 GST_VIDEO_SINK_WIDTH (dfbvideosink) = video_height * num / den; in gst_dfbvideosink_setcaps()
1544 GST_VIDEO_SINK_HEIGHT (dfbvideosink) = video_height; in gst_dfbvideosink_setcaps()
1551 GST_VIDEO_SINK_WIDTH (dfbvideosink) = video_height * num / den; in gst_dfbvideosink_setcaps()
[all …]
Ddfbvideosink.h113 gint video_width, video_height; /* size of incoming video */ member
/third_party/ffmpeg/libavformat/
Dipmovie.c89 unsigned int video_height; member
178 ff_add_param_change(pkt, 0, 0, 0, s->video_width, s->video_height); in load_ipmovie_packet()
452 if (height != s->video_height) { in process_ipmovie_chunk()
453 s->video_height = height; in process_ipmovie_chunk()
462 s->video_width, s->video_height); in process_ipmovie_chunk()
694 st->codecpar->height = ipmovie->video_height; in ipmovie_read_header()
Dxmv.c112 uint32_t video_height; member
170 xmv->video_height = avio_rl32(pb); in xmv_read_header()
301 vst->codecpar->height = xmv->video_height; in xmv_process_packet_header()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dvideo.c62 guint video_width, guint video_height, in gst_video_calculate_display_ratio() argument
74 if (!gst_util_fraction_multiply (video_width, video_height, video_par_n, in gst_video_calculate_display_ratio()
Dvideo.h142 guint video_height,
/third_party/gstreamer/gstplugins_bad/sys/kms/
Dgstkmssink.c1070 guint video_width, video_height; in gst_kms_sink_calculate_display_ratio() local
1075 video_height = GST_VIDEO_INFO_HEIGHT (vinfo); in gst_kms_sink_calculate_display_ratio()
1084 *scaled_height = video_height; in gst_kms_sink_calculate_display_ratio()
1089 video_height, video_par_n, video_par_d, dpy_par_n, dpy_par_d)) in gst_kms_sink_calculate_display_ratio()
1101 if (video_height % dar_d == 0) { in gst_kms_sink_calculate_display_ratio()
1104 gst_util_uint64_scale_int (video_height, dar_n, dar_d); in gst_kms_sink_calculate_display_ratio()
1105 *scaled_height = video_height; in gst_kms_sink_calculate_display_ratio()
1114 gst_util_uint64_scale_int (video_height, dar_n, dar_d); in gst_kms_sink_calculate_display_ratio()
1115 *scaled_height = video_height; in gst_kms_sink_calculate_display_ratio()
1574 gint video_width, video_height; in gst_kms_sink_show_frame() local
[all …]
/third_party/gstreamer/gstplugins_good/sys/v4l2/
Dgstv4l2sink.h55 gint video_width, video_height; /* original (unscaled) video w/h */ member
/third_party/gstreamer/gstplugins_bad/ext/kate/
Dgstkatetiger.c393 tiger->video_height = 0; in gst_kate_tiger_init()
753 tiger->video_height = h; in gst_kate_tiger_video_set_caps()
783 tiger->video_width, tiger->video_height, 4 * tiger->video_width, in gst_kate_tiger_set_composition()
784 0, 0, tiger->video_width, tiger->video_height, in gst_kate_tiger_set_composition()
830 tiger->video_height, tiger->video_width * 4, tiger->swap_rgb); in gst_kate_tiger_video_chain()
864 gst_buffer_new_and_alloc (tiger->video_width * tiger->video_height * in gst_kate_tiger_video_chain()
874 tiger->video_height, tiger->video_width * 4, tiger->swap_rgb); in gst_kate_tiger_video_chain()
Dgstkatetiger.h97 gint video_height; member
/third_party/gstreamer/gstplugins_good/ext/gtk/
Dgtkgstglwidget.c237 gint video_width, video_height, widget_scale; in _redraw_texture() local
249 video_height = base_widget->display_width; in _redraw_texture()
252 video_height = base_widget->display_height; in _redraw_texture()
258 src.h = video_height; in _redraw_texture()
Dgtkgstbasewidget.c200 gint video_height = gst_widget->display_height; in gtk_gst_base_widget_get_preferred_height() local
203 video_height = 10; in gtk_gst_base_widget_get_preferred_height()
208 *natural = video_height; in gtk_gst_base_widget_get_preferred_height()
/third_party/gstreamer/gstplugins_base/sys/xvimage/
Dxvimagesink.h117 guint video_width, video_height; member
/third_party/gstreamer/gstplugins_bad/ext/wayland/
Dwlwindow.h69 gint video_width, video_height; member
/third_party/gstreamer/gstplugins_good/sys/osxvideo/
Dosxvideosink.m345 gint video_width, video_height;
353 res &= gst_structure_get_int (structure, "height", &video_height);
360 video_width, video_height);
363 GST_VIDEO_SINK_HEIGHT (osxvideosink) = video_height;
366 video_width, video_height);

12