Searched refs:lock_ycbcr (Results 1 – 6 of 6) sorted by relevance
/external/minigbm/cros_gralloc/gralloc0/tests/ |
D | gralloctest.c | 216 static int lock_ycbcr(struct gralloc_module_t *module, struct grallocinfo *info) in lock_ycbcr() function 220 ret = module->lock_ycbcr(module, info->handle, info->usage, 0, 0, (info->w) / 2, in lock_ycbcr() 363 CHECK(ctx->module->lock_ycbcr); in test_api() 369 CHECK(ctx->module->lock_ycbcr); in test_api() 378 CHECK(ctx->module->lock_ycbcr == NULL); in test_api() 533 CHECK(lock_ycbcr(ctx->module, &info)); in test_ycbcr() 544 CHECK(lock_ycbcr(ctx->module, &info) == 0); in test_ycbcr() 596 CHECK(lock_ycbcr(ctx->module, &info)); in test_yuv_info()
|
/external/drm_hwcomposer/bufferinfo/legacy/ |
D | BufferInfoLibdrm.cpp | 91 if (!gralloc_->lock_ycbcr) { in GetYuvPlaneInfo() 99 ret = gralloc_->lock_ycbcr(gralloc_, handle, 0, 0, 0, 0, 0, &ycbcr); in GetYuvPlaneInfo()
|
/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/mesa3d/include/android_stub/hardware/ |
D | gralloc.h | 267 int (*lock_ycbcr)(struct gralloc_module_t const* module, member
|
/external/mesa3d/src/egl/drivers/dri2/ |
D | platform_android.c | 202 if (!dri2_dpy->gralloc->lock_ycbcr) { in droid_create_image_from_prime_fds_yuv() 208 ret = dri2_dpy->gralloc->lock_ycbcr(dri2_dpy->gralloc, buf->handle, in droid_create_image_from_prime_fds_yuv()
|
/external/minigbm/cros_gralloc/gralloc0/ |
D | gralloc0.cc | 572 .lock_ycbcr = gralloc0_lock_ycbcr,
|