Home | History | Annotate | Download | only in media

Lines Matching refs:extension

440 // Helper class used for finding duplicate RTP Header extension ids among
952 // and |used_ids|, and resolving ID conflicts. If an offered extension has the
958 for (auto& extension : *offered_extensions) {
960 if (FindByUri(*all_extensions, extension, &existing)) {
961 extension.id = existing.id;
963 used_ids->FindAndSetIdUsed(&extension);
964 all_extensions->push_back(extension);
999 // We respond with their RTP header extension id.