Searched refs:heightmm (Results 1 – 8 of 8) sorted by relevance
/third_party/gstreamer/gstplugins_good/sys/ximage/ |
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()
|
D | ximageutil.h | 92 gint widthmm, heightmm; member
|
/third_party/gstreamer/gstplugins_base/sys/ximage/ |
D | ximagesink.h | 108 gint widthmm, heightmm; member
|
D | ximagesink.c | 823 / (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/ |
D | xvcontext.h | 146 gint widthmm, heightmm; member
|
D | xvcontext.c | 411 / (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/ |
D | evdev.c | 1614 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/ |
D | libinput_0000.diff | 3960 + size_t heightmm = 170; 3967 + yres = (absy->maximum - absy->minimum) / heightmm; 3975 + device->devname, widthmm, heightmm);
|