Searched refs:img_height (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Camera2/jni/
H A Djpegutil.cpp140 int jpegutil::Compress(int img_width, int img_height, argument
241 cinfo.image_height = img_height;
272 for (int y = 0; y < img_height; y += DCTSIZE * 2) {
H A Djpegutil.h144 int Compress(int img_width, int img_height, RowIterator<16>& y_row_generator,

Completed in 9 milliseconds