Home
last modified time | relevance | path

Searched refs:lock_ycbcr (Results 1 – 6 of 6) sorted by relevance

/external/minigbm/cros_gralloc/gralloc0/tests/
Dgralloctest.c216 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/
DBufferInfoLibdrm.cpp91 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/
Dgralloc.h39 int (*lock_ycbcr)(gralloc_module_t const*, buffer_handle_t, int, int, int, int, int, member
/external/mesa3d/include/android_stub/hardware/
Dgralloc.h267 int (*lock_ycbcr)(struct gralloc_module_t const* module, member
/external/mesa3d/src/egl/drivers/dri2/
Dplatform_android.c202 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/
Dgralloc0.cc572 .lock_ycbcr = gralloc0_lock_ycbcr,