Home
last modified time | relevance | path

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

/packages/apps/Camera2/jni/
Djpegutil.cpp222 size_t numBytesInBuffer = cdata.out_buf_capacity; in Compress() local
223 cdata.flush(numBytesInBuffer); in Compress()
224 cdata.totalOutputBytes += numBytesInBuffer; in Compress()
290 int numBytesInBuffer = cinfo.dest->next_output_byte - out_buf; in Compress() local
292 flush(numBytesInBuffer); in Compress()
294 clientData.totalOutputBytes += numBytesInBuffer; in Compress()