Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/media/platform/ti/omap/
Domap_vout_vrfb.c254 dst_icg = MAX_PIXELS_PER_LINE * pixsize - vout->pix.width * vout->bpp; in omap_vout_prepare_vrfb()
353 line_length = MAX_PIXELS_PER_LINE; in omap_vout_calculate_vrfb_offset()
375 offset = ((MAX_PIXELS_PER_LINE * vout->vrfb_context[0].yoffset * in omap_vout_calculate_vrfb_offset()
390 offset = MAX_PIXELS_PER_LINE * vout->vrfb_context[0].xoffset * in omap_vout_calculate_vrfb_offset()
Domap_voutdef.h46 #define MAX_PIXELS_PER_LINE 2048 macro