Home
last modified time | relevance | path

Searched refs:SetOnRtpUnpack (Results 1 - 11 of 11) sorted by relevance

/foundation/CastEngine/castengine_wifi_display/tests/unittest/impl/rtp/mock/
H A Dmock_rtp_unpack.h33 MOCK_METHOD(void, SetOnRtpUnpack, (const OnRtpUnpack &cb));
/foundation/CastEngine/castengine_wifi_display/tests/demo/rtp/
H A Drtp_dec_demo.cpp152 h264unPack->SetOnRtpUnpack([=](uint32_t ssrc, const Frame::Ptr &frame) { in main()
182 aacunPack->SetOnRtpUnpack([=](uint32_t ssrc, const Frame::Ptr &frame) { in main()
183 printf("SetOnRtpUnpack\n"); in main()
209 g711Unpack->SetOnRtpUnpack([=](uint32_t ssrc, const Frame::Ptr &frame) { in main()
210 printf("SetOnRtpUnpack\n"); in main()
236 tsUnpack->SetOnRtpUnpack([=](uint32_t ssrc, const Frame::Ptr &frame) { in main()
H A Dh264_rtp_dec_demo.cpp104 aacunPack->SetOnRtpUnpack([=](uint32_t ssrc, const Frame::Ptr &frame) { in main()
105 printf("SetOnRtpUnpack\n"); in main()
125 h264unPack->SetOnRtpUnpack([=](uint32_t ssrc, const Frame::Ptr &frame) { in main()
H A Dts_rtp_dec_demo.cpp90 unPack->SetOnRtpUnpack([=](uint32_t ssrc, const Frame::Ptr &frame) { in main()
91 printf("SetOnRtpUnpack\n"); in main()
/foundation/CastEngine/castengine_wifi_display/services/protocol/rtp/include/
H A Drtp_unpack.h50 virtual void SetOnRtpUnpack(const OnRtpUnpack &cb) = 0;
H A Drtp_unpack_impl.h33 void SetOnRtpUnpack(const OnRtpUnpack &cb) override;
/foundation/CastEngine/castengine_wifi_display/services/protocol/rtp/src/
H A Drtp_unpack_impl.cpp67 void RtpUnpackImpl::SetOnRtpUnpack(const OnRtpUnpack &cb) in SetOnRtpUnpack() function in OHOS::Sharing::RtpUnpackImpl
/foundation/CastEngine/castengine_wifi_display/tests/demo/player/
H A Dplayer_demo.cpp234 g711Unpack->SetOnRtpUnpack([=](uint32_t ssrc, const Frame::Ptr &frame) { in main()
/foundation/CastEngine/castengine_wifi_display/tests/demo/protocol/rtsp/
H A Drtsp_player_demo.cpp107 h264unPack->SetOnRtpUnpack([=](uint32_t ssrc, const Frame::Ptr &frame) { in RecvSaveH264()
/foundation/CastEngine/castengine_wifi_display/services/impl/wfd/wfd_sink/
H A Dwfd_rtp_consumer.cpp200 rtpUnpacker_->SetOnRtpUnpack( in InitRtpUnpacker()
/foundation/CastEngine/castengine_wifi_display/tests/unittest/protocol/rtp/
H A Drtp_unit_test.cpp1241 rtpUnpack->SetOnRtpUnpack(f); in HWTEST_F()

Completed in 8 milliseconds