Searched refs:height (Results 26 - 50 of 547) sorted by relevance

1234567891011>>

/drivers/media/video/
H A Dmt9t001.c210 vratio = DIV_ROUND_CLOSEST(crop->height, format->height);
232 ret = mt9t001_write(client, MT9T001_WINDOW_HEIGHT, crop->height - 1);
285 unsigned int height; local
292 /* Clamp the width and height to avoid dividing by zero. */
296 height = clamp_t(unsigned int, ALIGN(format->format.height, 2),
297 max(__crop->height / 8, MT9T001_WINDOW_HEIGHT_MIN + 1),
298 __crop->height);
301 vratio = DIV_ROUND_CLOSEST(__crop->height, heigh
[all...]
H A Dmt9v032.c298 vratio = DIV_ROUND_CLOSEST(crop->height, format->height);
318 ret = mt9v032_write(client, MT9V032_WINDOW_HEIGHT, crop->height);
376 unsigned int height; local
383 /* Clamp the width and height to avoid dividing by zero. */
387 height = clamp_t(unsigned int, ALIGN(format->format.height, 2),
388 max(__crop->height / 8, MT9V032_WINDOW_HEIGHT_MIN),
389 __crop->height);
392 vratio = DIV_ROUND_CLOSEST(__crop->height, heigh
[all...]
H A Dmt9m111.c212 int height; /* sizes */ member in struct:mt9m111
321 unsigned int width, unsigned int height)
326 ret = mt9m111_reg_write(client, ctx->reducer_yzoom, rect->height);
330 ret = mt9m111_reg_write(client, ctx->reducer_ysize, height);
335 int width, int height, enum v4l2_mbus_pixelcode code)
347 ret = reg_write(WINDOW_HEIGHT, rect->height);
353 rect, width, height);
356 rect, width, height);
360 __func__, code, rect->width, rect->height, rect->left, rect->top,
361 width, height, re
319 mt9m111_setup_rect_ctx(struct mt9m111 *mt9m111, struct mt9m111_context *ctx, struct v4l2_rect *rect, unsigned int width, unsigned int height) argument
334 mt9m111_setup_geometry(struct mt9m111 *mt9m111, struct v4l2_rect *rect, int width, int height, enum v4l2_mbus_pixelcode code) argument
391 int width, height; local
[all...]
H A Dtw9910.c224 unsigned short height; member in struct:tw9910_scale_ctrl
241 .height = 480,
248 .height = 480,
255 .height = 240,
262 .height = 240,
269 .height = 120,
276 .height = 120,
286 .height = 576,
293 .height = 576,
300 .height
425 tw9910_select_norm(v4l2_std_id norm, u32 width, u32 height) argument
569 tw9910_set_frame(struct v4l2_subdev *sd, u32 *width, u32 *height) argument
703 u32 width = 640, height = 480; local
721 u32 width = mf->width, height = mf->height; local
[all...]
H A Dsh_vou.c189 addr2 = addr1 + vou_dev->pix.width * vou_dev->pix.height;
247 vou_dev->pix.height / 8;
275 vb->height != pix->height ||
278 vb->height = pix->height;
284 vb->size = vb->height * bytes_per_line;
458 frame_in_height = pix->height / 2;
459 frame_out_height = rect->height / 2;
492 /* VOUISR height
[all...]
/drivers/staging/zcache/
H A Dtmem.c280 unsigned int height, shift; local
288 height = obj->objnode_tree_height;
291 if (height == 0 && obj->objnode_tree_root) {
295 shift = (height-1) * OBJNODE_TREE_MAP_SHIFT;
297 while (height > 0) {
304 height--;
339 unsigned int height, shift; local
344 height = obj->objnode_tree_height + 1;
345 if (index > tmem_objnode_tree_h2max[height])
346 while (index > tmem_objnode_tree_h2max[height])
406 unsigned int height, shift; local
[all...]
/drivers/gpu/drm/i915/
H A Dintel_panel.c60 int x, y, width, height; local
62 x = y = width = height = 0;
72 height = mode->vdisplay;
74 y = (adjusted_mode->vdisplay - height + 1)/2;
88 height = adjusted_mode->vdisplay;
90 height = scaled_width / mode->hdisplay;
91 if (height & 1)
92 height++;
93 y = (adjusted_mode->vdisplay - height + 1) / 2;
99 height
[all...]
/drivers/media/video/omap3isp/
H A Dispresizer.c351 * resizer_set_dst_size - Setup the output height and width
354 * @height: Output height.
365 u32 width, u32 height)
370 dev_dbg(isp->dev, "Output size[w/h]: %dx%d\n", width, height);
373 rgval |= (height << ISPRSZ_OUT_SIZE_VERT_SHIFT)
426 * @height: The range is 0 to 4095 lines
429 u32 width, u32 height)
434 dev_dbg(isp->dev, "Input size[w/h]: %dx%d\n", width, height);
438 rgval |= (height << ISPRSZ_IN_SIZE_VERT_SHIF
364 resizer_set_output_size(struct isp_res_device *res, u32 width, u32 height) argument
428 resizer_set_input_size(struct isp_res_device *res, u32 width, u32 height) argument
810 unsigned int height; local
[all...]
/drivers/media/video/sn9c102/
H A Dsn9c102_tas5110d.c86 .height = 288,
92 .height = 288,
98 .height = 288,
/drivers/video/
H A Datafb_iplan2p2.c26 int height, int width)
46 colsize = height;
54 memmove32_col(dst, src, 0xff00ff, height, next_line - BPL * 2);
65 for (j = height; j > 0; j--) {
74 0xff00ff00, height, next_line - BPL * 2);
91 for (j = height; j > 0; j--) {
123 for (i = height; i; i--) {
165 for (i = height; i; i--) {
194 int sy, int sx, int height, int width)
206 for (i = height;
24 atafb_iplan2p2_copyarea(struct fb_info *info, u_long next_line, int sy, int sx, int dy, int dx, int height, int width) argument
193 atafb_iplan2p2_fillrect(struct fb_info *info, u_long next_line, u32 color, int sy, int sx, int height, int width) argument
[all...]
H A Datafb_iplan2p4.c26 int height, int width)
46 colsize = height;
54 memmove32_col(dst, src, 0xff00ff, height, next_line - BPL * 2);
65 for (j = height; j > 0; j--) {
74 0xff00ff00, height, next_line - BPL * 2);
91 for (j = height; j > 0; j--) {
123 for (i = height; i; i--) {
172 for (i = height; i; i--) {
208 int sy, int sx, int height, int width)
220 for (i = height;
24 atafb_iplan2p4_copyarea(struct fb_info *info, u_long next_line, int sy, int sx, int dy, int dx, int height, int width) argument
207 atafb_iplan2p4_fillrect(struct fb_info *info, u_long next_line, u32 color, int sy, int sx, int height, int width) argument
[all...]
H A Dtgafb.c630 u32 fgcolor, bgcolor, dx, dy, width, height, vxres, vyres, pixelmask; local
642 height = image->height;
656 if (dy + height > vyres)
657 height = vyres - dy;
716 for (i = 0; i < height; ++i) {
746 for (i = 0; i < height; ++i) {
769 for (i = 0; i < height; ++i) {
796 for (i = 0; i < height; ++i) {
818 for (i = 0; i < height;
843 u32 color, dx, dy, width, height, vxres, vyres; local
931 u32 dx, dy, width, height, vxres, vyres, color; local
1057 copyarea_line_8bpp(struct fb_info *info, u32 dy, u32 sy, u32 height, u32 width) argument
1102 copyarea_line_32bpp(struct fb_info *info, u32 dy, u32 sy, u32 height, u32 width) argument
1151 copyarea_foreward_8bpp(struct fb_info *info, u32 dx, u32 dy, u32 sx, u32 sy, u32 height, u32 width, u32 line_length) argument
1312 copyarea_backward_8bpp(struct fb_info *info, u32 dx, u32 dy, u32 sx, u32 sy, u32 height, u32 width, u32 line_length, const struct fb_copyarea *area) argument
1417 unsigned long dx, dy, width, height, sx, sy, vxres, vyres; local
[all...]
H A Dhitfb.c35 .height = -1,
61 u16 width, u16 height)
68 fb_writew(height-1, HD64461_BBTDHR);
76 u16 dy, u16 width, u16 height, u16 rop,
82 height--;
86 saddr = WIDTH * (sy + height) + sx + width;
87 daddr = WIDTH * (dy + height) + dx + width;
90 maddr = ((width >> 3) + 1) * (height + 1) - 1;
93 (((width >> 4) + 1) * (height + 1) - 1) * 2;
112 fb_writew(height, HD64461_BBTDH
60 hitfb_accel_set_dest(int truecolor, u16 dx, u16 dy, u16 width, u16 height) argument
75 hitfb_accel_bitblt(int truecolor, u16 sx, u16 sy, u16 dx, u16 dy, u16 width, u16 height, u16 rop, u32 mask_addr) argument
[all...]
/drivers/video/aty/
H A Dradeon_accel.c64 OUTREG(DST_WIDTH_HEIGHT, (region->width << 16) | region->height);
87 if(!modded.width || !modded.height ||
92 if(modded.dy + modded.height > vyres) modded.height = vyres - modded.dy;
103 w = area->width; h = area->height;
144 modded.height = area->height;
158 if(!modded.width || !modded.height ||
165 if(modded.sy + modded.height > vyres) modded.height
[all...]
/drivers/video/console/
H A Dsoftcursor.c35 dsize = s_pitch * cursor->image.height;
54 size = d_pitch * image->height + buf_align;
73 fb_pad_aligned_buffer(dst, d_pitch, src, s_pitch, image->height);
H A Dtileblit.c20 int sx, int dy, int dx, int height, int width)
28 area.height = height;
35 int sx, int height, int width)
48 rect.height = height;
65 blit.height = 1;
145 map.height = vc->vc_font.height;
19 tile_bmove(struct vc_data *vc, struct fb_info *info, int sy, int sx, int dy, int dx, int height, int width) argument
34 tile_clear(struct vc_data *vc, struct fb_info *info, int sy, int sx, int height, int width) argument
H A Dmdacon.c431 int height, int width)
436 if (width <= 0 || height <= 0)
440 scr_memsetw(dest, eattr, height*width*2);
442 for (; height > 0; height--, dest+=mda_num_columns)
448 int dy, int dx, int height, int width)
452 if (width <= 0 || height <= 0)
456 scr_memmovew(MDA_ADDR(0,dy), MDA_ADDR(0,sy), height*width*2);
462 for (; height > 0; height
430 mdacon_clear(struct vc_data *c, int y, int x, int height, int width) argument
447 mdacon_bmove(struct vc_data *c, int sy, int sx, int dy, int dx, int height, int width) argument
[all...]
/drivers/media/video/s5p-fimc/
H A Dfimc-capture.c264 wh = pixm->width * pixm->height;
493 u32 *width, u32 *height,
526 height, max_t(u32, *height, 32),
535 *height = ctx->s_frame.f_height;
541 min_h = ctx->state & FIMC_DST_CROP ? dst->height : var->min_out_pixsize;
548 height, min_h, FIMC_CAMIF_MAX_HEIGHT,
553 pad, code ? *code : 0, *width, *height,
574 r->height = sink->f_height;
582 max_sc_v = min(SCALER_MAX_VRATIO, 1 << (ffs(sink->height)
492 fimc_capture_try_format(struct fimc_ctx *ctx, u32 *width, u32 *height, u32 *code, u32 *fourcc, int pad) argument
[all...]
/drivers/gpu/drm/via/
H A Dvia_verifier.h42 uint32_t height[2][10]; member in struct:__anon673
/drivers/gpu/drm/radeon/
H A Dr100_track.h28 unsigned height; member in struct:r100_cs_cube_info
40 unsigned height; member in struct:r100_cs_track_texture
/drivers/gpu/drm/vmwgfx/
H A Dsvga_reg.h161 SVGA_REG_DISPLAY_HEIGHT = 40, /* The display's height */
882 * width and height relate to the entire source video frame.
895 uint32 height; member in struct:SVGAOverlayUnit
974 uint32 height; member in struct:SVGAScreenObject::__anon804
1065 uint32 height; member in struct:SVGAFifoCmdUpdate
1086 uint32 height; member in struct:SVGAFifoCmdRectCopy
1109 uint32 height; member in struct:SVGAFifoCmdDefineCursor
1138 uint32 height; member in struct:SVGAFifoCmdDefineAlphaCursor
1160 uint32 height; member in struct:SVGAFifoCmdUpdateVerbose
1186 uint32 height; member in struct:SVGAFifoCmdFrontRopFill
[all...]
H A Dvmwgfx_kms.h64 u32 *image, u32 width, u32 height,
68 u32 width, u32 height,
133 uint32_t handle, uint32_t width, uint32_t height);
/drivers/media/video/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/video/i810/
H A Di810_accel.c145 * @dheight: height of rectangular graphics data
182 * @height: height of destination
195 static inline void color_blit(int width, int height, int pitch, int dest, argument
205 PUT_RING(height << 16 | width);
216 * @dheight: height of destination
301 u32 dx, dy, width, height, dest, rop = 0, color = 0; local
319 height = rect->height;
322 color_blit(width, height, inf
329 u32 sx, sy, dx, dy, pitch, width, height, src, dest, xdir; local
[all...]
/drivers/media/video/davinci/
H A Dvpif.c53 .height = 480,
70 .height = 576,
87 .height = 720,
104 .height = 720,
121 .height = 1080,
141 .height = 1080,
161 .height = 1080,
180 .height = 480,
200 .height = 576,
273 * L5, L7 L9, L11 in VPIF Register , also write width and height
[all...]

Completed in 1004 milliseconds

1234567891011>>