Home
last modified time | relevance | path

Searched defs:img_width (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/apps/Camera2/jni/
H A Djpegutil.cpp140 int jpegutil::Compress(int img_width, int img_height, in Compress()
/aosp12/frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/
H A DVrView.java392 int img_width = getWidth() / sample; in doInBackground() local
/aosp12/frameworks/base/core/jni/
H A Dandroid_hardware_camera2_impl_CameraExtensionJpegProcessor.cpp345 int compress(int img_width, int img_height, RowIterator<16>& y_row_generator, in compress()