Home
last modified time | relevance | path

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

/aosp_15_r20/external/webrtc/pc/
H A Dpeer_connection.cc339 absl::optional<bool> allow_codec_switching; in operator ==() member
404 allow_codec_switching == o.allow_codec_switching && in operator ==()
1531 modified_config.allow_codec_switching = configuration.allow_codec_switching; in SetConfiguration()
1631 if (modified_config.allow_codec_switching.has_value()) { in SetConfiguration()
1645 allow_codec_switching = *modified_config.allow_codec_switching]() { in SetConfiguration()
1647 ch->SetVideoCodecSwitchingEnabled(allow_codec_switching); in SetConfiguration()
/aosp_15_r20/external/webrtc/sdk/objc/api/peerconnection/
H A DRTCConfiguration.mm142 _allowCodecSwitching = config.allow_codec_switching.value_or(false);
289 nativeConfig->allow_codec_switching = _allowCodecSwitching;
/aosp_15_r20/external/webrtc/api/
H A Dpeer_connection_interface.h668 absl::optional<bool> allow_codec_switching; member
/aosp_15_r20/external/webrtc/sdk/android/src/jni/pc/
H A Dpeer_connection.cc273 rtc_config->allow_codec_switching = JavaToNativeOptionalBool( in JavaToNativeRTCConfiguration()