Home
last modified time | relevance | path

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

/external/webrtc/test/pc/e2e/sdp/
Dsdp_changer.h50 struct LocalAndRemoteSdp { struct
51 LocalAndRemoteSdp(std::unique_ptr<SessionDescriptionInterface> local_sdp, in LocalAndRemoteSdp() argument
83 LocalAndRemoteSdp PatchOffer(
85 LocalAndRemoteSdp PatchAnswer(
130 LocalAndRemoteSdp PatchVp8Offer(
132 LocalAndRemoteSdp PatchVp9Offer(
134 LocalAndRemoteSdp PatchVp8Answer(
136 LocalAndRemoteSdp PatchVp9Answer(
Dsdp_changer.cc160 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 …]
/external/webrtc/test/pc/e2e/
Dpeer_connection_quality_test.cc603 LocalAndRemoteSdp patch_result = in ExchangeOfferAnswer()