Home
last modified time | relevance | path

Searched refs:reportCount (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() argument
60 if (reportCount > 0x1F) { in SetupHeader()
61 SHARING_LOGD("reportCount is too large."); in SetupHeader()
64 rtcp->reportCount_ = reportCount; in SetupHeader()

Completed in 1 milliseconds