OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MOSAIC_RET_ERROR
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Camera/src/com/android/camera/panorama/
Mosaic.java
89
public static final int
MOSAIC_RET_ERROR
= -1;
/packages/apps/Camera/jni/feature_mos/src/mosaic/
Mosaic.cpp
111
return
MOSAIC_RET_ERROR
;
139
int ret =
MOSAIC_RET_ERROR
;
151
return
MOSAIC_RET_ERROR
;
168
ret =
MOSAIC_RET_ERROR
;
210
ret =
MOSAIC_RET_ERROR
;
Mosaic.h
147
static const int
MOSAIC_RET_ERROR
= -1;
Completed in 532 milliseconds