Home
last modified time | relevance | path

Searched refs:heightmm (Results 1 – 8 of 8) sorted by relevance

/third_party/gstreamer/gstplugins_good/sys/ximage/
Dximageutil.c206 xcontext->heightmm = HeightMMOfScreen (xcontext->screen); in ximageutil_xcontext_get()
211 xcontext->width, xcontext->height, xcontext->widthmm, xcontext->heightmm); in ximageutil_xcontext_get()
304 / (xcontext->heightmm * xcontext->width); in ximageutil_calculate_pixel_aspect_ratio()
Dximageutil.h92 gint widthmm, heightmm; member
/third_party/gstreamer/gstplugins_base/sys/ximage/
Dximagesink.h108 gint widthmm, heightmm; member
Dximagesink.c823 / (xcontext->heightmm * xcontext->width); in gst_x_image_sink_calculate_pixel_aspect_ratio()
901 xcontext->heightmm = DisplayHeightMM (xcontext->disp, xcontext->screen_num); in gst_x_image_sink_xcontext_get()
904 xcontext->width, xcontext->height, xcontext->widthmm, xcontext->heightmm); in gst_x_image_sink_xcontext_get()
/third_party/gstreamer/gstplugins_base/sys/xvimage/
Dxvcontext.h146 gint widthmm, heightmm; member
Dxvcontext.c411 / (context->heightmm * context->width); in gst_xvcontext_calculate_pixel_aspect_ratio()
676 context->heightmm = DisplayHeightMM (context->disp, context->screen_num); in gst_xvcontext_new()
679 context->width, context->height, context->widthmm, context->heightmm); in gst_xvcontext_new()
/third_party/libinput/src/
Devdev.c1614 size_t widthmm = 0, heightmm = 0; in evdev_fix_abs_resolution() local
1639 evdev_read_attr_size_prop(device, &widthmm, &heightmm)) { in evdev_fix_abs_resolution()
1641 yres = (absy->maximum - absy->minimum)/heightmm; in evdev_fix_abs_resolution()
/third_party/libinput/patch/diff_libinput_mmi/libinput/
Dlibinput_0000.diff3960 + size_t heightmm = 170;
3967 + yres = (absy->maximum - absy->minimum) / heightmm;
3975 + device->devname, widthmm, heightmm);