Home
last modified time | relevance | path

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

/trunk/main/svtools/source/filter/jpeg/
H A Djpeg.cxx136 size_t datacount = BUF_SIZE - dest->pub.free_in_buffer; in term_destination() local
139 if (datacount > 0) { in term_destination()
140 if (dest->outfile->Write(dest->buffer, datacount) != datacount) in term_destination()

Completed in 40 milliseconds