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

  /packages/apps/LegacyCamera/src/com/android/camera/panorama/
Mosaic.java 88 public static final int MOSAIC_RET_OK = 1;
  /development/perftests/panorama/feature_mos/src/mosaic/
Mosaic.cpp 113 return MOSAIC_RET_OK;
161 ret = MOSAIC_RET_OK;
189 return MOSAIC_RET_OK;
219 ret = MOSAIC_RET_OK;
254 return MOSAIC_RET_OK;
Mosaic.h 146 static const 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 74 milliseconds