Home
last modified time | relevance | path

Searched refs:img_width (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
240 cinfo.image_width = img_width; in Compress()
Djpegutil.h144 int Compress(int img_width, int img_height, RowIterator<16>& y_row_generator,