Home
last modified time | relevance | path

Searched refs:OnRtpDecode (Results 1 - 3 of 3) sorted by relevance

/foundation/CastEngine/castengine_wifi_display/services/protocol/rtp/src/
H A Drtp_unpack_impl.cpp93 void RtpUnpackImpl::OnRtpDecode(int32_t pt, const Frame::Ptr &frame) in OnRtpDecode() function in OHOS::Sharing::RtpUnpackImpl
130 rtpDecoder_[rpp.pt_]->SetOnFrame(std::bind(&RtpUnpackImpl::OnRtpDecode, this, rpp.pt_, std::placeholders::_1)); in CreateRtpDecoder()
/foundation/CastEngine/castengine_wifi_display/services/protocol/rtp/include/
H A Drtp_unpack_impl.h40 void OnRtpDecode(int32_t pt, const Frame::Ptr &frame);
/foundation/CastEngine/castengine_wifi_display/tests/unittest/protocol/rtp/
H A Drtp_unit_test.cpp1274 rtpUnpack->OnRtpDecode(pt, frame); in HWTEST_F()

Completed in 4 milliseconds