Searched refs:lock_ycbcr (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/MesaLib/dist/include/android_stub/hardware/
H A Dgralloc.h45 * Add support for flexible YCbCr format with (*lock_ycbcr)() method.
208 * and return -EINVAL. These buffers must be locked with (*lock_ycbcr)()
248 * The (*lock_ycbcr)() method is like the (*lock)() method, with the
267 int (*lock_ycbcr)(struct gralloc_module_t const* module, member in struct:gralloc_module_t
302 * The (*lockAsync_ycbcr)() method is like the (*lock_ycbcr)()
/xsrc/external/mit/MesaLib.old/dist/src/egl/drivers/dri2/
H A Dplatform_android.c803 if (!dri2_dpy->gralloc->lock_ycbcr) {
804 _eglLog(_EGL_WARNING, "Gralloc does not support lock_ycbcr");
809 ret = dri2_dpy->gralloc->lock_ycbcr(dri2_dpy->gralloc, buf->handle,
817 _eglLog(_EGL_WARNING, "gralloc->lock_ycbcr failed: %d", ret);
822 /* When lock_ycbcr's usage argument contains no SW_READ/WRITE flags
906 * by lock_ycbcr failing.
/xsrc/external/mit/MesaLib/dist/src/egl/drivers/dri2/
H A Dplatform_android.c206 if (!dri2_dpy->gralloc->lock_ycbcr) {
207 _eglLog(_EGL_WARNING, "Gralloc does not support lock_ycbcr");
212 ret = dri2_dpy->gralloc->lock_ycbcr(dri2_dpy->gralloc, buf->handle,
220 _eglLog(_EGL_WARNING, "gralloc->lock_ycbcr failed: %d", ret);
249 /* When lock_ycbcr's usage argument contains no SW_READ/WRITE flags
305 * by lock_ycbcr failing.

Completed in 7 milliseconds