HomeSort by relevance Sort by last modified time
    Searched refs:image_scale (Results 1 - 4 of 4) sorted by null

  /packages/apps/Camera2/jni/
tinyplanet.cc 99 const float image_scale = output_width * scale; local
103 float xf = (x - output_width / 2.0f) / image_scale;
107 float yf = (y - output_height / 2.0f) / image_scale;
  /packages/apps/Gallery2/jni/filters/
tinyplanet.cc 98 const float image_scale = output_width * scale; local
102 float xf = (x - output_width / 2.0f) / image_scale;
106 float yf = (y - output_height / 2.0f) / image_scale;
  /external/opencv3/modules/viz/src/
shapes.cpp 850 double image_scale = far_end_height/image.rows; local
852 WImage3D image_widget(image, Size2d(image.size()) * image_scale);
882 double image_scale = far_end_height\/image.rows; local
    [all...]
  /external/opencv3/modules/objdetect/src/
hog.cpp 1800 UMat image_scale; local
    [all...]

Completed in 1188 milliseconds