Home
last modified time | relevance | path

Searched refs:calltimes_ (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/drivers/peripheral/camera/vdi_base/common/pipeline_core/ipp/src/
H A Doffline_pipeline.cpp22 OfflinePipeline::OfflinePipeline() : calltimes_(0) {} in OfflinePipeline()
32 int origin = calltimes_.fetch_add(1); in StartProcess()
35 CAMERA_LOGE("Now will not start, current start %{public}d times", calltimes_.load()); in StartProcess()
/ohos5.0/drivers/peripheral/camera/vdi_base/common/pipeline_core/ipp/include/
H A Doffline_pipeline.h64 std::atomic<int> calltimes_; variable
/ohos5.0/drivers/peripheral/camera/vdi_base/v4l2/src/stream_operator/
H A Dstream_base.cpp34 std::shared_ptr<CaptureMessageOperator>& m) : calltimes_(0) in StreamBase()
130 int origin = calltimes_.fetch_add(1); in StartStream()
133 CAMERA_LOGE("Now will not start, current start %{public}d times", calltimes_.load()); in StartStream()
/ohos5.0/drivers/peripheral/camera/vdi_base/v4l2/include/stream_operator/
H A Dstream_base.h99 std::atomic<int> calltimes_; variable