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

  /packages/apps/LegacyCamera/src/com/android/camera/panorama/
Mosaic.java 88 public static final int MOSAIC_RET_OK = 1;
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
Mosaic.cpp 116 return MOSAIC_RET_OK;
158 ret = MOSAIC_RET_OK;
186 return MOSAIC_RET_OK;
216 ret = MOSAIC_RET_OK;
251 return MOSAIC_RET_OK;
Mosaic.h 146 static const int MOSAIC_RET_OK = 1;
  /packages/apps/LegacyCamera/jni/
feature_mos_jni.cpp 383 if(ret_code == Mosaic::MOSAIC_RET_OK || ret_code == Mosaic::MOSAIC_RET_FEW_INLIERS)
447 if(ret_code == Mosaic::MOSAIC_RET_OK || ret_code == Mosaic::MOSAIC_RET_FEW_INLIERS)

Completed in 84 milliseconds