Searched refs:byte_stride (Results 1 – 10 of 10) sorted by relevance
/hardware/google/gchips/gralloc4/src/core/ |
D | exynos_format_allocation.h | 62 plane[0].byte_stride = SBWC_8B_STRIDE(w); in setup_sbwc_420_sp() 67 plane[1].byte_stride = SBWC_8B_STRIDE(w); in setup_sbwc_420_sp() 89 plane[0].byte_stride = SBWC_10B_STRIDE(w); in setup_sbwc_420_sp_10bit() 94 plane[1].byte_stride = SBWC_10B_STRIDE(w); in setup_sbwc_420_sp_10bit() 115 plane[0].byte_stride = SBWCL_8B_STRIDE(width, rate); in setup_sbwc_420_sp_lossy() 121 plane[1].byte_stride = SBWCL_8B_STRIDE(width, rate); in setup_sbwc_420_sp_lossy() 143 plane[0].byte_stride = SBWCL_10B_STRIDE(width, rate); in setup_sbwc_420_sp_10bit_lossy() 149 plane[1].byte_stride = SBWCL_10B_STRIDE(width, rate); in setup_sbwc_420_sp_10bit_lossy() 172 plane[0].byte_stride = width; in setup_420_sp() 181 plane[1].byte_stride = chroma_width; in setup_420_sp() [all …]
|
D | mali_gralloc_bufferallocation.cpp | 451 uint64_t * byte_stride) in update_yv12_stride() argument 458 *byte_stride = GRALLOC_ALIGN(luma_stride, GRALLOC_ALIGN(stride_align, 16)); in update_yv12_stride() 460 *byte_stride = GRALLOC_ALIGN(luma_stride / 2, 16); in update_yv12_stride() 557 …plane_info[plane].byte_stride = GRALLOC_ALIGN(plane_info[plane].byte_stride * format.tile_size, st… in align_plane_stride() 558 plane_info[plane].alloc_width = plane_info[plane].byte_stride * 8 / format.bpp[plane]; in align_plane_stride() 622 plane_info[plane].byte_stride = (plane_info[plane].alloc_width * format.bpp_afbc[plane]) / 8; in calc_allocation_size() 627 plane_info[plane].byte_stride = (plane_info[plane].alloc_width * format.bpp[plane]) / 8; in calc_allocation_size() 710 plane_info[0].byte_stride, in calc_allocation_size() 712 &plane_info[plane].byte_stride); in calc_allocation_size() 716 MALI_GRALLOC_LOGV("Byte stride: %" PRIu64, plane_info[plane].byte_stride); in calc_allocation_size() [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()
|
/hardware/google/gchips/gralloc4/src/ |
D | mali_gralloc_buffer4.h | 100 uint64_t byte_stride; member 343 return (plane_info[1].byte_stride != 0); in is_multi_plane() 415 …plane_info[0].size, plane_info[0].byte_stride, plane_info[0].alloc_width, plane_info[0].alloc_heig… in dump() 416 …plane_info[1].size, plane_info[1].byte_stride, plane_info[1].alloc_width, plane_info[1].alloc_heig… in dump() 417 …plane_info[2].size, plane_info[2].byte_stride, plane_info[2].alloc_width, plane_info[2].alloc_heig… in dump()
|
D | mali_gralloc_buffer.h | 100 uint64_t byte_stride; member 343 return (plane_info[1].byte_stride != 0); in is_multi_plane() 415 …plane_info[0].size, plane_info[0].byte_stride, plane_info[0].alloc_width, plane_info[0].alloc_heig… in dump() 416 …plane_info[1].size, plane_info[1].byte_stride, plane_info[1].alloc_width, plane_info[1].alloc_heig… in dump() 417 …plane_info[2].size, plane_info[2].byte_stride, plane_info[2].alloc_width, plane_info[2].alloc_heig… in dump()
|
/hardware/google/gchips/gralloc4/src/hidl_common/ |
D | Mapper.cpp | 415 if (gralloc_buffer->plane_info[i].byte_stride != grallocDescriptor.plane_info[i].byte_stride) in validateBufferSize() 418 … gralloc_buffer->plane_info[i].byte_stride, grallocDescriptor.plane_info[i].byte_stride, i); in validateBufferSize()
|
D | MapperMetadata.cpp | 325 … .strideInBytes = static_cast<int64_t>(handle->plane_info[plane_index].byte_stride), in get_plane_layouts() 379 … .strideInBytes = static_cast<int64_t>(handle->plane_info[plane_index].byte_stride), in get_plane_layouts()
|
/hardware/google/gchips/libvendorgraphicbuffer/gralloc4/ |
D | vendor_graphicbuffer_meta.cpp | 186 GRALLOC_META_GETTER(uint32_t, stride_in_bytes, plane_info[0].byte_stride);
|
/hardware/google/gchips/libvendorgraphicbuffer/gralloc5/ |
D | vendor_graphicbuffer_meta.cpp | 223 GRALLOC_META_GETTER(uint32_t, stride_in_bytes, plane_info[0].byte_stride);
|
/hardware/google/gchips/gralloc4/src/allocator/ |
D | mali_gralloc_ion.cpp | 465 for (int i = 0; i < MAX_PLANES && (i == 0 || plane_info[i].byte_stride != 0); i++) in mali_gralloc_ion_allocate()
|