Home
last modified time | relevance | path

Searched refs:pixel_stride (Results 1 – 8 of 8) sorted by relevance

/hardware/google/gchips/gralloc4/src/core/
Dmali_gralloc_bufferdescriptor.h54 uint64_t pixel_stride; member
70 pixel_stride(0), in buffer_descriptor_t()
105 pixel_stride, alloc_format, fd_count, in dump()
Dmali_gralloc_bufferallocation.cpp590 uint64_t * const pixel_stride, in calc_allocation_size() argument
595 GRALLOC_UNUSED(pixel_stride); in calc_allocation_size()
1129 &bufDescriptor->pixel_stride, in mali_gralloc_derive_format_and_size()
1139 bufDescriptor->pixel_stride = bufDescriptor->plane_info[0].byte_stride; in mali_gralloc_derive_format_and_size()
1142 bufDescriptor->pixel_stride = bufDescriptor->plane_info[0].alloc_width; in mali_gralloc_derive_format_and_size()
/hardware/google/gfxstream/guest/fuchsia/include/
Dcros_gralloc_handle.h37 uint32_t pixel_stride; member
/hardware/google/gfxstream/guest/mesa/src/util/u_gralloc/
Du_gralloc.h30 int pixel_stride; member
Du_gralloc_fallback.c291 stride = hnd->pixel_stride * get_format_bpp(hnd->hal_format); in fallback_gralloc_get_buffer_info()
/hardware/google/gchips/gralloc4/src/hidl_common/
DAllocator.cpp186 tmpStride = bufferDescriptor.pixel_stride; in allocate()
DMapperMetadata.cpp766 descriptor.width, descriptor.height, descriptor.pixel_stride, in getFromBufferDescriptorInfo()
/hardware/google/gchips/gralloc4/src/allocator/
Dmali_gralloc_ion.cpp384 bufDescriptor->width, bufDescriptor->height, bufDescriptor->pixel_stride, in mali_gralloc_ion_allocate()