Searched refs:RtpMaker (Results 1 - 11 of 11) sorted by relevance
/foundation/CastEngine/castengine_wifi_display/services/protocol/rtp/src/ |
H A D | rtp_maker.cpp | 23 RtpMaker::RtpMaker(uint32_t ssrc, size_t mtuSize, uint8_t payloadType, uint32_t sampleRate, uint16_t seq) in RtpMaker() function in OHOS::Sharing::RtpMaker 31 RtpMaker::~RtpMaker() {} in ~RtpMaker() 33 size_t RtpMaker::GetMaxSize() const in GetMaxSize() 38 uint32_t RtpMaker::GetSsrc() const in GetSsrc() 43 RtpPacket::Ptr RtpMaker::MakeRtp(const void *data, size_t len, bool mark, uint32_t stamp) in MakeRtp()
|
H A D | rtp_codec_g711.cpp | 76 : RtpMaker(ssrc, mtuSize, payloadType, sampleRate, seq) in RtpEncoderG711()
|
H A D | rtp_codec_aac.cpp | 161 : RtpMaker(ssrc, mtuSize, payloadType, sampleRate, seq) in RtpEncoderAAC()
|
H A D | rtp_codec_h264.cpp | 184 : RtpMaker(ssrc, mtuSize, payloadType, sampleRate, seq) in RtpEncoderH264()
|
H A D | rtp_codec_ts.cpp | 201 : RtpMaker(ssrc, mtuSize, payloadType, sampleRate, seq) in RtpEncoderTs()
|
/foundation/CastEngine/castengine_wifi_display/services/protocol/rtp/include/ |
H A D | rtp_maker.h | 25 class RtpMaker { class 27 using Ptr = std::shared_ptr<RtpMaker>; 29 RtpMaker(uint32_t ssrc, size_t mtuSize, uint8_t payloadType, uint32_t sampleRate, uint16_t seq = 0); 30 ~RtpMaker();
|
H A D | rtp_codec_aac.h | 52 public RtpMaker {
|
H A D | rtp_codec_g711.h | 47 public RtpMaker {
|
H A D | rtp_codec_ts.h | 65 public RtpMaker {
|
H A D | rtp_codec_h264.h | 55 public RtpMaker {
|
/foundation/CastEngine/castengine_wifi_display/tests/unittest/protocol/rtp/ |
H A D | rtp_unit_test.cpp | 739 auto maker = std::make_shared<RtpMaker>(ssrc, mtuSize, payloadType, sampleRate, seq); in HWTEST_F() 750 auto maker = std::make_shared<RtpMaker>(ssrc, mtuSize, payloadType, sampleRate, seq); in HWTEST_F() 763 auto maker = std::make_shared<RtpMaker>(ssrc, mtuSize, payloadType, sampleRate, seq); in HWTEST_F() 776 auto maker = std::make_shared<RtpMaker>(ssrc, mtuSize, payloadType, sampleRate, seq); in HWTEST_F()
|
Completed in 6 milliseconds