Searched defs:Weighted (Results 1 – 2 of 2) sorted by relevance
28 type Weighted struct { struct29 size int6430 cur int6431 mu sync.Mutex32 waiters list.List38 func (s *Weighted) Acquire(ctx context.Context, n int64) error {111 func (s *Weighted) TryAcquire(n int64) bool {122 func (s *Weighted) Release(n int64) {133 func (s *Weighted) notifyWaiters() {
545 double Weighted[PITCH_FRAME_LEN]; in RTC_PUSH_IGNORING_WFRAME_LARGER_THAN() local