Lines Matching refs:nextEffectDelay
511 uint16_t nextEffectDelay; in compose() local
523 nextEffectDelay = composite.front().delayMs; in compose()
524 totalDuration += nextEffectDelay; in compose()
525 if (nextEffectDelay > COMPOSE_DELAY_MAX_MS || nextEffectDelay < 0) { in compose()
526 ALOGE("%s: Invalid delay %u", __func__, nextEffectDelay); in compose()
529 } else if (nextEffectDelay > 0) { in compose()
539 if (nextEffectDelay) { in compose()
541 nextEffectDelay /*delay*/); in compose()
565 nextEffectDelay = 0; in compose()
575 nextEffectDelay = delay; in compose()
579 if (effectIndex == 0 && nextEffectDelay == 0) { in compose()
586 nextEffectDelay /*delay*/); in compose()