Home
last modified time | relevance | path

Searched refs:captureBufferCount_ (Results 1 - 2 of 2) sorted by relevance

/drivers/peripheral/distributed_camera/hdi_service/src/dstream_operator/
H A Ddcamera_stream.cpp290 captureBufferCount_++; in GetDCameraBuffer()
351 captureBufferCount_--; in ReturnDCameraBuffer()
396 if (captureBufferCount_ != 0) { in CancelCaptureWait()
398 dcStreamInfo_->streamId_, captureBufferCount_); in CancelCaptureWait()
402 cv_.wait(lockSync, [this] { return !captureBufferCount_; }); in CancelCaptureWait()
418 if (captureBufferCount_ != 0) { in CancelDCameraBuffer()
420 dcStreamInfo_->streamId_, captureBufferCount_); in CancelDCameraBuffer()
424 cv_.wait(lockSync, [this] { return !captureBufferCount_; }); in CancelDCameraBuffer()
448 captureBufferCount_ = 0; in CancelDCameraBuffer()
/drivers/peripheral/distributed_camera/hdi_service/include/dstream_operator/
H A Ddcamera_stream.h73 int captureBufferCount_ = 0; member in OHOS::DistributedHardware::DCameraStream

Completed in 2 milliseconds