Home
last modified time | relevance | path

Searched refs:GetPhotoRotation (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/ndk/impl/
H A Dphoto_output_impl.cpp412 Camera_ErrorCode Camera_PhotoOutput::GetPhotoRotation(int32_t imageRotation, Camera_ImageRotation* … in GetPhotoRotation() function in Camera_PhotoOutput
416 int32_t cameraOutputRotation = innerPhotoOutput_->GetPhotoRotation(imageRotation); in GetPhotoRotation()
H A Dphoto_output_impl.h268 …Camera_ErrorCode GetPhotoRotation(int32_t imageRotation, Camera_ImageRotation* cameraImageRotation…
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/ndk/
H A Dphoto_output.cpp406 return photoOutput->GetPhotoRotation(deviceDegree, imageRotation); in OH_PhotoOutput_GetPhotoRotation()
/ohos5.0/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/output/
H A Dphoto_output.h298 int32_t GetPhotoRotation(int32_t imageRotation);
/ohos5.0/foundation/multimedia/camera_framework/interfaces/kits/js/camera_napi/include/output/
H A Dphoto_output_napi.h318 static napi_value GetPhotoRotation(napi_env env, napi_callback_info info);
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/output/
H A Dphoto_output.cpp945 int32_t PhotoOutput::GetPhotoRotation(int32_t imageRotation) in GetPhotoRotation() function in OHOS::CameraStandard::PhotoOutput
/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/output/
H A Dphoto_output_napi.cpp1825 DECLARE_NAPI_FUNCTION("getPhotoRotation", GetPhotoRotation), in Init()
2358 napi_value PhotoOutputNapi::GetPhotoRotation(napi_env env, napi_callback_info info) in GetPhotoRotation() function in OHOS::CameraStandard::PhotoOutputNapi
2379 int32_t retCode = photoOutputNapi->photoOutput_->GetPhotoRotation(value); in GetPhotoRotation()
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/test/moduletest/src/
H A Dcamera_framework_moduletest.cpp12917 …int32_t photoRotation = photoOutput_1->GetPhotoRotation(PhotoCaptureSetting::RotationConfig::Rotat…