OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RTPPacketHistory
(Results
1 - 4
of
4
) sorted by null
/external/webrtc/webrtc/modules/rtp_rtcp/source/
rtp_packet_history.cc
30
RTPPacketHistory
::
RTPPacketHistory
(Clock* clock)
36
RTPPacketHistory
::~
RTPPacketHistory
() {
39
void
RTPPacketHistory
::SetStorePacketsStatus(bool enable,
54
void
RTPPacketHistory
::Allocate(size_t number_to_store) {
61
void
RTPPacketHistory
::Free() {
72
bool
RTPPacketHistory
::StorePackets() const {
77
int32_t
RTPPacketHistory
::PutRTPPacket(const uint8_t* packet,
133
bool
RTPPacketHistory
::HasRTPPacket(uint16_t sequence_number) const
[
all
...]
rtp_packet_history.h
30
class
RTPPacketHistory
{
32
explicit
RTPPacketHistory
(Clock* clock);
33
~
RTPPacketHistory
();
rtp_packet_history_unittest.cc
10
* This file includes unit tests for the
RTPPacketHistory
.
26
hist_(new
RTPPacketHistory
(&fake_clock_)) {
33
RTPPacketHistory
* hist_;
rtp_sender.h
425
RTPPacketHistory
packet_history_;
Completed in 55 milliseconds