Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/media/platform/
Dsh_veu.c80 #define VIDEO_MEM_LIMIT ALIGN(2048 * 1536 * 2 * 3, 1024 * 1024) macro
897 if (size * count > VIDEO_MEM_LIMIT) { in sh_veu_queue_setup()
898 count = VIDEO_MEM_LIMIT / size; in sh_veu_queue_setup()