Searched refs:out_buf (Results 1 – 2 of 2) sorted by relevance
144 unsigned char* out_buf, size_t out_buf_capacity, in Compress() argument201 unsigned char* out_buf; in Compress() member205 } clientData{out_buf, out_buf_capacity, flush, 0}; in Compress()215 cinfo->dest->next_output_byte = cdata.out_buf; in Compress()227 cinfo->dest->next_output_byte = cdata.out_buf; in Compress()290 int numBytesInBuffer = cinfo.dest->next_output_byte - out_buf; in Compress()
146 unsigned char* out_buf, size_t out_buf_capacity,