Searched refs:frame_width (Results 1 - 8 of 8) sorted by last modified time

/drivers/video/fbdev/omap2/dss/
H A Ddispc.c2429 u16 frame_width, frame_height; local
2500 frame_width = out_width;
2503 frame_width = in_width;
2508 calc_tiler_rotation_offset(screen_width, frame_width,
2514 frame_width, frame_height,
2520 screen_width, frame_width, frame_height,
/drivers/media/i2c/
H A Dths7303.c293 u32 frame_width, frame_height; local
295 frame_width = V4L2_DV_BT_FRAME_WIDTH(bt);
300 (frame_height * frame_width) > 0 ?
302 (frame_height * frame_width) : 0,
303 frame_width, frame_height,
/drivers/media/platform/ti-vpe/
H A Dvpdma.c595 pr_debug("word4: frame_width = %d, frame_height = %d\n",
690 * frame_width/height: the complete width/height of the image presented to the
700 enum vpdma_channel chan, int field, u32 flags, int frame_width,
740 dtd->frame_width_height = dtd_frame_width_height(frame_width,
697 vpdma_add_in_dtd(struct vpdma_desc_list *list, int width, const struct v4l2_rect *c_rect, const struct vpdma_data_format *fmt, dma_addr_t dma_addr, enum vpdma_channel chan, int field, u32 flags, int frame_width, int frame_height, int start_h, int start_v) argument
H A Dvpdma.h196 enum vpdma_channel chan, int field, u32 flags, int frame_width,
H A Dvpe.c1033 int frame_width, frame_height; local
1060 frame_width = q_data->c_rect.width;
1067 vpdma_fmt, dma_addr, p_data->channel, field, flags, frame_width,
/drivers/media/usb/usbvision/
H A Dusbvision-core.c336 header->frame_width = header->frame_width_lo + (header->frame_width_hi << 8);
443 frame->isoc_header.frame_width,
460 frame->frmwidth = frame->isoc_header.frame_width * usbvision->stretch_width;
505 len = (frame->isoc_header.frame_width * 2) + 5;
902 pixel_per_line = frame->isoc_header.frame_width;
H A Dusbvision.h297 __u16 frame_width; /* 8 - 9 after endian correction*/ member in struct:usbvision_frame_header
/drivers/media/v4l2-core/
H A Dv4l2-dv-timings.c352 int frame_width, image_height, image_width; local
418 frame_width = image_width + CVT_RB_H_BLANK;
435 frame_width = image_width + h_blank;
437 hsync = (frame_width * 8 + 50) / 100;
450 fmt->bt.hbackporch = frame_width - image_width - h_fp - hsync;
514 int frame_width, image_height, image_width; local
553 frame_width = image_width + h_blank;
558 hsync = (frame_width * 8 + 50) / 100;
571 fmt->bt.hbackporch = frame_width - image_width - h_fp - hsync;

Completed in 207 milliseconds