Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/sys/ximage/
Dximagesink.h106 gint widthmm, heightmm; member
Dximagesink.c799 ratio = (gdouble) (xcontext->widthmm * xcontext->height) in gst_x_image_sink_calculate_pixel_aspect_ratio()
874 xcontext->widthmm = DisplayWidthMM (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.c205 xcontext->widthmm = WidthMMOfScreen (xcontext->screen); in ximageutil_xcontext_get()
211 xcontext->width, xcontext->height, xcontext->widthmm, xcontext->heightmm); in ximageutil_xcontext_get()
303 ratio = (gdouble) (xcontext->widthmm * xcontext->height) in ximageutil_calculate_pixel_aspect_ratio()
/third_party/gstreamer/gstplugins_base/sys/xvimage/
Dxvcontext.h144 gint widthmm, heightmm; member
Dxvcontext.c405 ratio = (gdouble) (context->widthmm * context->height) in gst_xvcontext_calculate_pixel_aspect_ratio()
667 context->widthmm = DisplayWidthMM (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 …, char *name, const size_t namelen, RROutput output, const unsigned long widthmm, const unsigned l… 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()
1561 xres = (absx->maximum - absx->minimum)/widthmm; in evdev_fix_abs_resolution()