Searched refs:RtpPackImpl (Results 1 - 4 of 4) sorted by relevance
/foundation/CastEngine/castengine_wifi_display/services/protocol/rtp/src/ |
H A D | rtp_pack_impl.cpp | 22 RtpPackImpl::RtpPackImpl(uint32_t ssrc, size_t mtuSize, uint32_t sampleRate, uint8_t pt, RtpPayloadStream ps, in RtpPackImpl() function in OHOS::Sharing::RtpPackImpl 29 void RtpPackImpl::InputFrame(const Frame::Ptr &frame) in InputFrame() 36 void RtpPackImpl::SetOnRtpPack(const OnRtpPack &cb) in SetOnRtpPack() 41 void RtpPackImpl::InitEncoder() in InitEncoder()
|
H A D | rtp_factory.cpp | 25 return std::make_shared<RtpPackImpl>(ssrc, mtuSize, sampleRate, pt, ps, audioChannels); in CreateRtpPack()
|
/foundation/CastEngine/castengine_wifi_display/services/protocol/rtp/include/ |
H A D | rtp_pack_impl.h | 27 class RtpPackImpl : public RtpPack { class 29 RtpPackImpl(uint32_t ssrc, size_t mtuSize, uint32_t sampleRate, uint8_t pt, RtpPayloadStream ps, 31 ~RtpPackImpl() = default;
|
/foundation/CastEngine/castengine_wifi_display/tests/unittest/protocol/rtp/ |
H A D | rtp_unit_test.cpp | 794 auto rtpPack = std::make_shared<RtpPackImpl>(ssrc, mtuSize, sampleRate, pt, ps, channels); in HWTEST_F() 806 auto rtpPack = std::make_shared<RtpPackImpl>(ssrc, mtuSize, sampleRate, pt, ps, channels); in HWTEST_F() 820 auto rtpPack = std::make_shared<RtpPackImpl>(ssrc, mtuSize, sampleRate, pt, ps, channels); in HWTEST_F() 835 auto rtpPack = std::make_shared<RtpPackImpl>(ssrc, mtuSize, sampleRate, pt, ps, channels); in HWTEST_F()
|
Completed in 7 milliseconds