Searched refs:image_width (Results 1 – 3 of 3) sorted by relevance
437 int frame_width, image_height, image_width; in v4l2_detect_cvt() local500 image_width = (image_height * 4) / 3; in v4l2_detect_cvt()503 image_width = (image_height * 16) / 9; in v4l2_detect_cvt()506 image_width = (image_height * 16) / 10; in v4l2_detect_cvt()511 image_width = (image_height * 5) / 4; in v4l2_detect_cvt()513 image_width = (image_height * 15) / 9; in v4l2_detect_cvt()518 image_width = active_width; in v4l2_detect_cvt()525 image_width = image_width & ~7; in v4l2_detect_cvt()535 pix_clk = (image_width + h_blank) * hfreq; in v4l2_detect_cvt()542 frame_width = image_width + h_blank; in v4l2_detect_cvt()[all …]
98 int image_width, image_height; in omap_vout_setup_vrfb_bufs() local119 image_width = VID_MAX_WIDTH / TILE_SIZE; in omap_vout_setup_vrfb_bufs()121 image_width++; in omap_vout_setup_vrfb_bufs()123 image_width = image_width * TILE_SIZE; in omap_vout_setup_vrfb_bufs()130 vout->smsshado_size = PAGE_ALIGN(image_width * image_height * 2 * 2); in omap_vout_setup_vrfb_bufs()
264 int image_width; in resizer_calculate_sdram_offsets() local274 image_width = outformat->width + 1; in resizer_calculate_sdram_offsets()286 offset = (image_width * bytesperpixel) - 1; in resizer_calculate_sdram_offsets()297 offset = image_width - 1; in resizer_calculate_sdram_offsets()