Searched refs:cameraOutputRotation (Results 1 – 3 of 3) sorted by relevance
203 int32_t cameraOutputRotation = innerPreviewOutput_->GetPreviewRotation(imageRotation); in GetPreviewRotation() local204 … 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()
212 int32_t cameraOutputRotation = innerVideoOutput_->GetVideoRotation(imageRotation); in GetVideoRotation() local213 …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()
416 int32_t cameraOutputRotation = innerPhotoOutput_->GetPhotoRotation(imageRotation); in GetPhotoRotation() local417 …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()