Searched defs:frames (Results 1 - 7 of 7) sorted by relevance

/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
H A DMosaic.h34 The class Mosaic provides a simple interface to the panoramic mosaicing algorithm. The class allows passing in individual image frames to be stitched together, computes the alignment transformation between them, and then stitches and blends them together into a single panoramic output which can then be accessed as a single image. \
47 while (<image frames are available>)
56 // Add to list of frames
93 * \param nframes Number of frames to pre-allocate; default value -1 will allocate each frame as it comes
95 * \param thresh_still Minimum number of pixels of translation detected between the new frame and the last frame before this frame is added to be mosaiced. For the low-res processing at 320x180 resolution input, we set this to 5 pixels. To reject no frames, set this to 0.0 (default value).
115 * After adding all frames, call this function to perform the final blending.
155 * Size of image frames making up mosaic
172 * Collection of frames that will make up mosaic.
174 MosaicFrame **frames; member in class:Mosaic
177 * Subset of frames tha
[all...]
H A DBlend.cpp80 void Blend::AlignToMiddleFrame(MosaicFrame **frames, int frames_size) argument
84 MosaicFrame *ref = frames[int(frames_size/2)]; // Middle frame
91 mb = frames[mfit];
107 MosaicFrame **frames; local
109 // For THIN strip mode, accept all frames for blending
112 frames = oframes;
114 else // For WIDE strip mode, first select the relevant frames to blend.
117 frames = rframes;
120 ComputeBlendParameters(frames, frames_size, true);
125 LOGE("Error: No frames t
374 DoMergeAndBlend(MosaicFrame **frames, int nsite, int width, int height, YUVinfo &imgMos, MosaicRect &rect, MosaicRect &cropping_rect, float &progress, bool &cancelComputation) argument
1192 SelectRelevantFrames(MosaicFrame **frames, int frames_size, MosaicFrame **relevant_frames, int &relevant_frames_size) argument
1238 ComputeBlendParameters(MosaicFrame **frames, int frames_size, int is360) argument
[all...]
/packages/apps/TV/common/src/com/android/tv/common/ui/setup/animation/
H A DSetupAnimationHelper.java195 public static ObjectAnimator createFrameAnimator(ImageView imageView, int[] frames) { argument
196 return createFrameAnimatorWithDelay(imageView, frames, 0);
204 public static ObjectAnimator createFrameAnimatorWithDelay(ImageView imageView, int[] frames, argument
206 ObjectAnimator animator = ObjectAnimator.ofInt(imageView, "imageResource", frames);
208 animator.setDuration(frames.length * 1000 / 60);
/packages/inputmethods/LatinIME/native/jni/src/
H A Ddefines.h146 int i, frames = backtrace(callstack, 128); local
147 char **strs = backtrace_symbols(callstack, frames);
148 for (i = 0; i < frames; ++i) {
/packages/apps/TV/libs/
H A Dexoplayer_v2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/exoplayer2/ ...
H A Dexoplayer.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/exoplayer/ ...
/packages/apps/Messaging/build/gcheckstyle/
H A Dgoogle-style-checker_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com/google/ com/google/ ...

Completed in 205 milliseconds