Home
last modified time | relevance | path

Searched defs:accessHints (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
DFrameType.java345 int accessHints = writer.mAccessHints | reader.mAccessHints; in tryMergeBuffers() local
404 private static FrameType fetchType(int elementId, int dimensions, int accessHints) { in fetchType()
413 int elementId, int dimensions, int accessHints, Class<?> clazz) { in fetchType()
423 private FrameType(int elementId, int dimensions, int accessHints, Class<?> clazz) { in FrameType()