Lines Matching refs:nextEffectDelay
253 uint8_t flags, uint16_t nextEffectDelay) { in constructComposeSegment() argument
266 write(16, nextEffectDelay); /* delay */ in constructComposeSegment()
865 uint16_t nextEffectDelay; in compose() local
873 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()
928 nextEffectDelay = delay; in compose()
932 if (effectIndex == 0 && nextEffectDelay == 0) { in compose()
937 nextEffectDelay /*delay*/); in compose()