Home | History | Annotate | Download | only in audioflinger

Lines Matching full:warmup

45 #define MIN_WARMUP_CYCLES          2    // minimum number of loop cycles to wait for warmup
46 #define MAX_WARMUP_CYCLES 10 // maximum number of loop cycles to wait for warmup
81 long warmupNs = 0; // warmup complete when write cycle is greater than to this value
94 bool isWarm = false; // true means ready to mix, false means wait for warmup before mixing
95 struct timespec measuredWarmupTs = {0, 0}; // how long did it take for warmup to complete
96 uint32_t warmupCycles = 0; // counter of number of loop cycles required to warmup
532 // do not start pulling data from tracks and mixing until warmup is complete.
533 // Warmup is considered complete after the earlier of: