Searched defs:out_buf (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Camera2/jni/
H A Djpegutil.cpp144 unsigned char* out_buf, size_t out_buf_capacity,
201 unsigned char* out_buf; member in struct:ClientData
205 } clientData{out_buf, out_buf_capacity, flush, 0}; member in struct:clientData
215 cinfo->dest->next_output_byte = cdata.out_buf;
227 cinfo->dest->next_output_byte = cdata.out_buf;
290 int numBytesInBuffer = cinfo.dest->next_output_byte - out_buf;
140 Compress(int img_width, int img_height, jpegutil::RowIterator<16>& y_row_generator, jpegutil::RowIterator<8>& cb_row_generator, jpegutil::RowIterator<8>& cr_row_generator, unsigned char* out_buf, size_t out_buf_capacity, std::function<void(size_t)> flush, int quality) argument

Completed in 30 milliseconds