OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_aligned_ins_image
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Camera/jni/feature_stab/src/dbreg/
dbreg.cpp
32
m_aligned_ins_image
= NULL;
84
if (
m_aligned_ins_image
)
85
db_FreeImage_u(
m_aligned_ins_image
,m_im_height);
121
m_aligned_ins_image
= NULL;
209
m_aligned_ins_image
= db_AllocImage_u(m_im_width,m_im_height,m_over_allocation);
478
// UpdateReference(
m_aligned_ins_image
,false);
483
//db_CopyImage_u(
m_aligned_ins_image
,imptr,m_im_width,m_im_height,m_over_allocation);
dbreg.h
350
unsigned char **
m_aligned_ins_image
;
member in class:db_FrameToReferenceRegistration
Completed in 827 milliseconds