Home | History | Annotate | Download | only in libaah_rtp

Lines Matching refs:TRTPPacket

29 const int TRTPPacket::kRTPHeaderLen;
30 const uint32_t TRTPPacket::kTRTPEpochMask;
32 TRTPPacket::~TRTPPacket() {
38 void TRTPPacket::setSeqNumber(uint16_t val) {
49 uint16_t TRTPPacket::getSeqNumber() const {
53 void TRTPPacket::setPTS(int64_t val) {
59 int64_t TRTPPacket::getPTS() const {
63 void TRTPPacket::setEpoch(uint32_t val) {
77 void TRTPPacket::setProgramID(uint16_t val) {
82 void TRTPPacket::setSubstreamID(uint16_t val) {
88 void TRTPPacket::setClockTransform(const LinearTransform& trans) {
94 uint8_t* TRTPPacket::getPacket() const {
99 int TRTPPacket::getPacketLen() const {
104 void TRTPPacket::setExpireTime(nsecs_t val) {
109 nsecs_t TRTPPacket::getExpireTime() const {
166 void TRTPPacket::writeU8(uint8_t*& buf, uint8_t val) {
171 void TRTPPacket::writeU16(uint8_t*& buf, uint16_t val) {
176 void TRTPPacket::writeU32(uint8_t*& buf, uint32_t val) {
181 void TRTPPacket::writeU64(uint8_t*& buf, uint64_t val) {
193 void TRTPPacket::writeTRTPHeader(uint8_t*& buf,
283 int TRTPPacket::TRTPHeaderLen() const {
293 // TRTPPacket::TRTPHeaderLen() for the base TRTPHeader. 3 bytes for audio's
312 return TRTPPacket::TRTPHeaderLen() +