Home
last modified time | relevance | path

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

/external/dynamic_depth/internal/xmpmeta/
Djpeg_io.cc61 const int length_low = ReadByteAsInt(input_stream); in Read2ByteLength() local
62 if (length_high == -1 || length_low == -1) { in Read2ByteLength()
67 return length_high << 8 | length_low; in Read2ByteLength()