Home
last modified time | relevance | path

Searched refs:frameTime (Results 1 – 6 of 6) sorted by relevance

/external/deqp/modules/glshared/
DglsCalibration.hpp93 , frameTime (frameTime_) in CalibrateIteration()
99 , frameTime (0.0f) in CalibrateIteration()
104 float frameTime; member
161 void recordIteration (deUint64 frameTime);
DglsCalibration.cpp276 …m_calibrateIterations.back().frameTime = (float)((double)m_measureState.getTotalTime() / (double)m… in recomputeParameters()
296 const float frameTimeUs = past[i].frameTime; in recomputeParameters()
326 …rateIterations.back().numDrawCalls == 1 && m_calibrateIterations.back().frameTime > m_params.targe… in recomputeParameters()
332 …ToInt32(m_params.targetMeasureDurationUs / m_calibrateIterations.back().frameTime), minFrames, max… in recomputeParameters()
354 …if (m_calibrateIterations[i].numDrawCalls == 1 || m_calibrateIterations[i].frameTime > m_params.fr… in recomputeParameters()
355 ….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… in logCalibrationInfo()
/external/skqp/tests/
DAnimatedImageTest.cpp270 const int frameTime = animatedImage->decodeNextFrame(); in DEF_TEST() local
271 REPORTER_ASSERT(r, frameTime == animatedImage->currentFrameDuration()); in DEF_TEST()
274 REPORTER_ASSERT(r, frameTime == SkAnimatedImage::kFinished); in DEF_TEST()
277 REPORTER_ASSERT(r, frameTime == frameInfos[i].fDuration); in DEF_TEST()
344 const int frameTime = animatedImage->decodeNextFrame(); in DEF_TEST() local
345 if (frameTime == SkAnimatedImage::kFinished) { in DEF_TEST()
/external/skia/tests/
DAnimatedImageTest.cpp259 const int frameTime = animatedImage->decodeNextFrame(); in DEF_TEST() local
260 REPORTER_ASSERT(r, frameTime == animatedImage->currentFrameDuration()); in DEF_TEST()
263 REPORTER_ASSERT(r, frameTime == SkAnimatedImage::kFinished); in DEF_TEST()
266 REPORTER_ASSERT(r, frameTime == frameInfos[i].fDuration); in DEF_TEST()
333 const int frameTime = animatedImage->decodeNextFrame(); in DEF_TEST() local
334 if (frameTime == SkAnimatedImage::kFinished) { in DEF_TEST()
/external/swiftshader/src/D3D9/
DDirect3DSwapChain9.cpp95 int64_t frameTime = sw::Timer::ticks() - frame; in Present() local
98 if(frameTime > 0) in Present()
108 …int vertexPercentage = sw::clamp((int)(100 * renderer->getVertexTime(thread) / frameTime), 0, 100); in Present()
109 … int setupPercentage = sw::clamp((int)(100 * renderer->getSetupTime(thread) / frameTime), 0, 100); in Present()
110 … int pixelPercentage = sw::clamp((int)(100 * renderer->getPixelTime(thread) / frameTime), 0, 100); in Present()
/external/aac/libAACdec/src/
Daacdecoder_lib.cpp145 FIXP_DBL frameTime = fDivNorm(self->streamInfo.aacSampleRate, in aacDecoder_setMetadataExpiry() local
147 mdExpFrame = fMultIceil(frameTime, value); in aacDecoder_setMetadataExpiry()