HomeSort by relevance Sort by last modified time
    Searched full:sub_type_ (Results 1 - 2 of 2) sorted by null

  /external/webrtc/webrtc/modules/rtp_rtcp/source/rtcp_packet/
app.h 28 App() : sub_type_(0), ssrc_(0), name_(0) {}
41 uint8_t sub_type() const { return sub_type_; }
56 uint8_t sub_type_; member in class:webrtc::rtcp::App
app.cc 38 sub_type_ = header.count_or_format;
47 sub_type_ = subtype;
68 CreateHeader(sub_type_, kPacketType, HeaderLength(), packet, index);

Completed in 60 milliseconds