Searched refs:framesTotal (Results 1 – 5 of 5) sorted by relevance
32 framesTotal = 0; in reset()78 framesTotal += framesSec; in nextFrame()
58 int framesTotal; member
467 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()
70 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()
1495 virtual int GetFrameCount( int* framesTotal = 0 ) const;1562 int framesTotal; variable