HomeSort by relevance Sort by last modified time
    Searched defs:byte_stride (Results 1 - 2 of 2) sorted by null

  /device/linaro/hikey/gralloc960/
gralloc_priv.h 173 int byte_stride; member in struct:private_handle_t
alloc_device.cpp 63 static int gralloc_alloc_framebuffer_locked(alloc_device_t* dev, size_t size, int usage, buffer_handle_t* pHandle, int* stride, int* byte_stride)
96 *byte_stride = GRALLOC_ALIGN(m->finfo.line_length, 64);
132 *byte_stride = GRALLOC_ALIGN(m->finfo.line_length, 64);
137 *byte_stride = m->finfo.line_length;
142 static int gralloc_alloc_framebuffer(alloc_device_t* dev, size_t size, int usage, buffer_handle_t* pHandle, int* stride, int* byte_stride)
146 int err = gralloc_alloc_framebuffer_locked(dev, size, usage, pHandle, stride, byte_stride);
177 * byte_stride (out) stride of the buffer in bytes
182 int* pixel_stride, int* byte_stride, size_t* size, AllocType type)
197 if (byte_stride != NULL)
199 *byte_stride = stride
946 int byte_stride; \/\/ Stride of the buffer in bytes local
    [all...]

Completed in 70 milliseconds