Home
last modified time | relevance | path

Searched refs:framesTotal (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/src/Main/
DConfig.cpp32 framesTotal = 0; in reset()
78 framesTotal += framesSec; in nextFrame()
DConfig.hpp58 int framesTotal; member
DSwiftConfig.cpp467 html += "<p>Frame: " + itoa(profiler.framesTotal) + "</p>\n"; in profile()
487 …double averageRopOperations = profiler.ropOperationsTotal / std::max(profiler.framesTotal, 1) / 1.… in profile()
488 …double averageCompressedTex = profiler.compressedTexTotal / std::max(profiler.framesTotal, 1) / 1.… in profile()
489 …double averageTexOperations = profiler.texOperationsTotal / std::max(profiler.framesTotal, 1) / 1.… in profile()
/external/opencv/cvaux/src/
Dcvcalibfilter.cpp70 framesTotal = 15; in CvCalibFilter()
242 framesTotal = frames; in SetFrames()
440 int i, newMaxPoints = etalonPointCount*(MAX(framesAccepted,framesTotal) + 1); in Push()
477 if( ++framesAccepted >= framesTotal ) in Push()
586 *total = framesTotal; in GetFrameCount()
/external/opencv/cvaux/include/
Dcvaux.h1495 virtual int GetFrameCount( int* framesTotal = 0 ) const;
1562 int framesTotal; variable