HomeSort by relevance Sort by last modified time
    Searched defs:lock_ycbcr (Results 1 - 4 of 4) sorted by null

  /device/generic/goldfish/camera/
GrallocModule.h 21 int lock_ycbcr(buffer_handle_t handle, function in class:GrallocModule
24 return mModule->lock_ycbcr(mModule, handle, usage, l, t, w, h, ycbcr);
  /device/google/cuttlefish_common/guest/hals/camera/
GrallocModule.h 34 int lock_ycbcr(buffer_handle_t handle, int usage, int l, int t, int w, int h, function in class:GrallocModule
36 return mModule->lock_ycbcr(mModule, handle, usage, l, t, w, h, ycbcr);
  /device/google/cuttlefish_common/guest/hals/gralloc/
gralloc.cpp 152 int lock_ycbcr(struct gralloc_module_t const* module, function
319 .lock_ycbcr = lock_ycbcr,
  /hardware/libhardware/include/hardware/
gralloc.h 45 * Add support for flexible YCbCr format with (*lock_ycbcr)() method.
205 * and return -EINVAL. These buffers must be locked with (*lock_ycbcr)()
245 * The (*lock_ycbcr)() method is like the (*lock)() method, with the
264 int (*lock_ycbcr)(struct gralloc_module_t const* module, member in struct:gralloc_module_t
299 * The (*lockAsync_ycbcr)() method is like the (*lock_ycbcr)()

Completed in 179 milliseconds