Home
last modified time | relevance | path

Searched defs:totalFrames (Results 1 – 3 of 3) sorted by relevance

/external/skia/tools/lottie-web-perf/
Dlottie-web-perf.js107 const totalFrames = lottieJSONContent.op - lottieJSONContent.ip; constant
/external/lottie/LottieSample/src/main/kotlin/com/airbnb/lottie/samples/
DPlayerFragment.kt523 val totalFrames = ("%.0f").format(animation.maxFrame) in <lambda>() constant
/external/llvm-project/lldb/tools/lldb-vscode/
Dlldb-vscode.cpp2364 const auto totalFrames = thread.GetNumFrames(); in request_stackTrace() local