Home
last modified time | relevance | path

Searched refs:SetCameraPhotoRotation (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/binder/base/include/
H A Distream_capture.h52 virtual int32_t SetCameraPhotoRotation(bool isEnable) = 0;
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/binder/client/include/
H A Dhstream_capture_proxy.h54 int32_t SetCameraPhotoRotation(bool isEnable) override;
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/binder/server/src/
H A Dhstream_capture_stub.cpp168 int ret = SetCameraPhotoRotation(isEnable); in HandleSetCameraPhotoRotation()
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/include/
H A Dhstream_capture.h79 int32_t SetCameraPhotoRotation(bool isEnable) override;
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/binder/client/src/
H A Dhstream_capture_proxy.cpp242 int32_t HStreamCaptureProxy::SetCameraPhotoRotation(bool isEnable) in SetCameraPhotoRotation() function in OHOS::CameraStandard::HStreamCaptureProxy
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/src/
H A Dhstream_capture.cpp839 int32_t HStreamCapture::SetCameraPhotoRotation(bool isEnable) in SetCameraPhotoRotation() function in OHOS::CameraStandard::HStreamCapture
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/output/
H A Dphoto_output.cpp980 errCode = streamCapturePtr->SetCameraPhotoRotation(true); in GetPhotoRotation()