Searched refs:fd_idx (Results 1 – 6 of 6) sorted by relevance
/hardware/google/gchips/gralloc4/src/core/ |
D | exynos_format_allocation.h | 63 plane[0].fd_idx = 0; in setup_sbwc_420_sp() 71 plane[1].fd_idx = 1; in setup_sbwc_420_sp() 75 plane[1].fd_idx = 0; in setup_sbwc_420_sp() 90 plane[0].fd_idx = 0; in setup_sbwc_420_sp_10bit() 98 plane[1].fd_idx = 1; in setup_sbwc_420_sp_10bit() 102 plane[1].fd_idx = 0; in setup_sbwc_420_sp_10bit() 116 plane[0].fd_idx = 0; in setup_sbwc_420_sp_lossy() 125 plane[1].fd_idx = 1; in setup_sbwc_420_sp_lossy() 129 plane[1].fd_idx = 0; in setup_sbwc_420_sp_lossy() 144 plane[0].fd_idx = 0; in setup_sbwc_420_sp_10bit_lossy() [all …]
|
D | mali_gralloc_bufferdescriptor.h | 107 …plane_info[0].offset, plane_info[0].fd_idx, plane_info[0].size, plane_info[0].byte_stride, plane_i… in dump() 108 …plane_info[1].offset, plane_info[1].fd_idx, plane_info[1].size, plane_info[1].byte_stride, plane_i… in dump() 109 …plane_info[2].offset, plane_info[2].fd_idx, plane_info[2].size, plane_info[2].byte_stride, plane_i… in dump()
|
D | mali_gralloc_bufferallocation.cpp | 1012 if (plane[pidx].fd_idx == fidx) in prepare_descriptor_exynos_formats()
|
/hardware/google/gchips/gralloc4/src/ |
D | mali_gralloc_buffer.h | 82 uint32_t fd_idx; member
|
D | mali_gralloc_buffer4.h | 82 uint32_t fd_idx; member
|
/hardware/google/gchips/gralloc4/src/hidl_common/ |
D | MapperMetadata.cpp | 352 if (handle->fd_count > 1 && handle->plane_info[plane_index].fd_idx == plane_index) in get_plane_layouts() 596 plane_fds[i] = handle->fds[handle->plane_info[i].fd_idx]; in get_metadata()
|