Searched refs:SetOnRtpUnpack (Results 1 - 11 of 11) sorted by relevance
/foundation/CastEngine/castengine_wifi_display/tests/unittest/impl/rtp/mock/ |
H A D | mock_rtp_unpack.h | 33 MOCK_METHOD(void, SetOnRtpUnpack, (const OnRtpUnpack &cb));
|
/foundation/CastEngine/castengine_wifi_display/tests/demo/rtp/ |
H A D | rtp_dec_demo.cpp | 152 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 D | h264_rtp_dec_demo.cpp | 104 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 D | ts_rtp_dec_demo.cpp | 90 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 D | rtp_unpack.h | 50 virtual void SetOnRtpUnpack(const OnRtpUnpack &cb) = 0;
|
H A D | rtp_unpack_impl.h | 33 void SetOnRtpUnpack(const OnRtpUnpack &cb) override;
|
/foundation/CastEngine/castengine_wifi_display/services/protocol/rtp/src/ |
H A D | rtp_unpack_impl.cpp | 67 void RtpUnpackImpl::SetOnRtpUnpack(const OnRtpUnpack &cb) in SetOnRtpUnpack() function in OHOS::Sharing::RtpUnpackImpl
|
/foundation/CastEngine/castengine_wifi_display/tests/demo/player/ |
H A D | player_demo.cpp | 234 g711Unpack->SetOnRtpUnpack([=](uint32_t ssrc, const Frame::Ptr &frame) { in main()
|
/foundation/CastEngine/castengine_wifi_display/tests/demo/protocol/rtsp/ |
H A D | rtsp_player_demo.cpp | 107 h264unPack->SetOnRtpUnpack([=](uint32_t ssrc, const Frame::Ptr &frame) { in RecvSaveH264()
|
/foundation/CastEngine/castengine_wifi_display/services/impl/wfd/wfd_sink/ |
H A D | wfd_rtp_consumer.cpp | 200 rtpUnpacker_->SetOnRtpUnpack( in InitRtpUnpacker()
|
/foundation/CastEngine/castengine_wifi_display/tests/unittest/protocol/rtp/ |
H A D | rtp_unit_test.cpp | 1241 rtpUnpack->SetOnRtpUnpack(f); in HWTEST_F()
|
Completed in 8 milliseconds