Home
last modified time | relevance | path

Searched refs:image_height (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
122 image_height = VID_MAX_HEIGHT / TILE_SIZE; in omap_vout_setup_vrfb_bufs()
125 image_height++; in omap_vout_setup_vrfb_bufs()
127 image_height = image_height * 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()