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 - 6
of
6
) sorted by null
/packages/apps/LegacyCamera/src/com/android/camera/panorama/
Mosaic.java
89
public static final int
MOSAIC_RET_ERROR
= -1;
PanoramaActivity.java
[
all
...]
/development/perftests/panorama/feature_mos/src/mosaic/
Mosaic.cpp
108
return
MOSAIC_RET_ERROR
;
144
int ret =
MOSAIC_RET_ERROR
;
154
return
MOSAIC_RET_ERROR
;
171
ret =
MOSAIC_RET_ERROR
;
213
ret =
MOSAIC_RET_ERROR
;
Mosaic.h
147
static const int
MOSAIC_RET_ERROR
= -1;
/packages/apps/LegacyCamera/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 7745 milliseconds