Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/distributed_camera/hdi_service/src/dstream_operator/
H A Ddstream_operator.cpp181 dstStreamInfo.mode_ = currentOperMode_; in ExtractStreamInfo()
219 currentOperMode_ = mode; in CommitStreams_V1_1()
393 DHLOGI("get currentOperMode_ %{public}d", currentOperMode_); in Capture()
657 if (currentOperMode_ == 0) { in InitOutputConfigurations()
665 …*modeValue = cJSON_GetObjectItemCaseSensitive(rootValue, std::to_string(currentOperMode_).c_str()); in InitOutputConfigurations()
/ohos5.0/drivers/peripheral/distributed_camera/hdi_service/include/dstream_operator/
H A Ddstream_operator.h181 OperationMode_V1_1 currentOperMode_ = OperationMode_V1_1::NORMAL; variable