Home | History | Annotate | Download | only in media

Lines Matching refs:next_id_

365         next_id_(max_allowed_id) {
405 while (IsIdUsed(next_id_) && next_id_ >= min_allowed_id_) {
406 --next_id_;
408 ASSERT(next_id_ >= min_allowed_id_);
409 return next_id_;
422 int next_id_;