Home
last modified time | relevance | path

Searched refs:cameraOutputRotation (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/ndk/impl/
H A Dpreview_output_impl.cpp203 int32_t cameraOutputRotation = innerPreviewOutput_->GetPreviewRotation(imageRotation); in GetPreviewRotation() local
204 … CHECK_AND_RETURN_RET_LOG(cameraOutputRotation != CAMERA_INVALID_ARGUMENT, CAMERA_INVALID_ARGUMENT, in GetPreviewRotation()
205 …PreviewOutput::GetPreviewRotation camera invalid argument! ret: %{public}d", cameraOutputRotation); in GetPreviewRotation()
206 …CHECK_AND_RETURN_RET_LOG(cameraOutputRotation != CAMERA_SERVICE_FATAL_ERROR, CAMERA_SERVICE_FATAL_… in GetPreviewRotation()
207 …viewOutput::GetPreviewRotation camera service fatal error! ret: %{public}d", cameraOutputRotation); in GetPreviewRotation()
208 *cameraImageRotation = static_cast<Camera_ImageRotation>(cameraOutputRotation); in GetPreviewRotation()
H A Dvideo_output_impl.cpp212 int32_t cameraOutputRotation = innerVideoOutput_->GetVideoRotation(imageRotation); in GetVideoRotation() local
213 …CHECK_AND_RETURN_RET_LOG(cameraOutputRotation != CAMERA_SERVICE_FATAL_ERROR, CAMERA_SERVICE_FATAL_… in GetVideoRotation()
214 …_VideoOutput::GetVideoRotation camera service fatal error! ret: %{public}d", cameraOutputRotation); in GetVideoRotation()
215 *cameraImageRotation = static_cast<Camera_ImageRotation>(cameraOutputRotation); in GetVideoRotation()
H A Dphoto_output_impl.cpp416 int32_t cameraOutputRotation = innerPhotoOutput_->GetPhotoRotation(imageRotation); in GetPhotoRotation() local
417 …CHECK_AND_RETURN_RET_LOG(cameraOutputRotation != CAMERA_SERVICE_FATAL_ERROR, CAMERA_SERVICE_FATAL_… in GetPhotoRotation()
418 …PhotoOutput::GetPhotoRotation failed to get photo profile! ret: %{public}d", cameraOutputRotation); in GetPhotoRotation()
419 *cameraImageRotation = static_cast<Camera_ImageRotation>(cameraOutputRotation); in GetPhotoRotation()