Home
last modified time | relevance | path

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

/device/generic/opengl-transport/host/libs/virglrenderer/include/hardware/
Dgralloc.h39 int (*lock_ycbcr)(gralloc_module_t const*, buffer_handle_t, int, int, int, int, int, member
/device/google/cuttlefish/guest/hals/camera/
DGrallocModule.h37 int lock_ycbcr(buffer_handle_t handle, int usage, int l, int t, int w, int h,
DGrallocModule.cpp149 int GrallocModule::lock_ycbcr(buffer_handle_t handle, int usage, int l, int t, in lock_ycbcr() function in GrallocModule
190 int ret = mGralloc0->lock_ycbcr(mGralloc0, handle, usage, l, t, w, h, in lock_ycbcr()
DEmulatedFakeCamera3.cpp905 res = GrallocModule::getInstance().lock_ycbcr( in processCaptureRequest()
/device/google/cuttlefish/guest/hals/gralloc/legacy/
Dgralloc.cpp197 .lock_ycbcr = gralloc_lock_ycbcr,
/device/google/cuttlefish/guest/hals/hwcomposer/common/
Dgralloc_utils.cpp286 const auto& lock_ycbcr) { in LockYCbCr() argument
289 ycbcr = lock_ycbcr; in LockYCbCr()
/device/amlogic/yukawa/hal/gralloc/
Dmali_gralloc_module.cpp163 base.lock_ycbcr = gralloc_lock_ycbcr; in private_module_t()
/device/linaro/hikey/gralloc960/
Dmali_gralloc_module.cpp163 base.lock_ycbcr = gralloc_lock_ycbcr; in private_module_t()
/device/linaro/dragonboard/gralloc/
Dgralloc.cpp267 .lock_ycbcr = gbm_mod_lock_ycbcr,
/device/generic/goldfish-opengl/system/gralloc/
Dgralloc_30.cpp223 int lock_ycbcr(cb_handle_t& handle, in lock_ycbcr() function in __anon1242cbb90111::goldfish_gralloc30_module_t
1027 return module->impl()->lock_ycbcr(*handle, usage, l, t, w, h, ycbcr); in gralloc_lock_ycbcr()
1087 .lock_ycbcr = &gralloc_lock_ycbcr,
Dgralloc_old.cpp1538 lock_ycbcr: gralloc_lock_ycbcr,
/device/linaro/hikey/gralloc/
Dgralloc_module.cpp531 base.lock_ycbcr = gralloc_lock_ycbcr; in private_module_t()