Searched refs:rtp_packet_index_ (Results 1 – 2 of 2) sorted by relevance
81 if (rtp_packet_index_ >= rtp_packets_.size()) in NextPacket()84 std::unique_ptr<Packet> packet = std::move(rtp_packets_[rtp_packet_index_++]); in NextPacket()
60 size_t rtp_packet_index_ = 0; variable