Searched refs:frames (Results 1 - 13 of 13) sorted by relevance

/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
H A DMosaic.cpp44 if (frames[i])
45 delete frames[i];
47 delete frames;
75 frames = new MosaicFrame *[max_frames];
82 frames[i] = new MosaicFrame(this->width,this->height,false); // Do no allocate memory for YUV data
89 frames[i] = NULL;
97 LOGV("Max num frames %d", max_frames);
131 if(frames[frames_size]==NULL)
132 frames[frames_size] = new MosaicFrame(this->width,this->height,false);
134 MosaicFrame *frame = frames[frames_siz
[all...]
H A DBlend.h37 // of the input image frames for them to be accepted for blending in the
76 int runBlend(MosaicFrame **frames, MosaicFrame **rframes, int frames_size, ImageType &imageMosaicYVU,
94 // Height and width of individual frames
105 void AlignToMiddleFrame(MosaicFrame **frames, int frames_size);
107 int DoMergeAndBlend(MosaicFrame **frames, int nsite, int width, int height, YUVinfo &imgMos, MosaicRect &rect, MosaicRect &cropping_rect, float &progress, bool &cancelComputation);
114 void ComputeBlendParameters(MosaicFrame **frames, int frames_size, int is360);
115 void SelectRelevantFrames(MosaicFrame **frames, int frames_size,
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/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
H A DDebugLogUtils.java49 * @param limit the maximum number of stack frames to be returned.
57 final StackTraceElement[] frames = e.getStackTrace();
59 for (int j = 1; j < frames.length && j < limit + 1; ++j) {
60 sb.append(frames[j].toString() + "\n");
73 final StackTraceElement[] frames = t.getStackTrace();
74 for (int j = 0; j < frames.length; ++j) {
75 sb.append(frames[j].toString() + "\n");
/packages/apps/TV/tests/jank/src/com/android/tv/tests/jank/
H A DProgramGuideJankTest.java50 * The minimum number of frames expected during each jank test.
52 * twice this many frames under normal conditions.
84 int frames = 53; // measured by hand
85 int repeat = EXPECTED_FRAMES * 2 / frames;
97 int frames = 20; // measured by hand
98 int repeat = EXPECTED_FRAMES * 2 / frames;
109 int frames = 30; // measured by hand
110 int repeat = EXPECTED_FRAMES * 2 / frames;
/packages/apps/TV/common/src/com/android/tv/common/ui/setup/animation/
H A DSetupAnimationHelper.java192 public static ObjectAnimator createFrameAnimator(ImageView imageView, int[] frames) { argument
193 return createFrameAnimatorWithDelay(imageView, frames, 0);
201 public static ObjectAnimator createFrameAnimatorWithDelay(ImageView imageView, int[] frames, argument
203 ObjectAnimator animator = ObjectAnimator.ofInt(imageView, "imageResource", frames);
205 animator.setDuration(frames.length * 1000 / 60);
/packages/experimental/CameraPreviewTest/src/com/example/android/videochatcameratest/
H A DVideoChatTestActivity.java437 int frames;
439 frames = surfaceTextureView.getFrameCounter();
441 frames = catcher.mFrames;
443 if (frames == 0) {
445 publishProgress("Preview callback received no frames from " + baseStatus);
447 publishProgress("Preview callback got " + frames + " frames (~" +
448 Math.round(((double)frames)/(5.0 * numPasses)) + "fps) " +
/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/Camera2/src/com/android/camera/
H A DCaptureModule.java330 /** Current width of preview frames from camera. */
332 /** Current height of preview frames from camera.. */
998 long frames = frameNumber - mAutoFocusScanStartFrame;
1000 int fps = Math.round(frames * 1000f / dt);
1001 String report = String.format("%s scan: fps=%d frames=%d",
1002 passive ? "CAF" : "AF", fps, frames);
1004 mUI.showDebugMessage(String.format("%d / %d", frames, fps));
/packages/apps/Calculator/
H A Darity-2.1.2.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/javia/ org/javia/arity/ org/javia/arity/Compiler ...
/packages/apps/TV/usbtuner/libs/
H A Dexoplayer_1.5.6.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 2245 milliseconds