Home
last modified time | relevance | path

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

/device/google/cuttlefish/guest/hals/camera/
DGrallocModule.h34 int lock_ycbcr(buffer_handle_t handle, int usage, int l, int t, int w, int h, in lock_ycbcr() function
36 return mModule->lock_ycbcr(mModule, handle, usage, l, t, w, h, ycbcr); in lock_ycbcr()
DEmulatedFakeCamera3.cpp892 res = GrallocModule::getInstance().lock_ycbcr( in processCaptureRequest()
/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/gralloc/legacy/
Dgralloc.cpp197 .lock_ycbcr = gralloc_lock_ycbcr,
/device/linaro/hikey/gralloc960/
Dmali_gralloc_module.cpp163 base.lock_ycbcr = gralloc_lock_ycbcr; in private_module_t()
/device/amlogic/yukawa/gralloc/
Dmali_gralloc_module.cpp163 base.lock_ycbcr = gralloc_lock_ycbcr; in private_module_t()
/device/generic/goldfish-opengl/system/gralloc/
Dgralloc_30.cpp221 int lock_ycbcr(cb_handle_t& handle, in lock_ycbcr() function in __anon1242cbb90111::goldfish_gralloc30_module_t
1025 return module->impl()->lock_ycbcr(*handle, usage, l, t, w, h, ycbcr); in gralloc_lock_ycbcr()
1085 .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()