Home
last modified time | relevance | path

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

/linux/drivers/media/platform/raspberrypi/pisp_be/
H A Dpisp_be_formats.h14 #define PISPBE_MAX_PLANES 3 macro
22 unsigned int plane_factor[PISPBE_MAX_PLANES];
H A Dpisp_be.c324 for (p = 0; p < num_planes && p < PISPBE_MAX_PLANES; p++) { in pispbe_get_planes_addr()
329 for (; p < PISPBE_MAX_PLANES && node->pisp_format->plane_factor[p]; p++) { in pispbe_get_planes_addr()
1070 for (unsigned int i = 0; i < PISPBE_MAX_PLANES; i++) in pispbe_set_plane_params()