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

/external/jpeg/
H A Djdatadst.c109 size_t datacount = OUTPUT_BUF_SIZE - dest->pub.free_in_buffer; local
112 if (datacount > 0) {
113 if (JFWRITE(dest->outfile, dest->buffer, datacount) != datacount)
/external/qemu/distrib/jpeg-6b/
H A Djdatadst.c109 size_t datacount = OUTPUT_BUF_SIZE - dest->pub.free_in_buffer; local
112 if (datacount > 0) {
113 if (JFWRITE(dest->outfile, dest->buffer, datacount) != datacount)

Completed in 172 milliseconds