Searched refs:preparedCaptureId (Results 1 - 4 of 4) sorted by relevance
/foundation/multimedia/camera_framework/services/camera_service/src/ |
H A D | hstream_depth_data.cpp | 129 auto preparedCaptureId = GetPreparedCaptureId();
in Start() local 130 if (preparedCaptureId != CAPTURE_ID_UNSET) {
in Start() 131 MEDIA_ERR_LOG("HStreamDepthData::Start, Already started with captureID: %{public}d", preparedCaptureId);
in Start() 136 preparedCaptureId = GetPreparedCaptureId();
in Start() 137 if (ret != CAMERA_OK || preparedCaptureId == CAPTURE_ID_UNSET) {
in Start() 153 GetFwkStreamId(), GetHdiStreamId(), preparedCaptureId);
in Start() 157 CamRetCode rc = (CamRetCode)(streamOperator->Capture(preparedCaptureId, captureInfo, true));
in Start() 179 auto preparedCaptureId = GetPreparedCaptureId();
in Stop() local 181 GetFwkStreamId(), GetHdiStreamId(), preparedCaptureId);
in Stop() 182 if (preparedCaptureId in Stop() [all...] |
H A D | hstream_capture.cpp | 352 const int32_t &preparedCaptureId) in CheckBurstCapture() 365 std::string burstUuid = GetBurstKey(preparedCaptureId); in CheckBurstCapture() 370 PrepareBurst(preparedCaptureId); in CheckBurstCapture() 385 auto preparedCaptureId = GetPreparedCaptureId(); in Capture() local 386 CHECK_ERROR_RETURN_RET_LOG(preparedCaptureId != CAPTURE_ID_UNSET, CAMERA_INVALID_STATE, in Capture() 387 "HStreamCapture::Capture, Already started with captureID: %{public}d", preparedCaptureId); in Capture() 389 preparedCaptureId = GetPreparedCaptureId(); in Capture() 390 CHECK_ERROR_RETURN_RET_LOG(ret != CAMERA_OK || preparedCaptureId == CAPTURE_ID_UNSET, ret, in Capture() 392 ret = CheckBurstCapture(captureSettings, preparedCaptureId); in Capture() 397 ProcessCaptureInfoPhoto(captureInfoPhoto, captureSettings, preparedCaptureId); in Capture() 351 CheckBurstCapture(const std::shared_ptr<OHOS::Camera::CameraMetadata>& captureSettings, const int32_t &preparedCaptureId) CheckBurstCapture() argument 589 auto preparedCaptureId = captureIdForConfirmCapture_; ConfirmCapture() local 675 auto preparedCaptureId = GetPreparedCaptureId(); OnCaptureEnded() local 699 auto preparedCaptureId = GetPreparedCaptureId(); OnCaptureError() local [all...] |
H A D | hstream_repeat.cpp | 194 auto preparedCaptureId = GetPreparedCaptureId(); in Start() local 195 CHECK_ERROR_RETURN_RET_LOG(!isUpdateSeetings && preparedCaptureId != CAPTURE_ID_UNSET, CAMERA_INVALID_STATE, in Start() 196 "HStreamRepeat::Start, Already started with captureID: %{public}d", preparedCaptureId); in Start() 205 preparedCaptureId = GetPreparedCaptureId(); in Start() 206 CHECK_ERROR_RETURN_RET_LOG(ret != CAMERA_OK || preparedCaptureId == CAPTURE_ID_UNSET, ret, in Start() 241 GetFwkStreamId(), GetHdiStreamId(), preparedCaptureId, repeatStreamType_); in Start() 251 CamRetCode rc = (CamRetCode)(streamOperator->Capture(preparedCaptureId, captureInfo, true)); in Start() 280 auto preparedCaptureId = GetPreparedCaptureId(); in Stop() local 283 GetFwkStreamId(), GetHdiStreamId(), preparedCaptureId, repeatStreamType_); in Stop() 284 CHECK_ERROR_RETURN_RET_LOG(preparedCaptureId in Stop() [all...] |
/foundation/multimedia/camera_framework/services/camera_service/include/ |
H A D | hstream_capture.h | 82 const int32_t &preparedCaptureId);
|
Completed in 4 milliseconds