Home
last modified time | relevance | path

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

/frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/
DVrView.java393 int img_height = getHeight() / 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
444 cinfo.image_height = img_height; in compress()
475 for (int y = 0; y < img_height; y += DCTSIZE * 2) { in compress()
/frameworks/ex/camera2/extensions/jni/
DJpegEncoder.cpp343 int compress(int img_width, int img_height, RowIterator<16>& y_row_generator, in compress() argument
442 cinfo.image_height = img_height; in compress()
473 for (int y = 0; y < img_height; y += DCTSIZE * 2) { in compress()