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

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

Completed in 30 milliseconds