videoplayback/hbvideoplaybackview/tsrc/testmpxvideoviewwrapper/stub/src/mpxvideoplaybackdisplayhandler.cpp
changeset 20 b9e04db066d4
parent 15 cf5481c2bc0b
child 28 c48470be1ba7
equal deleted inserted replaced
17:69946d1824c4 20:b9e04db066d4
    13 *
    13 *
    14 * Description:   Implementation of video playback display handler
    14 * Description:   Implementation of video playback display handler
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 // Version : %version:  4 %
    18 // Version : %version:  5 %
    19 
    19 
    20 #include <sysutil.h>
    20 #include <sysutil.h>
    21 #include <s32file.h>
    21 #include <s32file.h>
    22 #include <mpxcommand.h>
    22 #include <mpxcommand.h>
    23 #include <mpxcommandgeneraldefs.h>
    23 #include <mpxcommandgeneraldefs.h>
   159 //   CMPXVideoPlaybackDisplayHandler::SetDefaultAspectRatioL
   159 //   CMPXVideoPlaybackDisplayHandler::SetDefaultAspectRatioL
   160 // -------------------------------------------------------------------------------------------------
   160 // -------------------------------------------------------------------------------------------------
   161 //
   161 //
   162 TInt CMPXVideoPlaybackDisplayHandler::SetDefaultAspectRatioL(
   162 TInt CMPXVideoPlaybackDisplayHandler::SetDefaultAspectRatioL(
   163                                           QMPXVideoPlaybackViewFileDetails* aFileDetails,
   163                                           QMPXVideoPlaybackViewFileDetails* aFileDetails,
   164                                           TReal aDisplayAspectRatio )
   164                                           TReal32 aDisplayAspectRatio )
   165 {
   165 {
   166     Q_UNUSED( aFileDetails );
   166     Q_UNUSED( aFileDetails );
   167     Q_UNUSED( aDisplayAspectRatio );
   167     Q_UNUSED( aDisplayAspectRatio );
   168     TInt newAspectRatio = EMMFNatural;
   168     TInt newAspectRatio = EMMFNatural;
   169 
   169