Searched refs:plane_info_t (Results 1 – 6 of 6) sorted by relevance
/hardware/google/gchips/gralloc4/src/core/ |
D | exynos_format_allocation.h | 56 int setup_sbwc_420_sp(int w, int h, int fd_count, plane_info_t *plane) in setup_sbwc_420_sp() 83 int setup_sbwc_420_sp_10bit(int w, int h, int fd_count, plane_info_t *plane) in setup_sbwc_420_sp_10bit() 110 int setup_sbwc_420_sp_lossy(int width, int height, int rate, int fd_count, plane_info_t *plane) in setup_sbwc_420_sp_lossy() 138 int setup_sbwc_420_sp_10bit_lossy(int width, int height, int rate, int fd_count, plane_info_t *plan… in setup_sbwc_420_sp_10bit_lossy() 164 int setup_420_sp(int width, int height, int fd_count, plane_info_t *plane) in setup_420_sp() 196 int setup_420_sp_s10b(int width, int height, int fd_count, plane_info_t *plane) in setup_420_sp_s10b() 238 int setup_p010_sp(int width, int height, int fd_count, plane_info_t *plane) in setup_p010_sp() 270 int setup_420_p(int width, int height, int fd_count, plane_info_t *plane) in setup_420_p() 311 int setup_420_sp_tiled(int width, int height, int fd_count, plane_info_t *plane) in setup_420_sp_tiled()
|
D | mali_gralloc_bufferdescriptor.h | 58 plane_info_t plane_info[MAX_PLANES]; 75 memset(plane_info, 0, sizeof(plane_info_t) * MAX_PLANES); in buffer_descriptor_t()
|
D | mali_gralloc_bufferallocation.cpp | 555 static void align_plane_stride(plane_info_t *plane_info, uint8_t plane, const format_info_t format,… in align_plane_stride() 592 plane_info_t plane_info[MAX_PLANES]) in calc_allocation_size() 970 plane_info_t *plane = bufDescriptor->plane_info; in prepare_descriptor_exynos_formats()
|
/hardware/google/gchips/gralloc4/src/ |
D | mali_gralloc_buffer.h | 122 } plane_info_t; typedef 230 plane_info_t plane_info[MAX_PLANES] DEFAULT_INITIALIZER({}); 268 uint64_t _layer_count, plane_info_t _plane_info[MAX_PLANES]) in private_handle_t() 283 memcpy(plane_info, _plane_info, sizeof(plane_info_t) * MAX_PLANES); in private_handle_t()
|
D | mali_gralloc_buffer4.h | 122 } plane_info_t; typedef 230 plane_info_t plane_info[MAX_PLANES] DEFAULT_INITIALIZER({}); 268 uint64_t _layer_count, plane_info_t _plane_info[MAX_PLANES]) in private_handle_t() 283 memcpy(plane_info, _plane_info, sizeof(plane_info_t) * MAX_PLANES); in private_handle_t()
|
/hardware/google/gchips/gralloc4/src/allocator/ |
D | mali_gralloc_ion.cpp | 453 const plane_info_t *plane_info = bufDescriptor->plane_info; in mali_gralloc_ion_allocate()
|