Home
last modified time | relevance | path

Searched refs:RtpDecoderH264 (Results 1 - 4 of 4) sorted by relevance

/foundation/CastEngine/castengine_wifi_display/services/protocol/rtp/src/
H A Drtp_codec_h264.cpp39 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 Drtp_unpack_impl.cpp110 rtpDecoder_[rpp.pt_] = std::make_shared<RtpDecoderH264>(); in CreateRtpDecoder()
/foundation/CastEngine/castengine_wifi_display/services/protocol/rtp/include/
H A Drtp_codec_h264.h26 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 Drtp_unit_test.cpp303 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