Home
last modified time | relevance | path

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

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