Exemplo n.º 1
0
void global_reduce_bitrate_sampling (struct rate_calc *rate)
{
    thread_spin_lock (&global.spinlock);
    rate_reduce (rate, 500);
    thread_spin_unlock (&global.spinlock);
}
Exemplo n.º 2
0
void global_reduce_bitrate_sampling (struct rate_calc *rate)
{
    rate_reduce (rate, 500);
}