Searched refs:img_width (Results 1 – 2 of 2) sorted by relevance
392 int img_width = getWidth() / sample; in doInBackground() local394 state.createOutputAllocation(mSurface, img_width, img_height); in doInBackground()423 addLine("vr(" + img_width + "," + img_height + "): " + (time - start) / 1E6f + " ms"); in doInBackground()
345 int compress(int img_width, int img_height, RowIterator<16>& y_row_generator, in compress() argument443 cinfo.image_width = img_width; in compress()