Searched defs:bundle_enabled (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/session/media/
H A Dmediasession.h102 bundle_enabled(false),
133 bool bundle_enabled; member in struct:cricket::MediaSessionOptions
H A Dmediasession.cc940 bool bundle_enabled,
957 if (SelectCrypto(offer, bundle_enabled, &crypto)) {
1219 if (options.bundle_enabled) {
1275 if (offer->HasGroup(GROUP_TYPE_BUNDLE) && options.bundle_enabled) {
1591 bool bundle_enabled = local
1592 offer->HasGroup(GROUP_TYPE_BUNDLE) && options.bundle_enabled;
1608 bundle_enabled,
1650 bool bundle_enabled = local
1651 offer->HasGroup(GROUP_TYPE_BUNDLE) && options.bundle_enabled;
1662 bundle_enabled,
931 CreateMediaContentAnswer( const MediaContentDescriptionImpl<C>* offer, const MediaSessionOptions& options, const std::vector<C>& local_codecs, const SecurePolicy& sdes_policy, const CryptoParamsVec* current_cryptos, const RtpHeaderExtensions& local_rtp_extenstions, StreamParamsVec* current_streams, bool add_legacy_stream, bool bundle_enabled, MediaContentDescriptionImpl<C>* answer) argument
1709 bool bundle_enabled = local
[all...]
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Dwebrtcsession.cc1489 bool bundle_enabled = desc->HasGroup(cricket::GROUP_TYPE_BUNDLE); local
1490 if (state() == STATE_INIT && !bundle_enabled) {
1590 bool bundle_enabled = desc->HasGroup(cricket::GROUP_TYPE_BUNDLE); local
1591 if (!bundle_enabled)

Completed in 1260 milliseconds