Home
last modified time | relevance | path

Searched refs:stride_byte (Results 1 – 4 of 4) sorted by relevance

/hardware/google/gchips/gralloc3/src/
Dgralloc_vendor_interface.cpp25 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/
Dwrapper.cpp24 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/
Dgralloc_vendor_interface.h37 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/
Dgralloc_vendor_interface.h38 void setPlane(Descriptor &descriptor, int index, int fd, size_t size, off_t offset, int stride_byte