OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BLEND_RET_OK
(Results
1 - 9
of
9
) sorted by null
/development/perftests/panorama/feature_mos/src/mosaic/
Blend.h
67
static const int
BLEND_RET_OK
= 0;
Mosaic.cpp
218
case Blend::
BLEND_RET_OK
:
Blend.cpp
70
return
BLEND_RET_OK
;
234
if (ret !=
BLEND_RET_OK
)
315
return
BLEND_RET_OK
;
356
return
BLEND_RET_OK
;
553
if(FillFramePyramid(mb)!=
BLEND_RET_OK
)
578
return
BLEND_RET_OK
;
789
return
BLEND_RET_OK
;
[
all
...]
/packages/apps/Camera/jni/feature_mos/src/mosaic/
Blend.h
67
static const int
BLEND_RET_OK
= 0;
Mosaic.cpp
228
case Blend::
BLEND_RET_OK
:
Blend.cpp
74
return
BLEND_RET_OK
;
242
if (ret !=
BLEND_RET_OK
)
328
return
BLEND_RET_OK
;
370
return
BLEND_RET_OK
;
568
if(FillFramePyramid(mb)!=
BLEND_RET_OK
)
595
return
BLEND_RET_OK
;
807
return
BLEND_RET_OK
;
[
all
...]
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
Blend.h
67
static const int
BLEND_RET_OK
= 0;
Mosaic.cpp
215
case Blend::
BLEND_RET_OK
:
Blend.cpp
74
return
BLEND_RET_OK
;
242
if (ret !=
BLEND_RET_OK
)
328
return
BLEND_RET_OK
;
370
return
BLEND_RET_OK
;
568
if(FillFramePyramid(mb)!=
BLEND_RET_OK
)
588
return
BLEND_RET_OK
;
797
return
BLEND_RET_OK
;
[
all
...]
Completed in 2889 milliseconds