/third_party/gstreamer/gstplugins_bad/sys/d3dvideosink/ |
D | d3dvideosink.c | 281 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/ |
D | fbdev_enc.c | 111 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/ |
D | vl_deint_filter.h | 48 unsigned video_width, video_height; member 56 unsigned video_width, unsigned video_height,
|
D | vl_deint_filter.c | 237 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()
|
D | vl_matrix_filter.h | 50 unsigned video_width, unsigned video_height,
|
D | vl_matrix_filter.c | 133 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()
|
D | vl_bicubic_filter.c | 152 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/ |
D | gstd3d11videosink.cpp | 108 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/ |
D | mixer.c | 133 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/ |
D | gstgdkpixbufoverlay.c | 611 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/ |
D | dfbvideosink.c | 798 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 …]
|
D | dfbvideosink.h | 113 gint video_width, video_height; /* size of incoming video */ member
|
/third_party/ffmpeg/libavformat/ |
D | ipmovie.c | 89 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()
|
D | xmv.c | 112 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/ |
D | video.c | 62 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()
|
D | video.h | 142 guint video_height,
|
/third_party/gstreamer/gstplugins_bad/sys/kms/ |
D | gstkmssink.c | 1070 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/ |
D | gstv4l2sink.h | 55 gint video_width, video_height; /* original (unscaled) video w/h */ member
|
/third_party/gstreamer/gstplugins_bad/ext/kate/ |
D | gstkatetiger.c | 393 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()
|
D | gstkatetiger.h | 97 gint video_height; member
|
/third_party/gstreamer/gstplugins_good/ext/gtk/ |
D | gtkgstglwidget.c | 237 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()
|
D | gtkgstbasewidget.c | 200 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/ |
D | xvimagesink.h | 117 guint video_width, video_height; member
|
/third_party/gstreamer/gstplugins_bad/ext/wayland/ |
D | wlwindow.h | 69 gint video_width, video_height; member
|
/third_party/gstreamer/gstplugins_good/sys/osxvideo/ |
D | osxvideosink.m | 345 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);
|