Home
last modified time | relevance | path

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

/external/drm_hwcomposer/
Dplatformminigbm.cpp88 bo->pixel_stride = gr_handle->pixel_stride; in ImportBuffer()
Ddrmhwcgralloc.h29 uint32_t pixel_stride; member
Dhwcutils.cpp123 bo->hal_format, bo->usage, bo->pixel_stride); in ImportBuffer()
Dplatformdrmgeneric.cpp122 bo->pixel_stride = (gr_handle->stride * 8) / in ImportBuffer()
Dplatformhisi.cpp158 bo->pixel_stride = hnd->stride; in ImportBuffer()
/external/minigbm/cros_gralloc/
Dcros_gralloc_handle.h31 uint32_t pixel_stride; member
Dcros_gralloc_driver.cc150 hnd->pixel_stride = DIV_ROUND_UP(hnd->strides[0], bytes_per_pixel); in allocate()
/external/minigbm/cros_gralloc/gralloc0/
Dgralloc0.cc128 *stride = hnd->pixel_stride; in gralloc0_alloc()
265 *out_stride = hnd->pixel_stride; in gralloc0_perform()
/external/webp/src/dec/
Dvp8l_dec.c718 uint8_t** const in_data, int pixel_stride) { in SetCropWindow() argument
727 *in_data += delta * pixel_stride; in SetCropWindow()