Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/hals/
Dallocator3.cpp96 const bool usageHwCamWrite = usage & BufferUsage::CAMERA_OUTPUT; in allocateImpl() local
159 if (!((usageSwRead || usageHwCamRead) && (usageSwWrite || usageHwCamWrite))) { in allocateImpl()
Dmapper3.cpp542 const bool usageHwCamWrite = usage & BufferUsage::CAMERA_OUTPUT; in isSupportedImpl() local
576 (usageSwWrite || usageHwCamWrite)); in isSupportedImpl()
/device/generic/goldfish-opengl/system/gralloc/
Dgralloc_30.cpp526 const bool usageHwCamWrite = usage & GRALLOC_USAGE_HW_CAMERA_WRITE; in gralloc_alloc() local
586 if (!((usageSwRead || usageHwCamRead) && (usageSwWrite || usageHwCamWrite))) { in gralloc_alloc()