Searched refs:nextEffectDelay (Results 1 – 1 of 1) sorted by relevance
253 uint8_t flags, uint16_t nextEffectDelay) { in constructComposeSegment() argument266 write(16, nextEffectDelay); /* delay */ in constructComposeSegment()865 uint16_t nextEffectDelay; in compose() local873 nextEffectDelay = composite.front().delayMs; in compose()874 totalDuration += nextEffectDelay; in compose()875 if (nextEffectDelay > COMPOSE_DELAY_MAX_MS || nextEffectDelay < 0) { in compose()877 } else if (nextEffectDelay > 0) { in compose()887 if (nextEffectDelay) { in compose()889 nextEffectDelay /*delay*/); in compose()920 nextEffectDelay = 0; in compose()[all …]