Searched refs:heightmm (Results 1 – 8 of 8) sorted by relevance
/third_party/gstreamer/gstplugins_base/sys/ximage/ |
D | ximagesink.h | 106 gint widthmm, heightmm; member
|
D | ximagesink.c | 800 / (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/ |
D | ximageutil.h | 92 gint widthmm, heightmm; member
|
D | ximageutil.c | 206 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/ |
D | xvcontext.h | 144 gint widthmm, heightmm; member
|
D | xvcontext.c | 406 / (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/ |
D | SDL_x11modes.c | 302 …, 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/ |
D | evdev.c | 1535 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()
|