OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:out_row_ptr
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Camera/jni/feature_stab/src/dbreg/
dbreg.cpp
753
unsigned char*
out_row_ptr
= m_horz_smooth_subsample_image[j]+1;
local
762
*
out_row_ptr
++ = (unsigned char) smooth_val;
776
unsigned char*
out_row_ptr
= m_quarter_res_image[j/2];
local
785
*
out_row_ptr
++ = (unsigned char)smooth_val;
/packages/apps/Camera2/jni/feature_stab/src/dbreg/
dbreg.cpp
753
unsigned char*
out_row_ptr
= m_horz_smooth_subsample_image[j]+1;
local
762
*
out_row_ptr
++ = (unsigned char) smooth_val;
776
unsigned char*
out_row_ptr
= m_quarter_res_image[j/2];
local
785
*
out_row_ptr
++ = (unsigned char)smooth_val;
/packages/apps/LegacyCamera/jni/feature_stab/src/dbreg/
dbreg.cpp
752
unsigned char*
out_row_ptr
= m_horz_smooth_subsample_image[j]+1;
local
761
*
out_row_ptr
++ = (unsigned char) smooth_val;
775
unsigned char*
out_row_ptr
= m_quarter_res_image[j/2];
local
784
*
out_row_ptr
++ = (unsigned char)smooth_val;
Completed in 69 milliseconds