:orphan: .. title:: VIDEO_BUFFER_POOL_SZ_MAX .. option:: CONFIG_VIDEO_BUFFER_POOL_SZ_MAX *Size of the largest buffer in the video pool* Type: ``int`` Direct dependencies =================== \ :option:`VIDEO ` *(Includes any dependencies from ifs and menus.)* Default ======= - 1048576 Kconfig definition ================== .. highlight:: kconfig At ``drivers/video/Kconfig:22`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:96`` Menu path: (Top) → Device Drivers → VIDEO hardware support .. parsed-literal:: config VIDEO_BUFFER_POOL_SZ_MAX int "Size of the largest buffer in the video pool" default 1048576 depends on \ :option:`VIDEO ` *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*