Home
last modified time | relevance | path

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

/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
DFrameType.java109 private final int mAccessHints; field in FrameType
257 return mAccessHints; in getAccessHints()
284 && mAccessHints == type.mAccessHints && mClass == type.mClass; in equals()
291 return mElementId ^ mDimensions ^ mAccessHints ^ mClass.hashCode(); in hashCode()
297 if ((mAccessHints & READ_CPU) != 0) { in toString()
300 if ((mAccessHints & READ_GPU) != 0) { in toString()
303 if ((mAccessHints & READ_ALLOCATION) != 0) { in toString()
306 if ((mAccessHints & WRITE_CPU) != 0) { in toString()
309 if ((mAccessHints & WRITE_GPU) != 0) { in toString()
312 if ((mAccessHints & WRITE_ALLOCATION) != 0) { in toString()
[all …]