Home
last modified time | relevance | path

Searched refs:RTP_HEADER_SIZE (Results 1 - 4 of 4) sorted by relevance

/foundation/CastEngine/castengine_wifi_display/services/protocol/rtp/src/
H A Drtp_packet.cpp43 if (RtpPacket::RTP_HEADER_SIZE + GetCsrcSize() + 4 > rtp_size) { // 4:byte offset in GetExtSize()
56 if (RtpPacket::RTP_HEADER_SIZE + GetCsrcSize() + 2 > rtp_size) { // 2:byte offset in GetExtReserved()
90 if (*end + RtpPacket::RTP_HEADER_SIZE > rtp_size) { in GetPaddingSize()
99 if (invalid_size + RtpPacket::RTP_HEADER_SIZE >= rtp_size) { in GetPayloadSize()
103 return rtp_size - invalid_size - RtpPacket::RTP_HEADER_SIZE; in GetPayloadSize()
H A Drtp_maker.cpp35 return mtuSize_ - RtpPacket::RTP_HEADER_SIZE; in GetMaxSize()
49 uint16_t size = (uint16_t)(len + RtpPacket::RTP_HEADER_SIZE); in MakeRtp()
69 auto ret = memcpy_s(rtpData + RtpPacket::RTP_HEADER_SIZE, len, data, len); in MakeRtp()
H A Drtp_queue.cpp33 if (len < RtpPacket::RTP_HEADER_SIZE) { in InputRtp()
/foundation/CastEngine/castengine_wifi_display/services/protocol/rtp/include/
H A Drtp_packet.h84 RTP_HEADER_SIZE = 12, enumerator

Completed in 1 milliseconds