Home
last modified time | relevance | path

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

/external/webrtc/sdk/objc/api/peerconnection/
DRTCConfiguration.mm134 _allowCodecSwitching = config.allow_codec_switching.value_or(false);
263 nativeConfig->allow_codec_switching = _allowCodecSwitching;
/external/webrtc/api/
Dpeer_connection_interface.h639 absl::optional<bool> allow_codec_switching; member
/external/webrtc/pc/
Dpeer_connection.cc916 absl::optional<bool> allow_codec_switching; in operator ==() member
976 allow_codec_switching == o.allow_codec_switching; in operator ==()
3920 modified_config.allow_codec_switching = configuration.allow_codec_switching; in SetConfiguration()
3994 if (modified_config.allow_codec_switching.has_value()) { in SetConfiguration()
3998 *modified_config.allow_codec_switching); in SetConfiguration()
/external/webrtc/sdk/android/src/jni/pc/
Dpeer_connection.cc270 rtc_config->allow_codec_switching = JavaToNativeOptionalBool( in JavaToNativeRTCConfiguration()