Home
last modified time | relevance | path

Searched refs:WRITE_ALLOCATION (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
DFrameType.java103 public final static int WRITE_ALLOCATION = 0x20; field in FrameType
312 if ((mAccessHints & WRITE_ALLOCATION) != 0) { in toString()