Searched refs:SetCameraPhotoRotation (Results 1 – 7 of 7) sorted by relevance
52 virtual int32_t SetCameraPhotoRotation(bool isEnable) = 0;
54 int32_t SetCameraPhotoRotation(bool isEnable) override;
168 int ret = SetCameraPhotoRotation(isEnable); in HandleSetCameraPhotoRotation()
79 int32_t SetCameraPhotoRotation(bool isEnable) override;
242 int32_t HStreamCaptureProxy::SetCameraPhotoRotation(bool isEnable) in SetCameraPhotoRotation() function in OHOS::CameraStandard::HStreamCaptureProxy
839 int32_t HStreamCapture::SetCameraPhotoRotation(bool isEnable) in SetCameraPhotoRotation() function in OHOS::CameraStandard::HStreamCapture
980 errCode = streamCapturePtr->SetCameraPhotoRotation(true); in GetPhotoRotation()