Searched refs:usageHwCamWrite (Results 1 – 3 of 3) sorted by relevance
96 const bool usageHwCamWrite = usage & BufferUsage::CAMERA_OUTPUT; in allocateImpl() local159 if (!((usageSwRead || usageHwCamRead) && (usageSwWrite || usageHwCamWrite))) { in allocateImpl()
542 const bool usageHwCamWrite = usage & BufferUsage::CAMERA_OUTPUT; in isSupportedImpl() local576 (usageSwWrite || usageHwCamWrite)); in isSupportedImpl()
526 const bool usageHwCamWrite = usage & GRALLOC_USAGE_HW_CAMERA_WRITE; in gralloc_alloc() local586 if (!((usageSwRead || usageHwCamRead) && (usageSwWrite || usageHwCamWrite))) { in gralloc_alloc()