Home
last modified time | relevance | path

Searched refs:onFrame_ (Results 1 - 9 of 9) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/display_sync/
H A Dui_display_sync.cpp83 if (data_->noSkip_ && data_->onFrame_) { in OnFrame()
84 data_->onFrame_(); in OnFrame()
187 bool isNeedRequest = data_->onFrame_ || data_->onFrameWithData_ || data_->onFrameWithTimestamp_; in JudgeWhetherRequestFrame()
195 data_->onFrame_ = std::move(onFrameCallBack); in RegisterOnFrame()
210 data_->onFrame_ = nullptr; in UnregisterOnFrame()
H A Dui_display_sync.h141 OnFrameCallBack onFrame_ = nullptr; member in OHOS::Ace::DisplaySyncData
/foundation/CastEngine/castengine_wifi_display/services/protocol/rtp/src/
H A Drtp_codec_ts.cpp43 onFrame_ = nullptr; in Release()
89 onFrame_ = cb; in SetOnFrame()
141 if (onFrame_) { in StartDecoding()
142 onFrame_(outFrame); in StartDecoding()
149 if (onFrame_) { in StartDecoding()
150 onFrame_(outFrame); in StartDecoding()
H A Drtp_codec_g711.cpp41 onFrame_(frame_); in InputRtp()
64 onFrame_ = cb; in SetOnFrame()
H A Drtp_codec_aac.cpp98 onFrame_ = cb; in SetOnFrame()
150 onFrame_(frame); in InputFrame()
H A Drtp_codec_h264.cpp84 onFrame_ = cb; in SetOnFrame()
178 onFrame_(frame); in OutputFrame()
/foundation/CastEngine/castengine_wifi_display/services/protocol/rtp/include/
H A Drtp_codec.h38 OnFrame onFrame_ = nullptr; member in OHOS::Sharing::RtpDecoder
/foundation/CastEngine/castengine_wifi_display/tests/unittest/protocol/rtp/
H A Drtp_unit_test.cpp327 h264->onFrame_ = [](const Frame::Ptr &frame) { (void)frame; }; in HWTEST_F()
383 h264->onFrame_ = [=](const Frame::Ptr &frame) { (void)frame; }; in HWTEST_F()
411 h264->onFrame_ = [=](const Frame::Ptr &frame) { (void)frame; }; in HWTEST_F()
430 h264->onFrame_ = [=](const Frame::Ptr &frame) { (void)frame; }; in HWTEST_F()
598 decoder->onFrame_ = [=](const Frame::Ptr &frame) { (void)frame; }; in HWTEST_F()
/foundation/arkui/ace_engine/test/unittest/core/manager/
H A Ddisplay_sync_manager_test.cpp526 EXPECT_EQ(nullptr, displaySync->GetDisplaySyncData()->onFrame_); in HWTEST_F()

Completed in 7 milliseconds