Home
last modified time | relevance | path

Searched refs:height (Results 1 – 25 of 64) sorted by relevance

123

/include/media/
A Dv4l2-rect.h22 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 Dv4l2-mediabus.h207 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 Dv4l2-common.h388 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 Domapvrfb.h30 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 Dsticore.h48 #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 Dfbif.h32 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 Ddisplif.h500 uint32_t height; member
620 uint32_t height; member
702 uint32_t height; member
/include/drm/
A Ddrm_rect.h102 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 Ddrm_utils.h17 int drm_get_panel_orientation_quirk(int width, int height);
A Ddrm_fourcc.h295 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 Ddrm_client.h205 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 Ddrm_panic.h60 unsigned int height; member
/include/uapi/linux/
A Dkd.h162 unsigned int width, height; /* font size */ member
170 unsigned int width, height; /* font size */ member
A Domapfb.h113 __u32 width, height; member
122 __u32 width, height; member
218 __u32 height; /* phys height of the display in micrometers */ member
A Dfb.h263 __u32 height; /* height of picture in mm */ member
340 __u32 height; member
349 __u32 height; member
358 __u32 height; member
A Dvirtio_gpu.h171 __le32 height; member
187 __le32 height; member
273 __le32 height; member
426 __le32 height; member
/include/linux/
A Dlcd.h133 unsigned int width, unsigned int height);
139 unsigned int width, unsigned int height) in lcd_notify_mode_change_all() argument
A Dfb.h111 __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 Dlinux_logo.h27 unsigned int height; member
A Dfont.h19 unsigned int width, height; member
A Dsysfb.h59 int height; member
/include/linux/platform_data/
A Dsimplefb.h57 u32 height; member
/include/linux/soc/amlogic/
A Dmeson-canvas.h62 u32 addr, u32 stride, u32 height,
/include/uapi/drm/
A Ddrm_sarea.h69 unsigned int height; member
A Ddrm_mode.h658 __u32 height; member
709 __u32 height; member
808 __u32 height; member
819 __u32 height; member
870 __u16 height; member
1071 __u32 height; member

Completed in 49 milliseconds

123