Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/media/v4l2-core/
Dv4l2-dv-timings.c354 int frame_width, image_height, image_width; in v4l2_detect_cvt() local
388 image_width = (image_height * 4) / 3; in v4l2_detect_cvt()
391 image_width = (image_height * 16) / 9; in v4l2_detect_cvt()
394 image_width = (image_height * 16) / 10; in v4l2_detect_cvt()
399 image_width = (image_height * 5) / 4; in v4l2_detect_cvt()
401 image_width = (image_height * 15) / 9; in v4l2_detect_cvt()
409 image_width = image_width & ~7; in v4l2_detect_cvt()
413 pix_clk = (image_width + CVT_RB_H_BLANK) * hfreq; in v4l2_detect_cvt()
420 frame_width = image_width + CVT_RB_H_BLANK; in v4l2_detect_cvt()
429 h_blank = image_width * ideal_duty_cycle_per_myriad / in v4l2_detect_cvt()
[all …]
/linux-4.1.27/drivers/media/platform/omap/
Domap_vout_vrfb.c95 int image_width, image_height; in omap_vout_setup_vrfb_bufs() local
116 image_width = VID_MAX_WIDTH / TILE_SIZE; in omap_vout_setup_vrfb_bufs()
118 image_width++; in omap_vout_setup_vrfb_bufs()
120 image_width = image_width * TILE_SIZE; in omap_vout_setup_vrfb_bufs()
127 vout->smsshado_size = PAGE_ALIGN(image_width * image_height * 2 * 2); in omap_vout_setup_vrfb_bufs()
/linux-4.1.27/drivers/staging/media/davinci_vpfe/
Ddm365_resizer.c270 int image_width; in resizer_calculate_sdram_offsets() local
280 image_width = outformat->width + 1; in resizer_calculate_sdram_offsets()
292 offset = (image_width * bytesperpixel) - 1; in resizer_calculate_sdram_offsets()
303 offset = image_width - 1; in resizer_calculate_sdram_offsets()