Searched refs:negotiated_codecs (Results 1 – 1 of 1) sorted by relevance
820 std::vector<C>* negotiated_codecs) { in NegotiateCodecs() argument857 negotiated_codecs->push_back(negotiated); in NegotiateCodecs()1037 std::vector<C> negotiated_codecs; in CreateMediaContentAnswer() local1038 NegotiateCodecs(local_codecs, offer->codecs(), &negotiated_codecs); in CreateMediaContentAnswer()1039 answer->AddCodecs(negotiated_codecs); in CreateMediaContentAnswer()