Home
last modified time | relevance | path

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

/foundation/CastEngine/castengine_wifi_display/services/protocol/rtcp/src/
H A Drtcp.cpp369 std::shared_ptr<RtcpXRDLRR> RtcpXRDLRR::Create(size_t itemCount)
371 auto realSize = sizeof(RtcpXRDLRR) - sizeof(RtcpXRDLRRReportItem) + itemCount * sizeof(RtcpXRDLRRReportItem);
376 auto ptr = (RtcpXRDLRR *)new char[bytes];
382 return std::shared_ptr<RtcpXRDLRR>(ptr, [](RtcpXRDLRR *ptr) { delete[] (char *)ptr; });
385 std::vector<RtcpXRDLRRReportItem *> RtcpXRDLRR::GetItemList()
/foundation/CastEngine/castengine_wifi_display/services/protocol/rtcp/include/
H A Drtcp.h366 //------------------------------ XR - RtcpXRDLRR ------------------------------//
396 struct RtcpXRDLRR : public RtcpHeader { struct
399 static std::shared_ptr<RtcpXRDLRR> Create(size_t itemCount);
/foundation/CastEngine/castengine_wifi_display/tests/unittest/protocol/rtcp/
H A Drtcp_unit_test.cpp414 auto lrr = std::make_shared<RtcpXRDLRR>(); in HWTEST_F()
422 auto ret = RtcpXRDLRR::Create(0); in HWTEST_F()

Completed in 4 milliseconds