HomeSort by relevance Sort by last modified time
    Searched refs:aligner (Results 1 - 5 of 5) sorted by null

  /development/perftests/panorama/feature_mos/src/mosaic/
Mosaic.h 75 * Main class that creates a mosaic by creating an aligner and blender.
86 * Creates the aligner and blender and initializes state.
131 * \return Pointer to the aligner object.
133 Align* getAligner() { return aligner; }
206 * Pointer to aligner.
208 Align *aligner; member in class:Mosaic
Mosaic.cpp 51 if (aligner != NULL)
52 delete aligner;
97 aligner = new Align();
98 aligner->initialize(width, height,quarter_res,thresh_still);
143 // Add frame to aligner
145 if (aligner != NULL)
147 // Note aligner takes in RGB images
149 align_flag = aligner->addFrame(frame->image);
150 aligner->getLastTRS(frame->trs);
186 // Haven't accepted any frame in aligner. No need to do blending
    [all...]
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
Mosaic.h 75 * Main class that creates a mosaic by creating an aligner and blender.
86 * Creates the aligner and blender and initializes state.
131 * \return Pointer to the aligner object.
133 Align* getAligner() { return aligner; }
200 * Pointer to aligner.
202 Align *aligner; member in class:Mosaic
Mosaic.cpp 50 if (aligner != NULL)
51 delete aligner;
99 aligner = new Align();
100 aligner->initialize(width, height,quarter_res,thresh_still);
138 // Add frame to aligner
140 if (aligner != NULL)
142 // Note aligner takes in RGB images
144 align_flag = aligner->addFrame(frame->image);
145 aligner->getLastTRS(frame->trs);
183 // Haven't accepted any frame in aligner. No need to do blending
    [all...]
  /bionic/libc/bionic/
__cxa_guard.cpp 56 int32_t aligner; member in union:_guard_t
65 int64_t aligner; member in union:_guard_t

Completed in 79 milliseconds