Home | History | Annotate | Download | only in camera

Lines Matching refs:GrallocAlloc

1286         GraphicBufferAllocator &GrallocAlloc = GraphicBufferAllocator::get();
1288 ret = GrallocAlloc.alloc(width, height, HAL_PIXEL_FORMAT_NV12, CAMHAL_GRALLOC_USAGE, &buf, &stride);
1295 GrallocAlloc.free(buf);
1407 GraphicBufferAllocator &GrallocAlloc = GraphicBufferAllocator::get();
1412 GrallocAlloc.free(ptr);