OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lock_ycbcr
(Results
1 - 3
of
3
) sorted by relevancy
/xsrc/external/mit/MesaLib/dist/include/android_stub/hardware/
gralloc.h
45
* 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/dist/src/egl/drivers/dri2/
platform_android.c
206
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.
/xsrc/external/mit/MesaLib.old/dist/src/egl/drivers/dri2/
platform_android.c
803
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.
Completed in 6 milliseconds
Indexes created Thu Aug 06 00:25:04 UTC 2026