Home
last modified time | relevance | path

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

/external/dynamic_depth/internal/xmpmeta/
Djpeg_io.cc20 const int kSectionLengthByteSize = 2; variable
133 if (error || length < kSectionLengthByteSize) { in Parse()
140 if (length - kSectionLengthByteSize > bytes_left) { in Parse()
150 const size_t data_size = length - kSectionLengthByteSize; in Parse()
170 input_stream->ignore(length - kSectionLengthByteSize); in Parse()