Searched defs:AllocationInfo (Results 1 - 1 of 1) sorted by relevance

/cts/tests/camera/src/android/hardware/camera2/cts/rs/
H A DAllocationInfo.java37 * <p>Note that when creating a new {@link AllocationInfo} the usage flags <b>always</b> get ORd
40 public class AllocationInfo { class
49 private static final String TAG = "AllocationInfo";
53 * Create a new {@link AllocationInfo} holding the element, size, and usage
58 * @return A new {@link AllocationInfo}
62 public static AllocationInfo newInstance(Allocation allocation) {
65 return new AllocationInfo(allocation.getElement(),
71 * Create a new {@link AllocationInfo} holding the specified format, {@link Size},
82 * @return A new {@link AllocationInfo} holding the given arguments.
89 public static AllocationInfo newInstanc
226 private AllocationInfo(Element element, Size size, int usage) { method in class:AllocationInfo
[all...]

Completed in 88 milliseconds