Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/ndk/impl/
H A Dpreview_output_impl.cpp198 Camera_ErrorCode Camera_PreviewOutput::GetPreviewRotation(int32_t imageRotation, in GetPreviewRotation() function in Camera_PreviewOutput
203 int32_t cameraOutputRotation = innerPreviewOutput_->GetPreviewRotation(imageRotation); in GetPreviewRotation()
H A Dpreview_output_impl.h50 …Camera_ErrorCode GetPreviewRotation(int32_t imageRotation, Camera_ImageRotation* cameraImageRotati…
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/ndk/
H A Dpreview_output.cpp207 return previewOutput->GetPreviewRotation(displayRotation, imageRotation); in OH_PreviewOutput_GetPreviewRotation()
/ohos5.0/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/output/
H A Dpreview_output.h123 int32_t GetPreviewRotation(int32_t imageRotation);
/ohos5.0/foundation/multimedia/camera_framework/interfaces/kits/js/camera_napi/include/output/
H A Dpreview_output_napi.h111 static napi_value GetPreviewRotation(napi_env env, napi_callback_info info);
/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/output/
H A Dpreview_output_napi.cpp284 DECLARE_NAPI_FUNCTION("getPreviewRotation", GetPreviewRotation), in Init()
820 napi_value PreviewOutputNapi::GetPreviewRotation(napi_env env, napi_callback_info info) in GetPreviewRotation() function in OHOS::CameraStandard::PreviewOutputNapi
841 int32_t retCode = previewOutputNapi->previewOutput_->GetPreviewRotation(value); in GetPreviewRotation()
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/output/
H A Dpreview_output.cpp658 int32_t PreviewOutput::GetPreviewRotation(int32_t imageRotation) in GetPreviewRotation() function in OHOS::CameraStandard::PreviewOutput
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/test/moduletest/src/
H A Dcamera_framework_moduletest.cpp12911 …int32_t previewRotation = previewOutput_1->GetPreviewRotation(PhotoCaptureSetting::RotationConfig:…