Searched refs:RtpPacketSortor (Results 1 - 5 of 5) sorted by relevance
/foundation/CastEngine/castengine_wifi_display/services/protocol/rtp/src/ |
H A D | rtp_queue.cpp | 26 RtpPacketSortor::RtpPacketSortor(int32_t sampleRate, size_t kMax, size_t kMin) in RtpPacketSortor() function in OHOS::Sharing::RtpPacketSortor 30 void RtpPacketSortor::InputRtp(TrackType type, uint8_t *ptr, size_t len) in InputRtp() 71 void RtpPacketSortor::SetOnSort(const OnSort &cb) in SetOnSort() 76 void RtpPacketSortor::Clear() in Clear() 84 size_t RtpPacketSortor::GetJitterSize() const in GetJitterSize() 89 size_t RtpPacketSortor::GetCycleCount() const in GetCycleCount() 94 void RtpPacketSortor::SortPacket(uint16_t seq, RtpPacket::Ptr packet) in SortPacket() 111 void RtpPacketSortor::Flush() in Flush() 118 uint32_t RtpPacketSortor [all...] |
H A D | rtp_unpack_impl.cpp | 128 ref = std::make_shared<RtpPacketSortor>(rpp.sampleRate_); in CreateRtpDecoder()
|
/foundation/CastEngine/castengine_wifi_display/services/protocol/rtp/include/ |
H A D | rtp_queue.h | 26 class RtpPacketSortor { class 28 using Ptr = std::shared_ptr<RtpPacketSortor>; 31 RtpPacketSortor(int32_t sampleRate, size_t kMax = 1024, size_t kMin = 16); 32 ~RtpPacketSortor() = default;
|
H A D | rtp_unpack_impl.h | 49 std::map<uint8_t, RtpPacketSortor::Ptr> rtpSort_;
|
/foundation/CastEngine/castengine_wifi_display/tests/unittest/protocol/rtp/ |
H A D | rtp_unit_test.cpp | 998 auto rtpSortor = std::make_shared<RtpPacketSortor>(sampleRate, kMax, kMin); in HWTEST_F() 1007 auto rtpSortor = std::make_shared<RtpPacketSortor>(sampleRate, kMax, kMin); in HWTEST_F() 1017 auto rtpSortor = std::make_shared<RtpPacketSortor>(sampleRate, kMax, kMin); in HWTEST_F() 1027 auto rtpSortor = std::make_shared<RtpPacketSortor>(sampleRate, kMax, kMin); in HWTEST_F() 1041 auto rtpSortor = std::make_shared<RtpPacketSortor>(sampleRate, kMax, kMin); in HWTEST_F() 1060 auto rtpSortor = std::make_shared<RtpPacketSortor>(sampleRate, kMax, kMin); in HWTEST_F() 1078 auto rtpSortor = std::make_shared<RtpPacketSortor>(sampleRate, kMax, kMin); in HWTEST_F() 1094 auto rtpSortor = std::make_shared<RtpPacketSortor>(sampleRate, kMax, kMin); in HWTEST_F() 1110 auto rtpSortor = std::make_shared<RtpPacketSortor>(sampleRate, kMax, kMin); in HWTEST_F() 1126 auto rtpSortor = std::make_shared<RtpPacketSortor>(sampleRat in HWTEST_F() [all...] |
Completed in 4 milliseconds