Searched refs:rate_profile (Results 1 – 1 of 1) sorted by relevance
424 auto rate_profile = rate_profiles.begin(); in ProcessAllFrames() local425 task_queue->PostTask([this, rate_profile] { in ProcessAllFrames()426 processor_->SetRates(rate_profile->target_kbps, rate_profile->input_fps); in ProcessAllFrames()432 auto next_rate_profile = std::next(rate_profile); in ProcessAllFrames()435 rate_profile = next_rate_profile; in ProcessAllFrames()436 task_queue->PostTask([this, rate_profile] { in ProcessAllFrames()437 processor_->SetRates(rate_profile->target_kbps, in ProcessAllFrames()438 rate_profile->input_fps); in ProcessAllFrames()447 std::ceil(rtc::kNumMillisecsPerSec / rate_profile->input_fps); in ProcessAllFrames()