/development/perftests/panorama/feature_mos/src/mosaic/ |
D | Mosaic.cpp | 41 if (frames[i]) in ~Mosaic() 42 delete frames[i]; in ~Mosaic() 44 delete frames; in ~Mosaic() 76 frames = new MosaicFrame *[max_frames]; in initialize() 83 … frames[i] = new MosaicFrame(this->width,this->height,false); // Do no allocate memory for YUV data in initialize() 90 frames[i] = NULL; in initialize() 136 if(frames[frames_size]==NULL) in addFrame() 137 frames[frames_size] = new MosaicFrame(this->width,this->height,false); in addFrame() 139 MosaicFrame *frame = frames[frames_size]; in addFrame() 204 ret = blender->runBlend((MosaicFrame **) frames, (MosaicFrame **) rframes, in createMosaic() [all …]
|
D | Blend.h | 76 …int runBlend(MosaicFrame **frames, MosaicFrame **rframes, int frames_size, ImageType &imageMosaicY… 105 void AlignToMiddleFrame(MosaicFrame **frames, int frames_size); 107 …int DoMergeAndBlend(MosaicFrame **frames, int nsite, int width, int height, YUVinfo &imgMos, Mos… 114 void ComputeBlendParameters(MosaicFrame **frames, int frames_size, int is360); 115 void SelectRelevantFrames(MosaicFrame **frames, int frames_size,
|
D | Blend.cpp | 76 void Blend::AlignToMiddleFrame(MosaicFrame **frames, int frames_size) in AlignToMiddleFrame() argument 80 MosaicFrame *ref = frames[int(frames_size/2)]; // Middle frame in AlignToMiddleFrame() 87 mb = frames[mfit]; in AlignToMiddleFrame() 103 MosaicFrame **frames; in runBlend() local 108 frames = oframes; in runBlend() 113 frames = rframes; in runBlend() 116 ComputeBlendParameters(frames, frames_size, true); in runBlend() 156 mb = frames[mfit]; in runBlend() 271 ret = DoMergeAndBlend(frames, numCenters, width, height, *imgMos, fullRect, in runBlend() 360 int Blend::DoMergeAndBlend(MosaicFrame **frames, int nsite, in DoMergeAndBlend() argument [all …]
|
D | Mosaic.h | 174 MosaicFrame **frames; variable
|
/development/samples/browseable/MediaEffects/ |
D | _index.jd | 9 These APIs let you apply effects to image frames represented as OpenGL ES 2.0 textures. 10 Image frames can be images loaded from disk, frames from the device\'s camera, or other
|
/development/samples/browseable/HdrViewfinder/ |
D | _index.jd | 9 the sensor\'s exposure time between two exposure values on even and odd frames, and then 10 compositing together the latest two frames whenever a new frame is captured.
|
/development/ndk/platforms/android-8/samples/bitmap-plasma/jni/ |
D | plasma.c | 284 FrameStats frames[ MAX_FRAME_STATS ]; member 317 minRender = maxRender = avgRender = s->frames[nn].renderTime; in stats_endFrame() 318 minFrame = maxFrame = avgFrame = s->frames[nn].frameTime; in stats_endFrame() 323 double render = s->frames[nn].renderTime; in stats_endFrame() 326 double frame = s->frames[nn].frameTime; in stats_endFrame() 349 s->frames[nn].renderTime = renderTime; in stats_endFrame() 350 s->frames[nn].frameTime = frameTime; in stats_endFrame()
|
/development/ndk/platforms/android-9/samples/native-plasma/jni/ |
D | plasma.c | 293 FrameStats frames[ MAX_FRAME_STATS ]; member 326 minRender = maxRender = avgRender = s->frames[nn].renderTime; in stats_endFrame() 327 minFrame = maxFrame = avgFrame = s->frames[nn].frameTime; in stats_endFrame() 332 double render = s->frames[nn].renderTime; in stats_endFrame() 335 double frame = s->frames[nn].frameTime; in stats_endFrame() 358 s->frames[nn].renderTime = renderTime; in stats_endFrame() 359 s->frames[nn].frameTime = frameTime; in stats_endFrame()
|
/development/perftests/panorama/ |
D | README.txt | 9 38 frames loaded 22 The first number in the parenthesis is the time to align the frames; the second
|
/development/samples/browseable/BasicMediaDecoder/ |
D | _index.jd | 8 This activity uses a TextureView to render the frames of a video decoded using the
|
/development/ndk/platforms/android-21/include/linux/can/ |
D | bcm.h | 32 struct can_frame frames[0]; member
|
/development/ndk/platforms/android-3/include/linux/ |
D | videodev.h | 172 int frames; member
|
D | videodev2.h | 216 __u8 frames; member
|
/development/ndk/platforms/android-21/include/linux/ |
D | videodev2.h | 391 __u8 frames; member
|
/development/perftests/panorama/feature_stab/doc/ |
D | dbreg_API_doxyfile | 990 # JavaScript, DHTML, CSS and frames is required (i.e. any modern browser).
|
/development/perftests/panorama/feature_mos/doc/ |
D | feature_mos_API_doxyfile | 990 # JavaScript, DHTML, CSS and frames is required (i.e. any modern browser).
|