Searched refs:lock_ycbcr (Results 1 – 4 of 4) sorted by relevance
/external/minigbm/cros_gralloc/gralloc0/tests/ |
D | gralloctest.c | 207 static int lock_ycbcr(struct gralloc_module_t *module, struct grallocinfo *info) in lock_ycbcr() function 211 ret = module->lock_ycbcr(module, info->handle, info->usage, 0, 0, (info->w) / 2, in lock_ycbcr() 354 CHECK(ctx->module->lock_ycbcr); in test_api() 360 CHECK(ctx->module->lock_ycbcr); in test_api() 369 CHECK(ctx->module->lock_ycbcr == NULL); in test_api() 514 CHECK(lock_ycbcr(ctx->module, &info)); in test_ycbcr() 525 CHECK(lock_ycbcr(ctx->module, &info) == 0); in test_ycbcr() 577 CHECK(lock_ycbcr(ctx->module, &info)); in test_yuv_info()
|
/external/swiftshader/include/Android/hardware/ |
D | gralloc.h | 39 int (*lock_ycbcr)(gralloc_module_t const*, buffer_handle_t, int, int, int, int, int, member
|
/external/minigbm/cros_gralloc/gralloc0/ |
D | gralloc0.cc | 422 .lock_ycbcr = gralloc0_lock_ycbcr,
|
/external/mesa3d/src/egl/drivers/dri2/ |
D | platform_android.c | 699 if (!dri2_dpy->gralloc->lock_ycbcr) { in droid_create_image_from_prime_fd_yuv() 705 ret = dri2_dpy->gralloc->lock_ycbcr(dri2_dpy->gralloc, buf->handle, in droid_create_image_from_prime_fd_yuv()
|