Home
last modified time | relevance | path

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

/cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/
DXmpDepthDecode.java46 private static final int XMP_EXTENSION_HEADER_GUID_SIZE = field in XmpDepthDecode
296 if (length - 2 < XMP_EXTENSION_HEADER_GUID_SIZE || !skipExtendedContent) { in readSection()
305 byte[] header = new byte[XMP_EXTENSION_HEADER_GUID_SIZE]; in readSection()