Home
last modified time | relevance | path

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

/hardware/ti/omap4xxx/camera/
DCameraHal.cpp1286 GraphicBufferAllocator &GrallocAlloc = GraphicBufferAllocator::get(); in allocVideoBufs() local
1288 …ret = GrallocAlloc.alloc(width, height, HAL_PIXEL_FORMAT_NV12, CAMHAL_GRALLOC_USAGE, &buf, &stride… in allocVideoBufs()
1295 GrallocAlloc.free(buf); in allocVideoBufs()
1407 GraphicBufferAllocator &GrallocAlloc = GraphicBufferAllocator::get(); in freeVideoBufs() local
1412 GrallocAlloc.free(ptr); in freeVideoBufs()
/hardware/ti/omap4-aah/camera/
DCameraHal.cpp1517 android::GraphicBufferAllocator &GrallocAlloc = android::GraphicBufferAllocator::get(); in allocVideoBufs() local
1519 …ret = GrallocAlloc.alloc(width, height, HAL_PIXEL_FORMAT_NV12, CAMHAL_GRALLOC_USAGE, &handle, &str… in allocVideoBufs()
1525 GrallocAlloc.free((buffer_handle_t)buffers[i].opaque); in allocVideoBufs()
1680 android::GraphicBufferAllocator &GrallocAlloc = android::GraphicBufferAllocator::get(); in freeVideoBufs() local
1684 GrallocAlloc.free((buffer_handle_t)bufs[i].opaque); in freeVideoBufs()