Home
last modified time | relevance | path

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

/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()