Searched refs:Allocation (Results 1 – 2 of 2) sorted by relevance
54 .Allocation {80 private static interface Allocation { interface in RequestBuilder.RequestImpl88 private final List<Allocation> mAllocations;91 public RequestImpl(CaptureRequestBuilderProxy builder, List<Allocation> allocations, in RequestImpl()101 for (Allocation allocation : mAllocations) { in allocateCaptureRequest()114 for (Allocation allocation : mAllocations) { in abort()122 private final List<RequestImpl.Allocation> mAllocations;
29 import android.renderscript.Allocation;1311 Allocation allocationIn = Allocation.createFromBitmap(renderScript, image); in blur()1312 Allocation allocationOut = Allocation.createFromBitmap(renderScript, image); in blur()