Searched defs:height (Results 1 - 25 of 294) sorted by relevance

1234567891011>>

/drivers/media/usb/pwc/
H A Dpwc-misc.c41 int pwc_get_size(struct pwc_device *pdev, int width, int height) argument
52 pwc_image_sizes[i][1] <= height)
/drivers/media/usb/gspca/
H A Djpeg.h120 0x01, 0xe0, /* height */
137 int height,
143 jpeg_hdr[JPEG_HEIGHT_OFFSET + 0] = height >> 8;
144 jpeg_hdr[JPEG_HEIGHT_OFFSET + 1] = height;
136 jpeg_define(u8 *jpeg_hdr, int height, int width, int samplesY) argument
/drivers/video/fbdev/
H A Datafb_mfb.c26 int height, int width)
34 fb_memmove(dest, src, height * (width >> 3));
38 for (rows = height; rows--;) {
44 src = (u8 *)info->screen_base + (sy + height - 1) * next_line + (sx >> 3);
45 dest = (u8 *)info->screen_base + (dy + height - 1) * next_line + (dx >> 3);
46 for (rows = height; rows--;) {
55 int sy, int sx, int height, int width)
64 fb_memset255(dest, height * (width >> 3));
66 fb_memclear(dest, height * (width >> 3));
68 for (rows = height; row
24 atafb_mfb_copyarea(struct fb_info *info, u_long next_line, int sy, int sx, int dy, int dx, int height, int width) argument
54 atafb_mfb_fillrect(struct fb_info *info, u_long next_line, u32 color, int sy, int sx, int height, int width) argument
[all...]
H A Dc2p_iplan2.c79 * @height: Image height (in pixels)
86 u32 height, u32 dst_nextline, u32 src_nextline, u32 bpp)
102 while (height--) {
85 c2p_iplan2(void *dst, const void *src, u32 dx, u32 dy, u32 width, u32 height, u32 dst_nextline, u32 src_nextline, u32 bpp) argument
H A Dc2p_planar.c79 * @height: Image height (in pixels)
87 u32 height, u32 dst_nextline, u32 dst_nextplane,
102 while (height--) {
86 c2p_planar(void *dst, const void *src, u32 dx, u32 dy, u32 width, u32 height, u32 dst_nextline, u32 dst_nextplane, u32 src_nextline, u32 bpp) argument
/drivers/gpu/drm/rcar-du/
H A Drcar_du_plane.h52 unsigned int height; member in struct:rcar_du_plane
/drivers/gpu/drm/via/
H A Dvia_verifier.h42 uint32_t height[2][10]; member in struct:__anon1055
/drivers/video/console/
H A Dfbcon_rotate.h40 static inline void rotate_ud(const char *in, char *out, u32 width, u32 height) argument
47 for (i = 0; i < height; i++) {
51 height - (1 + i),
58 static inline void rotate_cw(const char *in, char *out, u32 width, u32 height) argument
60 int i, j, h = height, w = width;
61 int shift = (8 - (height % 8)) & 7;
64 height = (height + 7) & ~7;
69 pattern_set_bit(height - 1 - i - shift, j,
70 height, ou
76 rotate_ccw(const char *in, char *out, u32 width, u32 height) argument
[all...]
/drivers/video/fbdev/aty/
H A Dmach64_cursor.c106 h = cursor->image.height;
148 unsigned int height = cursor->image.height; local
159 for (i = 0; i < height; i++) {
/drivers/video/fbdev/core/
H A Dcfbfillrect.c281 unsigned long width = rect->width, height = rect->height; local
324 while (height--) {
354 while (height--) {
H A Dsyscopyarea.c318 u32 height = area->height, width = area->width; local
330 dy += height;
331 sy += height;
348 while (height--) {
359 while (height--) {
H A Dsysfillrect.c246 unsigned long width = rect->width, height = rect->height; local
288 while (height--) {
318 while (height--) {
/drivers/gpu/drm/
H A Ddrm_rect.c153 * (@src height) / (@dst height).
187 * decrease the height of rectangle @dst to compensate.
190 * decrease the height of rectangle @src to compensate.
234 * (@src height) / (@dst height).
237 * decrease the height of rectangle @dst to compensate.
240 * decrease the height of rectangle @src to compensate.
301 * @height: Height of the coordinate space
306 * @width and @height combine
313 drm_rect_rotate(struct drm_rect *r, int width, int height, unsigned int rotation) argument
387 drm_rect_rotate_inv(struct drm_rect *r, int width, int height, unsigned int rotation) argument
[all...]
/drivers/gpu/drm/exynos/
H A Dexynos_drm_connector.c135 unsigned int width, height; local
138 height = max_height;
142 * resolution then get max width and height from that driver.
145 display->ops->get_max_resol(display, &width, &height);
148 height);
/drivers/gpu/drm/mgag200/
H A Dmgag200_cursor.c35 uint32_t height)
63 if ((width != 64 || height != 64) && handle) {
134 /* width*height*4 = 16384 */
31 mga_crtc_cursor_set(struct drm_crtc *crtc, struct drm_file *file_priv, uint32_t handle, uint32_t width, uint32_t height) argument
/drivers/gpu/drm/msm/
H A Dmsm_fb.c79 fb->width, fb->height, (char *)&fb->pixel_format,
144 dev, mode_cmd, mode_cmd->width, mode_cmd->height,
171 unsigned int height = mode_cmd->height / (i ? vsub : 1); local
174 min_size = (height - 1) * mode_cmd->pitches[i]
/drivers/gpu/drm/qxl/
H A Dqxl_image.c59 int height, int stride)
76 ret = qxl_allocate_chunk(qdev, release, image, sizeof(struct qxl_data_chunk) + stride * height);
104 int width, int height,
129 chunk->data_size = height * chunk_stride;
140 remain = linesize * height;
166 for (i = 0 ; i < height ; ++i) {
198 image->descriptor.height = height;
217 image->u.bitmap.y = height;
231 int x, int y, int width, int height,
56 qxl_image_alloc_objects(struct qxl_device *qdev, struct qxl_release *release, struct qxl_drm_image **image_ptr, int height, int stride) argument
100 qxl_image_init_helper(struct qxl_device *qdev, struct qxl_release *release, struct qxl_drm_image *dimage, const uint8_t *data, int width, int height, int depth, unsigned int hash, int stride) argument
227 qxl_image_init(struct qxl_device *qdev, struct qxl_release *release, struct qxl_drm_image *dimage, const uint8_t *data, int x, int y, int width, int height, int depth, int stride) argument
[all...]
/drivers/gpu/drm/radeon/
H A Dradeon_cursor.c151 uint32_t height)
168 (height > radeon_crtc->max_cursor_height)) {
169 DRM_ERROR("bad cursor width or height %d x %d\n", width, height);
192 radeon_crtc->cursor_height = height;
147 radeon_crtc_cursor_set(struct drm_crtc *crtc, struct drm_file *file_priv, uint32_t handle, uint32_t width, uint32_t height) argument
/drivers/gpu/drm/vmwgfx/
H A Dsvga_overlay.h139 uint32 *height, /* IN / OUT */
154 *height = (*height + 1) & ~1;
161 *size *= *height;
173 tmp *= (*height >> 1);
191 *size *= *height;
137 VMwareVideoGetAttributes(const SVGAOverlayFormat format, uint32 *width, uint32 *height, uint32 *size, uint32 *pitches, uint32 *offsets) argument
/drivers/media/pci/solo6x10/
H A Dsolo6x10-enc.c35 unsigned long height; local
60 height = solo_dev->video_vsize;
63 SOLO_DIM_V_MB_NUM_FRAME(height / 8) |
64 SOLO_DIM_V_MB_NUM_FIELD(height / 16));
68 height = solo_dev->video_vsize;
71 SOLO_DIM_V_MB_NUM_FRAME(height / 8) |
72 SOLO_DIM_V_MB_NUM_FIELD(height / 16));
76 height = solo_dev->video_vsize / 2;
79 SOLO_DIM_V_MB_NUM_FRAME(height / 8) |
80 SOLO_DIM_V_MB_NUM_FIELD(height / 1
[all...]
/drivers/media/platform/s5p-jpeg/
H A Djpeg-hw-exynos4.c259 unsigned int *width, unsigned int *height)
263 *height = (readl(base + EXYNOS4_DECODE_XY_SIZE_REG) >> 16) &
258 exynos4_jpeg_get_frame_size(void __iomem *base, unsigned int *width, unsigned int *height) argument
/drivers/media/platform/soc_camera/
H A Dsoc_mediabus.c443 u32 bytes_per_line, u32 height)
446 return bytes_per_line * height;
451 return bytes_per_line * height * 2;
453 return bytes_per_line * height * 3 / 2;
442 soc_mbus_image_size(const struct soc_mbus_pixelfmt *mf, u32 bytes_per_line, u32 height) argument
H A Dsoc_scale_crop.c29 return r1->width < r2->width || r1->height < r2->height;
37 r1->top + r1->height < r2->top + r2->height;
72 if (rect->height < subrect->height)
73 subrect->height = rect->height;
84 else if (rect->top + rect->height >
85 subrect->top + subrect->height)
104 unsigned int width, height; local
222 unsigned int width = mf->width, height = mf->height, tmp_w, tmp_h; local
305 soc_camera_client_scale(struct soc_camera_device *icd, struct v4l2_rect *rect, struct v4l2_rect *subrect, struct v4l2_mbus_framefmt *mf, unsigned int *width, unsigned int *height, bool host_can_scale, unsigned int shift) argument
[all...]
/drivers/media/usb/gspca/m5602/
H A Dm5602_mt9m111.c176 int height = cam->cam_mode[sd->gspca_dev.curr_mode].height; local
193 err = m5602_write_bridge(sd, M5602_XB_VSYNC_PARA, (height >> 8) & 0xff);
197 err = m5602_write_bridge(sd, M5602_XB_VSYNC_PARA, (height & 0xff));
H A Dm5602_po1030.c181 int height = cam->cam_mode[sd->gspca_dev.curr_mode].height; local
202 data = ((height + 1) >> 8) & 0xff;
207 data = (height + 1) & 0xff;
210 height += 6;
230 data = ((height + 3) >> 8) & 0xff;
235 data = (height + 3) & 0xff;
238 height += 12;
272 err = m5602_write_bridge(sd, M5602_XB_VSYNC_PARA, (height >> 8) & 0xff);
276 err = m5602_write_bridge(sd, M5602_XB_VSYNC_PARA, (height
[all...]

Completed in 419 milliseconds

1234567891011>>