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

/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DFrameType.java19 * A FrameType instance specifies the data format of a Frame.
22 * When filters are connected, their FrameType information is analyzed and checked for
26 * A FrameType generally consists of an element type and number of dimensions. The currently
37 * If the object element type is used, class information may be appended to the FrameType to
38 * indicate what class of objects are expected. When constructing an object based FrameType, you
83 public final class FrameType { class
112 private static SimpleCache<String, FrameType> mTypeCache =
113 new SimpleCache<String, FrameType>(64);
116 * Constructs a wild-card FrameType that matches any other FrameType
423 private FrameType(int elementId, int dimensions, int accessHints, Class<?> clazz) { method in class:FrameType
[all...]

Completed in 74 milliseconds