Home | History | Annotate | Download | only in webrtc

Lines Matching refs:semantics

839   // MediaStream semantics
1446 // a=ssrc-group:<semantics> <ssrc-id> ...
1452 os << kSdpDelimiterColon << track->ssrc_groups[i].semantics;
1944 std::string semantics;
1945 if (!GetValue(line, kAttributeMsidSemantics, &semantics, error)) {
1949 CaseInsensitiveFind(semantics, kMediaStreamSemantic));
1972 std::string semantics;
1973 if (!GetValue(fields[0], kAttributeGroup, &semantics, error)) {
1976 cricket::ContentGroup group(semantics);
2783 // a=ssrc-group:<semantics> <ssrc-id> ...
2791 std::string semantics;
2792 if (!GetValue(fields[0], kAttributeSsrcGroup, &semantics, error)) {
2803 ssrc_groups->push_back(SsrcGroup(semantics, ssrcs));