Home
last modified time | relevance | path

Searched refs:OnSmoothFinished (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcameramgr/dcameradata/feedingsmoother/
H A Dfeeding_smoother_listener.cpp21 int32_t FeedingSmootherListener::OnSmoothFinished(const std::shared_ptr<IFeedableData>& data) in OnSmoothFinished() function in OHOS::DistributedHardware::FeedingSmootherListener
28 producer->OnSmoothFinished(data); in OnSmoothFinished()
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/include/distributedcameramgr/dcameradata/feedingsmoother/base/
H A Difeedable_data_producer.h25 virtual void OnSmoothFinished(const std::shared_ptr<IFeedableData>& data) = 0;
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/include/distributedcameramgr/dcameradata/feedingsmoother/
H A Dfeeding_smoother_listener.h31 int32_t OnSmoothFinished(const std::shared_ptr<IFeedableData>& data);
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcameramgr/dcameradata/feedingsmoother/derived/
H A Ddcamera_feeding_smoother.cpp62 return listener_->OnSmoothFinished(buffer); in NotifySmoothFinished()
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/include/distributedcameramgr/dcameradata/
H A Ddcamera_stream_data_process_producer.h46 virtual void OnSmoothFinished(const std::shared_ptr<IFeedableData>& data) override;
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/test/unittest/common/distributedcameramgr/
H A Ddcamera_stream_data_process_producer_test.cpp100 EXPECT_EQ(NOTIFY_FAILED, listener->OnSmoothFinished(buffer));
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcameramgr/dcameradata/feedingsmoother/base/
H A Difeeding_smoother.cpp188 return listener_->OnSmoothFinished(data); in NotifySmoothFinished()
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcameramgr/dcameradata/
H A Ddcamera_stream_data_process_producer.cpp269 void DCameraStreamDataProcessProducer::OnSmoothFinished(const std::shared_ptr<IFeedableData>& data) in OnSmoothFinished() function in OHOS::DistributedHardware::DCameraStreamDataProcessProducer