Searched refs:DRV_MAX_PLANES (Results 1 – 9 of 9) sorted by relevance
13 #define DRV_MAX_PLANES 4 macro22 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];
27 uint8_t *addr[DRV_MAX_PLANES]);42 struct mapping *lock_data_[DRV_MAX_PLANES];
48 uint8_t *addr[DRV_MAX_PLANES]) in lock() argument52 memset(addr, 0, DRV_MAX_PLANES * sizeof(*addr)); in lock()
30 uint32_t map_flags, uint8_t *addr[DRV_MAX_PLANES]);
203 for (uint32_t plane = 0; plane < DRV_MAX_PLANES; plane++) { in retain()252 uint8_t *addr[DRV_MAX_PLANES]) in lock() argument
24 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];
17 #define DRV_MAX_PLANES 4 macro73 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];
23 int horizontal_subsampling[DRV_MAX_PLANES];24 int vertical_subsampling[DRV_MAX_PLANES];25 int bytes_per_pixel[DRV_MAX_PLANES];
301 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()