Searched refs:stride_byte (Results 1 – 4 of 4) sorted by relevance
/hardware/google/gchips/gralloc3/src/ |
D | gralloc_vendor_interface.cpp | 25 int stride_byte = 0; member 50 void setPlane(Descriptor &descriptor, int index, int fd, size_t size, off_t offset, int stride_byte… in setPlane() argument 54 descriptor.planes[index].stride_byte = stride_byte; in setPlane() 126 .byte_stride = static_cast<uint32_t>((descriptor.planes[i].stride_byte * bpp) / 8), in createNativeHandle()
|
/hardware/google/gchips/gralloc4/src/libGralloc4Wrapper/ |
D | wrapper.cpp | 24 int stride_byte = 0; member 49 void setPlane(Descriptor &descriptor, int index, int fd, size_t size, off_t offset, int stride_byte… in setPlane() argument 53 descriptor.planes[index].stride_byte = stride_byte; in setPlane() 117 .byte_stride = static_cast<uint32_t>((descriptor.planes[i].stride_byte * bpp) / 8), in createNativeHandle()
|
/hardware/google/gchips/gralloc3/include/gralloc3/ |
D | gralloc_vendor_interface.h | 37 void setPlane(Descriptor &descriptor, int index, int fd, size_t size, off_t offset, int stride_byte…
|
/hardware/google/gchips/gralloc4/src/libGralloc4Wrapper/include/gralloc4/ |
D | gralloc_vendor_interface.h | 38 void setPlane(Descriptor &descriptor, int index, int fd, size_t size, off_t offset, int stride_byte…
|