Home
last modified time | relevance | path

Searched refs:shotCount_ (Results 1 - 5 of 5) sorted by relevance

/drivers/peripheral/camera/test/mpi/include/
H A Dcommon.h144 shotCount_++; in TakeSnapshot()
150 cv_.wait(l, [this]() { return shotCount_ == 0; }); in WaitSnapshotEnd()
161 std::atomic<uint64_t> shotCount_ = 0; member in OHOS::Camera::Test::StreamConsumer
/drivers/peripheral/camera/test/common/v1_0/include/
H A Dhdi_common.h168 shotCount_++; in TakeSnapshoe()
174 cv_.wait(l, [this]() {return shotCount_ == 0; }); in WaitSnapshotEnd()
185 std::atomic<uint64_t> shotCount_ = 0; member in OHOS::Camera::HdiCommon::StreamConsumer
/drivers/peripheral/camera/test/common/v1_1/src/
H A Dhdi_common_v1_1.cpp358 shotCount_--; in CreateProducer()
359 if (shotCount_ == 0) { in CreateProducer()
/drivers/peripheral/camera/test/mpi/src/
H A Dcommon.cpp514 shotCount_--; in CreateProducer()
515 if (shotCount_ == 0) { in CreateProducer()
/drivers/peripheral/camera/test/common/v1_0/src/
H A Dhdi_common.cpp397 shotCount_--; in CreateProducer()
398 if (shotCount_ == 0) { in CreateProducer()

Completed in 4 milliseconds