Home
last modified time | relevance | path

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

/cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/
DXmpDepthDecode.java143 static XMPMeta read(InputStream is, boolean skipExtendedContent) { in read() argument
144 List<Section> sections = parse(is, true, skipExtendedContent); in read()
164 if (skipExtendedContent) { in read()
207 boolean skipExtendedContent) { in parse() argument
249 sections.add(readSection(is, length, marker, skipExtendedContent)); in parse()
295 int marker, boolean skipExtendedContent) throws IOException { in readSection() argument
296 if (length - 2 < XMP_EXTENSION_HEADER_GUID_SIZE || !skipExtendedContent) { in readSection()
308 if (hasHeader(header, XMP_EXTENSION_HEADER) && skipExtendedContent) { in readSection()