Searched refs:cameraImageRotation (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/ndk/impl/ |
H A D | video_output_impl.cpp | 206 …era_VideoOutput::GetVideoRotation(int32_t imageRotation, Camera_ImageRotation* cameraImageRotation) in GetVideoRotation() argument 208 CHECK_AND_RETURN_RET_LOG(cameraImageRotation != nullptr, CAMERA_SERVICE_FATAL_ERROR, in GetVideoRotation() 215 *cameraImageRotation = static_cast<Camera_ImageRotation>(cameraOutputRotation); in GetVideoRotation()
|
H A D | preview_output_impl.cpp | 199 Camera_ImageRotation* cameraImageRotation) in GetPreviewRotation() argument 201 CHECK_AND_RETURN_RET_LOG(cameraImageRotation != nullptr, CAMERA_SERVICE_FATAL_ERROR, in GetPreviewRotation() 208 *cameraImageRotation = static_cast<Camera_ImageRotation>(cameraOutputRotation); in GetPreviewRotation()
|
H A D | photo_output_impl.cpp | 412 …era_PhotoOutput::GetPhotoRotation(int32_t imageRotation, Camera_ImageRotation* cameraImageRotation) in GetPhotoRotation() argument 414 CHECK_AND_RETURN_RET_LOG(cameraImageRotation != nullptr, CAMERA_SERVICE_FATAL_ERROR, in GetPhotoRotation() 419 *cameraImageRotation = static_cast<Camera_ImageRotation>(cameraOutputRotation); in GetPhotoRotation()
|
H A D | video_output_impl.h | 50 …amera_ErrorCode GetVideoRotation(int32_t imageRotation, Camera_ImageRotation* cameraImageRotation);
|
H A D | preview_output_impl.h | 50 …era_ErrorCode GetPreviewRotation(int32_t imageRotation, Camera_ImageRotation* cameraImageRotation);
|
H A D | photo_output_impl.h | 268 …amera_ErrorCode GetPhotoRotation(int32_t imageRotation, Camera_ImageRotation* cameraImageRotation);
|