Home
last modified time | relevance | path

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

/foundation/CastEngine/castengine_wifi_display/services/protocol/rtcp/src/
H A Drtcp.cpp55 static void SetupHeader(RtcpHeader *rtcp, RtcpType type, int32_t reportCount, int32_t totalBytes) in SetupHeader() function
94 SetupHeader(ptr, RtcpType::RTCP_SR, itemCount, bytes); in Create()
195 SetupHeader(ptr, RtcpType::RTCP_RR, itemCount, bytes); in Create()
252 SetupHeader(ptr, RtcpType::RTCP_SDES, itemText.size(), bytes); in Create()
309 SetupHeader(ptr, type, fmt, bytes);
327 SetupHeader(ptr, RtcpType::RTCP_BYE, ssrcs.size(), bytes);
380 SetupHeader(ptr, RtcpType::RTCP_XR, 0, bytes);

Completed in 1 milliseconds