Home
last modified time | relevance | path

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

123

/include/media/
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()
127 r->height = max(0, bottom - r->top); in v4l2_rect_intersect()
[all …]
Dv4l2-mediabus.h184 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()
Dv4l2-common.h388 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);
Dvsp1.h35 unsigned int height; member
/include/video/
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
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/
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
Ddisplif.h500 uint32_t height; member
620 uint32_t height; member
702 uint32_t height; member
/include/drm/
Ddrm_rect.h102 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,
Ddrm_utils.h15 int drm_get_panel_orientation_quirk(int width, int height);
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 height / info->vsub; in drm_format_info_plane_height()
Ddrm_client.h159 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
Ddrm_framebuffer.h185 unsigned int height; member
297 int drm_framebuffer_plane_height(int height,
/include/uapi/linux/
Dkd.h162 unsigned int width, height; /* font size */ member
170 unsigned int width, height; /* font size */ member
Domapfb.h113 __u32 width, height; member
122 __u32 width, height; member
218 __u32 height; /* phys height of the display in micrometers */ member
Dvirtio_gpu.h171 __le32 height; member
187 __le32 height; member
273 __le32 height; member
422 __le32 height; member
Dfb.h262 __u32 height; /* height of picture in mm */ member
346 __u32 height; member
355 __u32 height; member
364 __u32 height; member
/include/linux/platform_data/
Dsimplefb.h57 u32 height; member
/include/uapi/drm/
Ddrm_sarea.h69 unsigned int height; member
Ddrm_mode.h658 __u32 height; member
709 __u32 height; member
808 __u32 height; member
819 __u32 height; member
1037 __u32 height; member
/include/linux/soc/amlogic/
Dmeson-canvas.h62 u32 addr, u32 stride, u32 height,
/include/linux/
Dfb.h108 __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 …]
Dlinux_logo.h30 unsigned int height; member
Dfont.h19 unsigned int width, height; member
Dsysfb.h55 int height; member

123