Searched refs:ACCESS_ALLOCATION (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DFrameBuffer1D.java46 * {@code accessFormat} of {@code ACCESS_ALLOCATION}.
53 return (Allocation) mBackingStore.lockData(mode, BackingStore.ACCESS_ALLOCATION);
H A DBackingStore.java46 static final int ACCESS_ALLOCATION = 0x20; field in class:BackingStore
246 case ACCESS_ALLOCATION:
521 } else if ((access & ACCESS_ALLOCATION) != 0 && AllocationBacking.isSupported()) {
533 Allocation allocation = (Allocation) backing.lock(ACCESS_ALLOCATION);
615 } else if ((access & ACCESS_ALLOCATION) != 0 && AllocationBacking.isSupported()) {
626 Allocation allocation = (Allocation) backing.lock(ACCESS_ALLOCATION);
736 } else if ((access & ACCESS_ALLOCATION) != 0 && AllocationBacking.isSupported()) {
748 Allocation allocation = (Allocation) backing.lock(ACCESS_ALLOCATION);
828 return ACCESS_ALLOCATION;
833 return ACCESS_ALLOCATION;
[all...]

Completed in 242 milliseconds