Searched refs:datacount (Results 1 - 4 of 4) 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)
/external/chromium_org/third_party/libjpeg_turbo/
H A Djdatadst.c174 size_t datacount = OUTPUT_BUF_SIZE - dest->pub.free_in_buffer; local
177 if (datacount > 0) {
178 if (JFWRITE(dest->outfile, dest->buffer, datacount) != datacount)
/external/libpng/contrib/libtests/
H A Dpngvalid.c594 png_size_t datacount; /* In this (the last) buffer */ member in struct:png_store_file
799 (*ppf)->datacount = 0;
823 pf->datacount = ps->writepos;
1133 return ps->current->datacount;
1144 size_t cbAvail = ps->current->datacount;
2739 pm->this.readpos < pm->this.current->datacount)

Completed in 209 milliseconds