serviceproviders/sapi_mediamanagement/mediamanagementservice/src/mgimageresolution.cpp
changeset 22 fc9cf246af83
parent 19 989d2f495d90
equal deleted inserted replaced
19:989d2f495d90 22:fc9cf246af83
    75      }
    75      }
    76   // -----------------------------------------------------------------------------
    76   // -----------------------------------------------------------------------------
    77   // CImageResolution::GetresolutionL
    77   // CImageResolution::GetresolutionL
    78   // This method gets the resolution of image
    78   // This method gets the resolution of image
    79   // ----------------------------------------------------------------------------- 
    79   // ----------------------------------------------------------------------------- 
    80   TBool CImageResolution::GetresolutionL(TSize& aSize)
    80   EXPORT_C  TBool CImageResolution::GetresolutionL(TSize& aSize)
    81       {
    81       {
    82       iFrameInfo = iImageDecoder->FrameInfo();
    82       iFrameInfo = iImageDecoder->FrameInfo();
    83       
    83       
    84       aSize.iWidth  = iFrameInfo.iOverallSizeInPixels.iWidth;
    84       aSize.iWidth  = iFrameInfo.iOverallSizeInPixels.iWidth;
    85       aSize.iHeight = iFrameInfo.iOverallSizeInPixels.iHeight;
    85       aSize.iHeight = iFrameInfo.iOverallSizeInPixels.iHeight;