equal
deleted
inserted
replaced
675 |
675 |
676 IMPORT_C void SetRelativeOrientationOptionsL(TOrientationReference aOrientationReference, |
676 IMPORT_C void SetRelativeOrientationOptionsL(TOrientationReference aOrientationReference, |
677 TRelativeRotation aRelativeRotation, TRelativeMirror aRelativeMirror, TRelativeFlipping aRelativeFlipping); |
677 TRelativeRotation aRelativeRotation, TRelativeMirror aRelativeMirror, TRelativeFlipping aRelativeFlipping); |
678 |
678 |
679 private: |
679 private: |
680 CCameraImageProcessing(CCamera& aOwner); |
680 IMPORT_C CCameraImageProcessing(CCamera& aOwner); |
681 void ConstructL(); |
681 IMPORT_C void ConstructL(); |
682 void ConstructL(const MImplementationFactory& aImplFactory); |
682 IMPORT_C void ConstructL(const MImplementationFactory& aImplFactory); |
683 |
683 |
684 private: |
684 private: |
685 CCamera& iOwner; |
685 CCamera& iOwner; |
686 MCameraImageProcessing* iImpl; // not owned |
686 MCameraImageProcessing* iImpl; // not owned |
687 MCameraImageProcessing2* iImpl2; //not owned |
687 MCameraImageProcessing2* iImpl2; //not owned |