webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Namespaces | Functions
rtputils.cc File Reference
#include "webrtc/media/base/rtputils.h"
#include "webrtc/base/asyncpacketsocket.h"
#include "webrtc/base/checks.h"
#include "webrtc/base/messagedigest.h"
#include "webrtc/media/base/turnutils.h"

Namespaces

 cricket
 

Functions

bool cricket::GetUint8 (const void *data, size_t offset, int *value)
 
bool cricket::GetUint16 (const void *data, size_t offset, int *value)
 
bool cricket::GetUint32 (const void *data, size_t offset, uint32_t *value)
 
bool cricket::SetUint8 (void *data, size_t offset, uint8_t value)
 
bool cricket::SetUint16 (void *data, size_t offset, uint16_t value)
 
bool cricket::SetUint32 (void *data, size_t offset, uint32_t value)
 
bool cricket::GetRtpFlags (const void *data, size_t len, int *value)
 
bool cricket::GetRtpPayloadType (const void *data, size_t len, int *value)
 
bool cricket::GetRtpSeqNum (const void *data, size_t len, int *value)
 
bool cricket::GetRtpTimestamp (const void *data, size_t len, uint32_t *value)
 
bool cricket::GetRtpSsrc (const void *data, size_t len, uint32_t *value)
 
bool cricket::GetRtpHeaderLen (const void *data, size_t len, size_t *value)
 
bool cricket::GetRtpHeader (const void *data, size_t len, RtpHeader *header)
 
bool cricket::GetRtcpType (const void *data, size_t len, int *value)
 
bool cricket::GetRtcpSsrc (const void *data, size_t len, uint32_t *value)
 
bool cricket::SetRtpSsrc (void *data, size_t len, uint32_t value)
 
bool cricket::SetRtpHeader (void *data, size_t len, const RtpHeader &header)
 
bool cricket::IsRtpPacket (const void *data, size_t len)
 
bool cricket::IsValidRtpPayloadType (int payload_type)
 
bool cricket::ValidateRtpHeader (const uint8_t *rtp, size_t length, size_t *header_length)
 
bool cricket::UpdateRtpAbsSendTimeExtension (uint8_t *rtp, size_t length, int extension_id, uint64_t time_us)
 
bool cricket::ApplyPacketOptions (uint8_t *data, size_t length, const rtc::PacketTimeUpdateParams &packet_time_params, uint64_t time_us)