Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/src/
H A Dhcapture_session.cpp174 opMode_ = opMode; in Initialize()
178 …tureSession: camera stub services(%{public}zu). opMode_= %{public}d", TotalSessionSize(), opMode_); in Initialize()
187 opMode_ = 0; in HCaptureSession()
214 return opMode_; in GetopMode()
357 captureStream->SetMode(opMode_); in AddOutputStream()
685 CHECK_ERROR_RETURN_RET_LOG(!IsValidMode(opMode_, settings), CAMERA_INVALID_SESSION_CFG, in LinkInputAndOutputs()
1630 …CameraReportUtils::GetInstance().SetModeChangePerfStartInfo(opMode_, CameraReportUtils::GetCallerI… in Release()
1731 if (streamRepeat->SetMirrorForLivePhoto(isMirror, opMode_)) { in EnableMovingPhotoMirror()
1921 cameraPhotoProxy->SetShootingMode(opMode_); in SetCameraPhotoProxyInfo()
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/include/
H A Dhcapture_session.h371 int32_t opMode_; variable