Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/sys/ximage/
Dximagesink.h106 gint widthmm, heightmm; member
Dximagesink.c800 / (xcontext->heightmm * xcontext->width); in gst_x_image_sink_calculate_pixel_aspect_ratio()
875 xcontext->heightmm = DisplayHeightMM (xcontext->disp, xcontext->screen_num); in gst_x_image_sink_xcontext_get()
878 xcontext->width, xcontext->height, xcontext->widthmm, xcontext->heightmm); in gst_x_image_sink_xcontext_get()
/third_party/gstreamer/gstplugins_good/sys/ximage/
Dximageutil.h92 gint widthmm, heightmm; member
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()
/third_party/gstreamer/gstplugins_base/sys/xvimage/
Dxvcontext.h144 gint widthmm, heightmm; member
Dxvcontext.c406 / (context->heightmm * context->width); in gst_xvcontext_calculate_pixel_aspect_ratio()
668 context->heightmm = DisplayHeightMM (context->disp, context->screen_num); in gst_xvcontext_new()
671 context->width, context->height, context->widthmm, context->heightmm); in gst_xvcontext_new()
/third_party/flutter/skia/third_party/externals/sdl/src/video/x11/
DSDL_x11modes.c302 …, const size_t namelen, RROutput output, const unsigned long widthmm, const unsigned long heightmm) in SetXRandRDisplayName() argument
340 inches = (int)((SDL_sqrtf(widthmm * widthmm + heightmm * heightmm) / 25.4f) + 0.5f); in SetXRandRDisplayName()
/third_party/libinput/src/
Devdev.c1535 size_t widthmm = 0, heightmm = 0; in evdev_fix_abs_resolution() local
1560 evdev_read_attr_size_prop(device, &widthmm, &heightmm)) { in evdev_fix_abs_resolution()
1562 yres = (absy->maximum - absy->minimum)/heightmm; in evdev_fix_abs_resolution()