Home
last modified time | relevance | path

Searched refs:frames (Results 1 – 16 of 16) sorted by relevance

/development/perftests/panorama/feature_mos/src/mosaic/
DMosaic.cpp41 if (frames[i]) in ~Mosaic()
42 delete frames[i]; in ~Mosaic()
44 delete frames; in ~Mosaic()
76 frames = new MosaicFrame *[max_frames]; in initialize()
83frames[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 …]
DBlend.h76 …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,
DBlend.cpp76 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 …]
DMosaic.h174 MosaicFrame **frames; variable
/development/samples/browseable/MediaEffects/
D_index.jd9 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.jd9 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/
Dplasma.c284 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/
Dplasma.c293 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/
DREADME.txt9 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.jd8 This activity uses a TextureView to render the frames of a video decoded using the
/development/ndk/platforms/android-21/include/linux/can/
Dbcm.h32 struct can_frame frames[0]; member
/development/ndk/platforms/android-3/include/linux/
Dvideodev.h172 int frames; member
Dvideodev2.h216 __u8 frames; member
/development/ndk/platforms/android-21/include/linux/
Dvideodev2.h391 __u8 frames; member
/development/perftests/panorama/feature_stab/doc/
Ddbreg_API_doxyfile990 # JavaScript, DHTML, CSS and frames is required (i.e. any modern browser).
/development/perftests/panorama/feature_mos/doc/
Dfeature_mos_API_doxyfile990 # JavaScript, DHTML, CSS and frames is required (i.e. any modern browser).