Home
last modified time | relevance | path

Searched defs:ExtmapAllowMixed (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/webrtc/modules/rtp_rtcp/include/
H A Drtp_header_extension_map.h61 bool ExtmapAllowMixed() const { return extmap_allow_mixed_; } in ExtmapAllowMixed() function
/aosp_15_r20/external/webrtc/media/base/
H A Dmedia_channel.cc100 bool MediaChannel::ExtmapAllowMixed() const { in ExtmapAllowMixed() function in cricket::MediaChannel
/aosp_15_r20/external/webrtc/pc/
H A Dsession_description.h207 enum ExtmapAllowMixed { kNo, kSession, kMedia }; enum