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