Home
last modified time | relevance | path

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

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