Home
last modified time | relevance | path

Searched refs:plane_info_t (Results 1 – 6 of 6) sorted by relevance

/hardware/google/gchips/gralloc4/src/core/
Dexynos_format_allocation.h56 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()
Dmali_gralloc_bufferdescriptor.h58 plane_info_t plane_info[MAX_PLANES];
75 memset(plane_info, 0, sizeof(plane_info_t) * MAX_PLANES); in buffer_descriptor_t()
Dmali_gralloc_bufferallocation.cpp555 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/
Dmali_gralloc_buffer.h122 } 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()
Dmali_gralloc_buffer4.h122 } 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/
Dmali_gralloc_ion.cpp453 const plane_info_t *plane_info = bufDescriptor->plane_info; in mali_gralloc_ion_allocate()