Home
last modified time | relevance | path

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

/packages/apps/Gallery2/jni_jpegstream/src/
Djpeg_writer.cpp131 int32_t total_length = length; in write() local
140 return total_length; in write()
162 return total_length - length; in write()
Djpeg_reader.cpp131 int32_t total_length = count; in read() local
142 return total_length; in read()
171 return total_length - count; in read()