Home
last modified time | relevance | path

Searched refs:loopErrorCount_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/drivers/peripheral/camera/vdi_base/common/pipeline_core/nodes/src/source_node/
H A Dsource_node.cpp368 loopErrorCount_++; in DistributeBuffers()
369 if (loopErrorCount_ == LOOP_MAX_COUNT) { in DistributeBuffers()
375 loopErrorCount_ = 0; in DistributeBuffers()
H A Dsource_node.h81 uint32_t loopErrorCount_ = 0; variable