Home
last modified time | relevance | path

Searched refs:image_width (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/media/v4l2-core/
H A Dv4l2-dv-timings.c499 int frame_width, image_height, image_width; in v4l2_detect_cvt() local
562 image_width = (image_height * 4) / 3; in v4l2_detect_cvt()
565 image_width = (image_height * 16) / 9; in v4l2_detect_cvt()
568 image_width = (image_height * 16) / 10; in v4l2_detect_cvt()
573 image_width = (image_height * 5) / 4; in v4l2_detect_cvt()
575 image_width = (image_height * 15) / 9; in v4l2_detect_cvt()
580 image_width = active_width; in v4l2_detect_cvt()
587 image_width = image_width & ~7; in v4l2_detect_cvt()
597 pix_clk = (image_width + h_blank) * hfreq; in v4l2_detect_cvt()
604 frame_width = image_width + h_blank; in v4l2_detect_cvt()
[all …]
/linux/drivers/media/platform/ti/omap/
H A Domap_vout_vrfb.c97 int image_width, image_height; in omap_vout_setup_vrfb_bufs() local
117 image_width = VID_MAX_WIDTH / TILE_SIZE; in omap_vout_setup_vrfb_bufs()
119 image_width++; in omap_vout_setup_vrfb_bufs()
121 image_width = image_width * TILE_SIZE; in omap_vout_setup_vrfb_bufs()
128 vout->smsshado_size = PAGE_ALIGN(image_width * image_height * 2 * 2); in omap_vout_setup_vrfb_bufs()