Home
last modified time | relevance | path

Searched refs:ij_items_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
Drtcp_packet.h305 return kHeaderLength + 4 * ij_items_.size(); in BlockLength()
308 std::vector<uint32_t> ij_items_; variable
Drtcp_packet.cc804 CreateIj(ij_items_, packet, length); in Create()
808 if (ij_items_.size() >= kMaxNumberOfIjItems) { in WithJitterItem()
812 ij_items_.push_back(jitter); in WithJitterItem()