OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:smooth_val
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Camera/jni/feature_stab/src/dbreg/
dbreg.cpp
757
int
smooth_val
= (
local
762
*out_row_ptr++ = (unsigned char)
smooth_val
;
764
if ( (
smooth_val
< 0) || (
smooth_val
> 255))
780
int
smooth_val
= (
local
785
*out_row_ptr++ = (unsigned char)
smooth_val
;
787
if ( (
smooth_val
< 0) || (
smooth_val
> 255))
/packages/apps/Camera2/jni/feature_stab/src/dbreg/
dbreg.cpp
757
int
smooth_val
= (
local
762
*out_row_ptr++ = (unsigned char)
smooth_val
;
764
if ( (
smooth_val
< 0) || (
smooth_val
> 255))
780
int
smooth_val
= (
local
785
*out_row_ptr++ = (unsigned char)
smooth_val
;
787
if ( (
smooth_val
< 0) || (
smooth_val
> 255))
/packages/apps/LegacyCamera/jni/feature_stab/src/dbreg/
dbreg.cpp
756
int
smooth_val
= (
local
761
*out_row_ptr++ = (unsigned char)
smooth_val
;
763
if ( (
smooth_val
< 0) || (
smooth_val
> 255))
779
int
smooth_val
= (
local
784
*out_row_ptr++ = (unsigned char)
smooth_val
;
786
if ( (
smooth_val
< 0) || (
smooth_val
> 255))
Completed in 22 milliseconds