예제 #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);
}
예제 #2
0
void global_reduce_bitrate_sampling (struct rate_calc *rate)
{
    rate_reduce (rate, 500);
}