Home
last modified time | relevance | path

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

/external/webrtc/modules/rtp_rtcp/source/
Drtp_packetizer_av1.cc318 const Packet& packet = packets_[packet_index_]; in AggregationHeader()
343 if (frame_type_ == VideoFrameType::kVideoFrameKey && packet_index_ == 0 && in AggregationHeader()
351 if (packet_index_ >= packets_.size()) { in NextPacket()
354 const Packet& next_packet = packets_[packet_index_]; in NextPacket()
416 ++packet_index_; in NextPacket()
417 if (packet_index_ == packets_.size()) { in NextPacket()
Drtp_packetizer_av1.h32 size_t NumPackets() const override { return packets_.size() - packet_index_; } in NumPackets()
66 size_t packet_index_ = 0; variable