Home
last modified time | relevance | path

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

/packages/apps/Camera2/src/com/android/camera/one/v2/core/
DRequestBuilder.java54 .Allocation {
80 private static interface Allocation { interface in RequestBuilder.RequestImpl
88 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;
/packages/apps/Dialer/java/com/android/incallui/video/impl/
DVideoCallFragment.java29 import android.renderscript.Allocation;
1311 Allocation allocationIn = Allocation.createFromBitmap(renderScript, image); in blur()
1312 Allocation allocationOut = Allocation.createFromBitmap(renderScript, image); in blur()