Home
last modified time | relevance | path

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

/external/minigbm/cros_gralloc/
Dcros_gralloc_handle.h13 #define DRV_MAX_PLANES 4 macro
22 int32_t fds[DRV_MAX_PLANES];
23 uint32_t strides[DRV_MAX_PLANES];
24 uint32_t offsets[DRV_MAX_PLANES];
25 uint32_t format_modifiers[2 * DRV_MAX_PLANES];
Dcros_gralloc_buffer.h27 uint8_t *addr[DRV_MAX_PLANES]);
42 struct mapping *lock_data_[DRV_MAX_PLANES];
Dcros_gralloc_buffer.cc48 uint8_t *addr[DRV_MAX_PLANES]) in lock() argument
52 memset(addr, 0, DRV_MAX_PLANES * sizeof(*addr)); in lock()
Dcros_gralloc_driver.h30 uint32_t map_flags, uint8_t *addr[DRV_MAX_PLANES]);
Dcros_gralloc_driver.cc203 for (uint32_t plane = 0; plane < DRV_MAX_PLANES; plane++) { in retain()
252 uint8_t *addr[DRV_MAX_PLANES]) in lock() argument
/external/minigbm/
Ddrv_priv.h24 union bo_handle handles[DRV_MAX_PLANES];
25 uint32_t offsets[DRV_MAX_PLANES];
26 uint32_t sizes[DRV_MAX_PLANES];
27 uint32_t strides[DRV_MAX_PLANES];
28 uint64_t format_modifiers[DRV_MAX_PLANES];
Ddrv.h17 #define DRV_MAX_PLANES 4 macro
73 int fds[DRV_MAX_PLANES];
74 uint32_t strides[DRV_MAX_PLANES];
75 uint32_t offsets[DRV_MAX_PLANES];
76 uint64_t format_modifiers[DRV_MAX_PLANES];
89 uint32_t map_strides[DRV_MAX_PLANES];
Dhelpers.c23 int horizontal_subsampling[DRV_MAX_PLANES];
24 int vertical_subsampling[DRV_MAX_PLANES];
25 int bytes_per_pixel[DRV_MAX_PLANES];
/external/minigbm/cros_gralloc/gralloc0/
Dgralloc0.cc301 uint8_t *addr[DRV_MAX_PLANES]; in gralloc0_lock_async()
343 uint8_t *addr[DRV_MAX_PLANES] = { nullptr, nullptr, nullptr, nullptr }; in gralloc0_lock_async_ycbcr()