Home
last modified time | relevance | path

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

/aosp_15_r20/external/webrtc/api/crypto/
H A Dcrypto_options.cc64 bool enable_encrypted_rtp_header_extensions; in operator ==() member
79 srtp.enable_encrypted_rtp_header_extensions == in operator ==()
80 other.srtp.enable_encrypted_rtp_header_extensions && in operator ==()
H A Dcrypto_options.h58 bool enable_encrypted_rtp_header_extensions = false; member
/aosp_15_r20/external/webrtc/sdk/android/src/jni/pc/
H A Dcrypto_options.cc35 native_crypto_options.srtp.enable_encrypted_rtp_header_extensions = in JavaToNativeOptionalCryptoOptions()
/aosp_15_r20/external/webrtc/sdk/objc/api/peerconnection/
H A DRTCConfiguration.mm135 .enable_encrypted_rtp_header_extensions
280 nativeCryptoOptions.srtp.enable_encrypted_rtp_header_extensions =
/aosp_15_r20/external/webrtc/sdk/objc/unittests/
H A DRTCConfigurationTest.mm85 EXPECT_EQ(true, nativeConfig->crypto_options->srtp.enable_encrypted_rtp_header_extensions);
/aosp_15_r20/external/webrtc/video/
H A Dvideo_send_stream.cc69 config.crypto_options.srtp.enable_encrypted_rtp_header_extensions in GetBitrateAllocationCallbackType()
/aosp_15_r20/external/webrtc/pc/
H A Djsep_transport_controller.cc934 if (!config_.crypto_options.srtp.enable_encrypted_rtp_header_extensions) { in GetEncryptedHeaderExtensionIds()
990 config_.crypto_options.srtp.enable_encrypted_rtp_header_extensions in GetRtpAbsSendTimeHeaderExtensionId()
H A Dchannel.cc127 crypto_options.srtp.enable_encrypted_rtp_header_extensions in BaseChannel()
H A Dsdp_offer_answer.cc572 bool enable_encrypted_rtp_header_extensions) { in SimulcastIsRejected() argument
579 enable_encrypted_rtp_header_extensions in SimulcastIsRejected()
1295 pc_->GetCryptoOptions().srtp.enable_encrypted_rtp_header_extensions); in Initialize()
3659 .srtp.enable_encrypted_rtp_header_extensions)) { in AssociateTransceiver()
H A Dmedia_session.cc1403 bool enable_encrypted_rtp_header_extensions, in CreateMediaContentAnswer() argument
1409 enable_encrypted_rtp_header_extensions in CreateMediaContentAnswer()
H A Dpeer_connection_integrationtest.cc299 crypto_options.srtp.enable_encrypted_rtp_header_extensions = true; in TEST_P()