Searched refs:pacerBurstTimeQuotaSeconds (Results 1 – 4 of 4) sorted by relevance
60 .pacerBurstTimeQuotaSeconds = 3, in MediaTranscodingService()71 int32_t pacerBurstTimeQuotaSeconds = in MediaTranscodingService() local78 if (pacerBurstTimeQuotaSeconds > 0) { in MediaTranscodingService()79 config.pacerBurstTimeQuotaSeconds = pacerBurstTimeQuotaSeconds; in MediaTranscodingService()
110 int32_t pacerBurstTimeQuotaSeconds = 120; // 2-min member
195 mBurstTimeQuotaSec(config.pacerBurstTimeQuotaSeconds) {} in Pacer()352 mConfig.pacerBurstTimeQuotaSeconds, mConfig.pacerBurstThresholdMs); in TranscodingSessionController()
304 .pacerBurstTimeQuotaSeconds = 3, in SetUp()