Home
last modified time | relevance | path

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

/frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/
DVrView.java392 int img_width = getWidth() / sample; in doInBackground() local
394 state.createOutputAllocation(mSurface, img_width, img_height); in doInBackground()
423 addLine("vr(" + img_width + "," + img_height + "): " + (time - start) / 1E6f + " ms"); in doInBackground()
/frameworks/base/core/jni/
Dandroid_hardware_camera2_impl_CameraExtensionJpegProcessor.cpp345 int compress(int img_width, int img_height, RowIterator<16>& y_row_generator, in compress() argument
443 cinfo.image_width = img_width; in compress()