Searched refs:RtpDecoderH264 (Results 1 - 4 of 4) sorted by relevance
/foundation/CastEngine/castengine_wifi_display/services/protocol/rtp/src/ |
H A D | rtp_codec_h264.cpp | 39 RtpDecoderH264::RtpDecoderH264() in RtpDecoderH264() function in OHOS::Sharing::RtpDecoderH264 45 RtpDecoderH264::~RtpDecoderH264() {} in ~RtpDecoderH264() 47 void RtpDecoderH264::InputRtp(const RtpPacket::Ptr &rtp) in InputRtp() 82 void RtpDecoderH264::SetOnFrame(const OnFrame &cb) in SetOnFrame() 87 bool RtpDecoderH264::UnpackSingle(const RtpPacket::Ptr &rtp, const uint8_t *ptr, ssize_t size, uint32_t stamp) in UnpackSingle() 100 bool RtpDecoderH264::UnpackStapA(const RtpPacket::Ptr &rtp, const uint8_t *ptr, ssize_t size, uint32_t stamp) in UnpackStapA() 123 bool RtpDecoderH264::UnpackFuA(const RtpPacket::Ptr &rtp, const uint8_t *ptr, ssize_t size, uint32_t stamp, in UnpackFuA() 161 H264Frame::Ptr RtpDecoderH264 [all...] |
H A D | rtp_unpack_impl.cpp | 110 rtpDecoder_[rpp.pt_] = std::make_shared<RtpDecoderH264>(); in CreateRtpDecoder()
|
/foundation/CastEngine/castengine_wifi_display/services/protocol/rtp/include/ |
H A D | rtp_codec_h264.h | 26 class RtpDecoderH264 : public RtpDecoder { class 28 using Ptr = std::shared_ptr<RtpDecoderH264>; 30 RtpDecoderH264(); 31 ~RtpDecoderH264();
|
/foundation/CastEngine/castengine_wifi_display/tests/unittest/protocol/rtp/ |
H A D | rtp_unit_test.cpp | 303 auto h264 = std::make_shared<RtpDecoderH264>(); in HWTEST_F() 309 auto h264 = std::make_shared<RtpDecoderH264>(); in HWTEST_F() 337 auto h264 = std::make_shared<RtpDecoderH264>(); in HWTEST_F() 345 auto h264 = std::make_shared<RtpDecoderH264>(); in HWTEST_F() 353 auto h264 = std::make_shared<RtpDecoderH264>(); in HWTEST_F() 365 auto h264 = std::make_shared<RtpDecoderH264>(); in HWTEST_F() 393 auto h264 = std::make_shared<RtpDecoderH264>(); in HWTEST_F() 422 auto h264 = std::make_shared<RtpDecoderH264>(); in HWTEST_F()
|
Completed in 4 milliseconds