Searched refs:frameDuration (Results 1 – 3 of 3) sorted by relevance
99 frameDuration = comp->duration(); in header()193 frameDuration = frameCnt / frameRate; in header()195 …G("LOTTIE", "info: frame rate = %f, duration = %f size = %f x %f", frameRate, frameDuration, w, h); in header()374 if (segmentBegin == 0.0f && segmentEnd == 1.0f) return frameDuration; in duration()
43 float frameDuration = 0.0f; variable
1273 auto frameDuration = jerry_number(1.0f / comp->frameRate); in buildComp() local1274 jerry_object_set_sz(thisComp, "frameDuration", frameDuration); in buildComp()1275 jerry_value_free(frameDuration); in buildComp()