HomeSort by relevance Sort by last modified time
    Searched full:accesshints (Results 1 - 1 of 1) sorted by null

  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
FrameType.java 345 int accessHints = writer.mAccessHints | reader.mAccessHints;
346 return FrameType.fetchType(writer.mElementId, writer.mDimensions, accessHints);
404 private static FrameType fetchType(int elementId, int dimensions, int accessHints) {
405 return fetchType(elementId, dimensions, accessHints, null);
413 int elementId, int dimensions, int accessHints, Class<?> clazz) {
414 String typeKey = FrameType.keyValueForType(elementId, dimensions, accessHints, clazz);
417 type = new FrameType(elementId, dimensions, accessHints, clazz);
423 private FrameType(int elementId, int dimensions, int accessHints, Class<?> clazz) {
427 mAccessHints = accessHints;

Completed in 62 milliseconds