Home
last modified time | relevance | path

Searched refs:existing_format (Results 1 – 1 of 1) sorted by relevance

/external/webrtc/media/base/
Dcodec.cc63 for (auto existing_format : existing_formats) { in IsCodecInList() local
64 if (IsSameCodec(format.name, format.parameters, existing_format.name, in IsCodecInList()
65 existing_format.parameters)) { in IsCodecInList()