/include/media/ |
A D | v4l2-rect.h | 22 r->height = size->height; in v4l2_rect_set_size_to() 35 if (r->height < min_size->height) in v4l2_rect_set_min_size() 36 r->height = min_size->height; in v4l2_rect_set_min_size() 49 if (r->height > max_size->height) in v4l2_rect_set_max_size() 50 r->height = max_size->height; in v4l2_rect_set_max_size() 68 if (r->top + r->height > boundary->top + boundary->height) in v4l2_rect_map_inside() 69 r->top = boundary->top + boundary->height - r->height; in v4l2_rect_map_inside() 82 return r1->width == r2->width && r1->height == r2->height; in v4l2_rect_same_size() 125 bottom = min(r1->top + r1->height, r2->top + r2->height); in v4l2_rect_intersect() 155 r->height = (r->height * to->height) / from->height; in v4l2_rect_scale() [all …]
|
A D | v4l2-mediabus.h | 207 pix_fmt->height = mbus_fmt->height; in v4l2_fill_pix_format() 229 mbus_fmt->height = pix_fmt->height; in v4l2_fill_mbus_format() 250 pix_mp_fmt->height = mbus_fmt->height; in v4l2_fill_pix_format_mplane() 270 mbus_fmt->height = pix_mp_fmt->height; in v4l2_fill_mbus_format_mplane()
|
A D | v4l2-common.h | 388 unsigned int *height, unsigned int hmin, 415 height_field, width, height, \ argument 424 width, height, func, context); \ 430 s32 height, 455 height_field, width, height) \ argument 457 height_field, width, height, NULL, \ 552 void v4l2_apply_frmsize_constraints(u32 *width, u32 *height, 555 u32 width, u32 height); 557 u32 width, u32 height);
|
/include/video/ |
A D | omapvrfb.h | 30 extern void omap_vrfb_adjust_size(u16 *width, u16 *height, 32 extern u32 omap_vrfb_min_phys_size(u16 width, u16 height, u8 bytespp); 35 u16 width, u16 height, 37 extern int omap_vrfb_map_angle(struct vrfb *vrfb, u16 height, u8 rot); 44 static inline void omap_vrfb_adjust_size(u16 *width, u16 *height, in omap_vrfb_adjust_size() argument 46 static inline u32 omap_vrfb_min_phys_size(u16 width, u16 height, u8 bytespp) in omap_vrfb_min_phys_size() argument 51 u16 width, u16 height, unsigned bytespp, bool yuv_mode) {} in omap_vrfb_setup() argument 52 static inline int omap_vrfb_map_angle(struct vrfb *vrfb, u16 height, u8 rot) in omap_vrfb_map_angle() argument
|
A D | sticore.h | 48 #define sti_font_y(sti) (PTR_STI(sti->font)->height) 232 u8 height; member 247 int height, width; member 300 s16 height; /* block height in pixels */ member 399 int height, int width, u8 color); 401 int height, int width, int c, struct sti_cooked_font *font); 403 int dst_y, int dst_x, int height, int width,
|
/include/xen/interface/io/ |
A D | fbif.h | 32 int32_t height; /* rect height */ member 44 int32_t height; /* height in pixels */ member 96 int32_t height; /* height of the framebuffer (in pixels) */ member
|
A D | displif.h | 500 uint32_t height; member 620 uint32_t height; member 702 uint32_t height; member
|
/include/drm/ |
A D | drm_rect.h | 102 int width, int height) in drm_rect_init() argument 107 r->y2 = y + height; in drm_rect_init() 268 int width, int height, 271 int width, int height,
|
A D | drm_utils.h | 17 int drm_get_panel_orientation_quirk(int width, int height);
|
A D | drm_fourcc.h | 295 int drm_format_info_plane_height(const struct drm_format_info *info, int height, in drm_format_info_plane_height() argument 302 return height; in drm_format_info_plane_height() 304 return DIV_ROUND_UP(height, info->vsub); in drm_format_info_plane_height()
|
A D | drm_client.h | 205 drm_client_framebuffer_create(struct drm_client_dev *client, u32 width, u32 height, u32 format); 217 int drm_client_modeset_probe(struct drm_client_dev *client, unsigned int width, unsigned int height…
|
A D | drm_panic.h | 60 unsigned int height; member
|
/include/uapi/linux/ |
A D | kd.h | 162 unsigned int width, height; /* font size */ member 170 unsigned int width, height; /* font size */ member
|
A D | omapfb.h | 113 __u32 width, height; member 122 __u32 width, height; member 218 __u32 height; /* phys height of the display in micrometers */ member
|
A D | fb.h | 263 __u32 height; /* height of picture in mm */ member 340 __u32 height; member 349 __u32 height; member 358 __u32 height; member
|
A D | virtio_gpu.h | 171 __le32 height; member 187 __le32 height; member 273 __le32 height; member 426 __le32 height; member
|
/include/linux/ |
A D | lcd.h | 133 unsigned int width, unsigned int height); 139 unsigned int width, unsigned int height) in lcd_notify_mode_change_all() argument
|
A D | fb.h | 111 __u32 height; member 323 __u32 height; /* height of each tile in scanlines */ member 334 __u32 height; /* number of tiles in the y-axis */ member 347 __u32 height; /* number of tiles in the y-axis */ member 354 __u32 height; /* number of tiles in the y-axis */ member 613 u32 height, u32 shift_high, u32 shift_low, u32 mod); 632 u8 *src, u32 s_pitch, u32 height) in __fb_pad_aligned_buffer() argument 638 for (i = height; i--; ) { in __fb_pad_aligned_buffer() 682 __damage_area(info, rect->dx, rect->dy, rect->width, rect->height); \ 688 __damage_area(info, area->dx, area->dy, area->width, area->height); \ [all …]
|
A D | linux_logo.h | 27 unsigned int height; member
|
A D | font.h | 19 unsigned int width, height; member
|
A D | sysfb.h | 59 int height; member
|
/include/linux/platform_data/ |
A D | simplefb.h | 57 u32 height; member
|
/include/linux/soc/amlogic/ |
A D | meson-canvas.h | 62 u32 addr, u32 stride, u32 height,
|
/include/uapi/drm/ |
A D | drm_sarea.h | 69 unsigned int height; member
|
A D | drm_mode.h | 658 __u32 height; member 709 __u32 height; member 808 __u32 height; member 819 __u32 height; member 870 __u16 height; member 1071 __u32 height; member
|