Home
last modified time | relevance | path

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

/hardware/intel/common/libmix/videoencoder/
DVideoEncoderUtils.cpp33 static alloc_device_t *gAllocDev = NULL; variable
53 if (!gAllocDev) { in gfx_alloc()
61 err = gralloc_open(gModule, &gAllocDev); in gfx_alloc()
68 err = gAllocDev->alloc(gAllocDev, w, h, format, usage, handle, stride); in gfx_alloc()
81 if (!gAllocDev) { in gfx_free()
89 err = gralloc_open(gModule, &gAllocDev); in gfx_free()
96 err = gAllocDev->free(gAllocDev, handle); in gfx_free()