Searched refs:accessHint (Results 1 - 1 of 1) sorted by path

/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DFrameType.java179 * @param accessHint A bit-mask of access flags (see {@code READ} and {@code WRITE} constants).
182 public static FrameType image2D(int elementType, int accessHint) { argument
183 return FrameType.fetchType(elementType, 2, accessHint);

Completed in 62 milliseconds