Searched refs:LocalAndRemoteSdp (Results 1 – 3 of 3) sorted by relevance
50 struct LocalAndRemoteSdp { struct51 LocalAndRemoteSdp(std::unique_ptr<SessionDescriptionInterface> local_sdp, in LocalAndRemoteSdp() argument83 LocalAndRemoteSdp PatchOffer(85 LocalAndRemoteSdp PatchAnswer(130 LocalAndRemoteSdp PatchVp8Offer(132 LocalAndRemoteSdp PatchVp9Offer(134 LocalAndRemoteSdp PatchVp8Answer(136 LocalAndRemoteSdp PatchVp9Answer(
160 LocalAndRemoteSdp SignalingInterceptor::PatchOffer( in PatchOffer()190 return LocalAndRemoteSdp(std::move(offer), std::move(offer_for_remote)); in PatchOffer()193 LocalAndRemoteSdp SignalingInterceptor::PatchVp8Offer( in PatchVp8Offer()198 return LocalAndRemoteSdp(std::move(offer), std::move(offer_for_remote)); in PatchVp8Offer()296 return LocalAndRemoteSdp(std::move(offer), std::move(patched_offer)); in PatchVp8Offer()299 LocalAndRemoteSdp SignalingInterceptor::PatchVp9Offer( in PatchVp9Offer()353 return LocalAndRemoteSdp(std::move(offer), std::move(offer_for_remote)); in PatchVp9Offer()356 LocalAndRemoteSdp SignalingInterceptor::PatchAnswer( in PatchAnswer()382 return LocalAndRemoteSdp(std::move(answer), std::move(answer_for_remote)); in PatchAnswer()385 LocalAndRemoteSdp SignalingInterceptor::PatchVp8Answer( in PatchVp8Answer()[all …]
603 LocalAndRemoteSdp patch_result = in ExchangeOfferAnswer()