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

  /packages/apps/Camera/src/com/android/camera/
Mosaic.java 88 public static final int MOSAIC_RET_OK = 1;
  /packages/apps/Camera2/src/com/android/camera/
Mosaic.java 88 public static final int MOSAIC_RET_OK = 1;
  /packages/apps/LegacyCamera/src/com/android/camera/panorama/
Mosaic.java 88 public static final int MOSAIC_RET_OK = 1;
  /packages/apps/Camera/jni/feature_mos/src/mosaic/
Mosaic.cpp 121 return MOSAIC_RET_OK;
171 ret = MOSAIC_RET_OK;
199 return MOSAIC_RET_OK;
229 ret = MOSAIC_RET_OK;
264 return MOSAIC_RET_OK;
Mosaic.h 146 static const int MOSAIC_RET_OK = 1;
  /packages/apps/Camera2/jni/feature_mos/src/mosaic/
Mosaic.cpp 121 return MOSAIC_RET_OK;
171 ret = MOSAIC_RET_OK;
199 return MOSAIC_RET_OK;
229 ret = MOSAIC_RET_OK;
264 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/Camera/jni/
feature_mos_jni.cpp 369 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/Camera2/jni/
feature_mos_jni.cpp 369 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/
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 145 milliseconds