Searched refs:frameTime (Results 1 - 5 of 5) sorted by relevance
/third_party/vk-gl-cts/modules/glshared/ |
H A D | glsCalibration.hpp | 93 , frameTime (frameTime_) in CalibrateIteration() 99 , frameTime (0.0f) in CalibrateIteration() 104 float frameTime; member 161 void recordIteration (deUint64 frameTime);
|
H A D | glsCalibration.cpp | 276 m_calibrateIterations.back().frameTime = (float)((double)m_measureState.getTotalTime() / (double)m_measureState.frameTimes.size()); in recomputeParameters() 296 const float frameTimeUs = past[i].frameTime; in recomputeParameters() 326 endCalibration = endCalibration || (m_calibrateIterations.back().numDrawCalls == 1 && m_calibrateIterations.back().frameTime > m_params.targetFrameTimeUs*2.0f); in recomputeParameters() 332 int numMeasureFrames = deClamp32(deRoundFloatToInt32(m_params.targetMeasureDurationUs / m_calibrateIterations.back().frameTime), minFrames, maxFrames); in recomputeParameters() 354 if (m_calibrateIterations[i].numDrawCalls == 1 || m_calibrateIterations[i].frameTime > m_params.frameTimeCapUs*1.05f) // Only account for measurements not too near the cap. in recomputeParameters() 355 dataPoints.push_back(Vec2((float)m_calibrateIterations[i].numDrawCalls, m_calibrateIterations[i].frameTime)); in recomputeParameters() 408 << de::floatToString(calibrateIterations[iterNdx].frameTime, 2) << " us (" in logCalibrationInfo() 409 << de::floatToString(1000000.0f / calibrateIterations[iterNdx].frameTime, 2) << " fps)" << TestLog::EndMessage; in logCalibrationInfo()
|
/third_party/skia/tests/ |
H A D | AnimatedImageTest.cpp | 374 const int frameTime = animatedImage->decodeNextFrame(); in DEF_TEST() local 375 REPORTER_ASSERT(r, frameTime == animatedImage->currentFrameDuration()); in DEF_TEST() 378 REPORTER_ASSERT(r, frameTime == SkAnimatedImage::kFinished); in DEF_TEST() 381 REPORTER_ASSERT(r, frameTime == frameInfos[i].fDuration); in DEF_TEST() 448 const int frameTime = animatedImage->decodeNextFrame(); in DEF_TEST() local 449 if (frameTime == SkAnimatedImage::kFinished) { in DEF_TEST()
|
/third_party/skia/tools/viewer/ |
H A D | MSKPSlide.cpp | 162 double frameTime = 1E9/fFPS; in animate() local 163 int framesToAdvance = elapsed/frameTime; in animate() 170 fLastFrameTime += framesToAdvance*frameTime; in animate()
|
/third_party/ffmpeg/libavdevice/ |
H A D | decklink_dec.cpp | 843 BMDTimeValue frameTime; in VideoInputFrameArrived() local 886 videoFrame->GetStreamTime(&frameTime, &frameDuration, in VideoInputFrameArrived()
|
Completed in 6 milliseconds