Home
last modified time | relevance | path

Searched refs:rtpDecoder_ (Results 1 - 2 of 2) sorted by relevance

/foundation/CastEngine/castengine_wifi_display/services/protocol/rtp/src/
H A Drtp_unpack_impl.cpp44 auto decoder = rtpDecoder_[pt]; in ParseRtp()
47 if (rtpDecoder_.size() > 2) { // 2:fixed size in ParseRtp()
80 if (rtpDecoder_[rtp->GetHeader()->pt_]) { in OnRtpSorted()
89 rtpDecoder_[rtp->GetHeader()->pt_]->InputRtp(rtp); in OnRtpSorted()
102 rtpDecoder_.clear(); in Release()
110 rtpDecoder_[rpp.pt_] = std::make_shared<RtpDecoderH264>(); in CreateRtpDecoder()
113 rtpDecoder_[rpp.pt_] = std::make_shared<RtpDecoderAAC>(rpp); in CreateRtpDecoder()
117 rtpDecoder_[rpp.pt_] = std::make_shared<RtpDecoderG711>(); in CreateRtpDecoder()
120 rtpDecoder_[rpp.pt_] = std::make_shared<RtpDecoderTs>(); in CreateRtpDecoder()
126 if (rtpDecoder_[rp in CreateRtpDecoder()
[all...]
/foundation/CastEngine/castengine_wifi_display/services/protocol/rtp/include/
H A Drtp_unpack_impl.h48 std::map<uint8_t, RtpDecoder::Ptr> rtpDecoder_; member in OHOS::Sharing::RtpUnpackImpl

Completed in 1 milliseconds