Searched refs:MOSAIC_RET_OK (Results 1 - 8 of 8) sorted by relevance

/packages/apps/Camera/src/com/android/camera/
H A DMosaic.java88 public static final int MOSAIC_RET_OK = 1; field in class:Mosaic
/packages/apps/LegacyCamera/src/com/android/camera/panorama/
H A DMosaic.java88 public static final int MOSAIC_RET_OK = 1; field in class:Mosaic
/packages/apps/Camera/jni/feature_mos/src/mosaic/
H A DMosaic.cpp121 return MOSAIC_RET_OK;
171 ret = MOSAIC_RET_OK;
199 return MOSAIC_RET_OK;
229 ret = MOSAIC_RET_OK;
264 return MOSAIC_RET_OK;
H A DMosaic.h146 static const int MOSAIC_RET_OK = 1; member in class:Mosaic
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
H A DMosaic.cpp116 return MOSAIC_RET_OK;
158 ret = MOSAIC_RET_OK;
186 return MOSAIC_RET_OK;
216 ret = MOSAIC_RET_OK;
251 return MOSAIC_RET_OK;
H A DMosaic.h146 static const int MOSAIC_RET_OK = 1; member in class:Mosaic
/packages/apps/Camera/jni/
H A Dfeature_mos_jni.cpp369 int ret_code = Mosaic::MOSAIC_RET_OK;
383 if(ret_code == Mosaic::MOSAIC_RET_OK || ret_code == Mosaic::MOSAIC_RET_FEW_INLIERS)
422 int ret_code = Mosaic::MOSAIC_RET_OK;
447 if(ret_code == Mosaic::MOSAIC_RET_OK || ret_code == Mosaic::MOSAIC_RET_FEW_INLIERS)
/packages/apps/LegacyCamera/jni/
H A Dfeature_mos_jni.cpp383 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 207 milliseconds