Searched refs:VIDEO_MEM_LIMIT (Results 1 – 1 of 1) sorted by relevance
80 #define VIDEO_MEM_LIMIT ALIGN(2048 * 1536 * 2 * 3, 1024 * 1024) macro897 if (size * count > VIDEO_MEM_LIMIT) { in sh_veu_queue_setup()898 count = VIDEO_MEM_LIMIT / size; in sh_veu_queue_setup()