Lines Matching refs:height
173 data.height = handle->height; in gbm_import()
178 data.height += handle->height / 2; in gbm_import()
203 int width, height; in gbm_alloc() local
206 height = handle->height; in gbm_alloc()
210 if (handle->height < 64) in gbm_alloc()
211 height = 64; in gbm_alloc()
220 height += handle->height / 2; in gbm_alloc()
224 handle->width, handle->height, handle->format, usage); in gbm_alloc()
225 bo = gbm_bo_create(gbm, width, height, format, usage); in gbm_alloc()
228 handle->width, handle->height, handle->format, usage); in gbm_alloc()
367 int width, int height, int format, int usage, int *stride) in gralloc_gbm_bo_create() argument
372 handle = gralloc_handle_create(width, height, format, usage); in gralloc_gbm_bo_create()
437 h = gbm_handle->height; in gralloc_gbm_bo_lock()
509 ycbcr->cr = (unsigned char *)addr + ystride * hnd->height; in gralloc_gbm_bo_lock_ycbcr()
510 ycbcr->cb = (unsigned char *)addr + ystride * hnd->height + 1; in gralloc_gbm_bo_lock_ycbcr()
519 ycbcr->cr = (unsigned char *)addr + ystride * hnd->height; in gralloc_gbm_bo_lock_ycbcr()
520 ycbcr->cb = (unsigned char *)addr + ystride * hnd->height + cstride * hnd->height / 2; in gralloc_gbm_bo_lock_ycbcr()