Home
last modified time | relevance | path

Searched defs:has_rids (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/webrtc/media/base/
H A Dstream_params.h201 bool has_rids() const { return !rids_.empty(); } in has_rids() function
/aosp_15_r20/external/webrtc/pc/
H A Dsdp_offer_answer.cc675 bool has_rids = std::any_of(send_parameters.encodings.begin(), in GetMediaDescriptionOptionsForTransceiver() local