/include/media/ |
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() 127 r->height = max(0, bottom - r->top); in v4l2_rect_intersect() [all …]
|
D | v4l2-mediabus.h | 184 pix_fmt->height = mbus_fmt->height; in v4l2_fill_pix_format() 206 mbus_fmt->height = pix_fmt->height; in v4l2_fill_mbus_format() 227 pix_mp_fmt->height = mbus_fmt->height; in v4l2_fill_pix_format_mplane() 247 mbus_fmt->height = pix_mp_fmt->height; in v4l2_fill_mbus_format_mplane()
|
D | v4l2-common.h | 388 unsigned int *height, unsigned int hmin, 411 width, height) \ argument 419 width, height); \ 424 size_t height_offset, s32 width, s32 height); 518 void v4l2_apply_frmsize_constraints(u32 *width, u32 *height, 521 u32 width, u32 height); 523 u32 width, u32 height);
|
D | vsp1.h | 35 unsigned int height; member
|
/include/video/ |
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
|
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/ |
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
|
D | displif.h | 500 uint32_t height; member 620 uint32_t height; member 702 uint32_t height; member
|
/include/drm/ |
D | drm_rect.h | 102 int width, int height) in drm_rect_init() argument 107 r->y2 = y + height; in drm_rect_init() 253 int width, int height, 256 int width, int height,
|
D | drm_utils.h | 15 int drm_get_panel_orientation_quirk(int width, int height);
|
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 height / info->vsub; in drm_format_info_plane_height()
|
D | drm_client.h | 159 drm_client_framebuffer_create(struct drm_client_dev *client, u32 width, u32 height, u32 format); 168 int drm_client_modeset_probe(struct drm_client_dev *client, unsigned int width, unsigned int height…
|
D | drm_framebuffer.h | 185 unsigned int height; member 297 int drm_framebuffer_plane_height(int height,
|
/include/uapi/linux/ |
D | kd.h | 162 unsigned int width, height; /* font size */ member 170 unsigned int width, height; /* font size */ member
|
D | omapfb.h | 113 __u32 width, height; member 122 __u32 width, height; member 218 __u32 height; /* phys height of the display in micrometers */ member
|
D | virtio_gpu.h | 171 __le32 height; member 187 __le32 height; member 273 __le32 height; member 422 __le32 height; member
|
D | fb.h | 262 __u32 height; /* height of picture in mm */ member 346 __u32 height; member 355 __u32 height; member 364 __u32 height; member
|
/include/linux/platform_data/ |
D | simplefb.h | 57 u32 height; member
|
/include/uapi/drm/ |
D | drm_sarea.h | 69 unsigned int height; member
|
D | drm_mode.h | 658 __u32 height; member 709 __u32 height; member 808 __u32 height; member 819 __u32 height; member 1037 __u32 height; member
|
/include/linux/soc/amlogic/ |
D | meson-canvas.h | 62 u32 addr, u32 stride, u32 height,
|
/include/linux/ |
D | fb.h | 108 __u32 height; member 318 __u32 height; /* height of each tile in scanlines */ member 329 __u32 height; /* number of tiles in the y-axis */ member 342 __u32 height; /* number of tiles in the y-axis */ member 349 __u32 height; /* number of tiles in the y-axis */ member 596 u32 height, u32 shift_high, u32 shift_low, u32 mod); 597 extern void fb_pad_aligned_buffer(u8 *dst, u32 d_pitch, u8 *src, u32 s_pitch, u32 height); 618 u8 *src, u32 s_pitch, u32 height) in __fb_pad_aligned_buffer() argument 624 for (i = height; i--; ) { in __fb_pad_aligned_buffer() 668 __damage_area(info, rect->dx, rect->dy, rect->width, rect->height); \ [all …]
|
D | linux_logo.h | 30 unsigned int height; member
|
D | font.h | 19 unsigned int width, height; member
|
D | sysfb.h | 55 int height; member
|