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

  /packages/apps/Camera/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; }
206 * Pointer to aligner.
208 Align *aligner; member in class:Mosaic
Mosaic.cpp 54 if (aligner != NULL)
55 delete aligner;
104 aligner = new Align();
105 aligner->initialize(width, height,quarter_res,thresh_still);
151 // Add frame to aligner
153 if (aligner != NULL)
155 // Note aligner takes in RGB images
157 align_flag = aligner->addFrame(frame->image);
158 aligner->getLastTRS(frame->trs);
196 // Haven't accepted any frame in aligner. No need to do blending
    [all...]
  /packages/apps/Camera2/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; }
206 * Pointer to aligner.
208 Align *aligner; member in class:Mosaic
Mosaic.cpp 54 if (aligner != NULL)
55 delete aligner;
104 aligner = new Align();
105 aligner->initialize(width, height,quarter_res,thresh_still);
151 // Add frame to aligner
153 if (aligner != NULL)
155 // Note aligner takes in RGB images
157 align_flag = aligner->addFrame(frame->image);
158 aligner->getLastTRS(frame->trs);
196 // 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/libstdc++/src/
one_time_construction.cpp 44 int32_t aligner; member in union:__anon761
60 int64_t aligner; member in union:__anon762

Completed in 87 milliseconds