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

  /hardware/libhardware/include/hardware/
gralloc.h 46 * Add support for flexible YCbCr format with (*lock_ycbcr)() method.
206 * and return -EINVAL. These buffers must be locked with (*lock_ycbcr)()
246 * The (*lock_ycbcr)() method is like the (*lock)() method, with the
265 int (*lock_ycbcr)(struct gralloc_module_t const* module, member in struct:gralloc_module_t
300 * The (*lockAsync_ycbcr)() method is like the (*lock_ycbcr)()
  /external/autotest/client/site_tests/graphics_Gralloc/src/
gralloctest.c 189 static int lock_ycbcr(struct gralloc_module_t* module, struct gralloctest* test) function
193 ret = module->lock_ycbcr(module, test->handle, test->usage, 0, 0,
320 * Version_0_2 added (*lock_ycbcr)() method.
333 CHECK(module->lock_ycbcr);
339 CHECK(module->lock_ycbcr);
348 CHECK(module->lock_ycbcr == NULL);
511 /* This function tests that only YUV buffers work with *lock_ycbcr. */
523 CHECK(lock_ycbcr(module, &test));
534 CHECK(lock_ycbcr(module, &test) == 0);

Completed in 66 milliseconds