javauis/mmapi_akn/baseline/src.nga/cmmasurfacewindow.cpp
branchRCL_3
changeset 25 9ac0a0a7da70
parent 19 04becd199f91
child 46 4376525cdefb
equal deleted inserted replaced
24:0fd27995241b 25:9ac0a0a7da70
   152                 drawRect,  // video extent
   152                 drawRect,  // video extent
   153                 0.0f, // ignore
   153                 0.0f, // ignore
   154                 0.0f, // ignore
   154                 0.0f, // ignore
   155                 EVideoRotationNone,
   155                 EVideoRotationNone,
   156                 EAutoScaleBestFit,
   156                 EAutoScaleBestFit,
   157                 EHorizontalAlignLeft,
   157                 EHorizontalAlignCenter,
   158                 EVerticalAlignTop,
   158                 EVerticalAlignCenter,
   159                 (RWindow*)iWindow));
   159                 (RWindow*)iWindow));
   160 
   160 
   161         return error;
   161         return error;
   162     }
   162     }
   163     return KErrNone;
   163     return KErrNone;
   627             drawRect,  // video extent
   627             drawRect,  // video extent
   628             0.0f, // ignore
   628             0.0f, // ignore
   629             0.0f, // ignore
   629             0.0f, // ignore
   630             EVideoRotationNone,
   630             EVideoRotationNone,
   631             EAutoScaleBestFit,
   631             EAutoScaleBestFit,
   632             EHorizontalAlignLeft,
   632             EHorizontalAlignCenter,
   633             EVerticalAlignTop,
   633             EVerticalAlignCenter,
   634             (RWindow*)iWindow);
   634             (RWindow*)iWindow);
   635 
   635 
   636     DEBUG("MID::CMMASurfaceWindow::InitVideoDisplayL -");
   636     DEBUG("MID::CMMASurfaceWindow::InitVideoDisplayL -");
   637 }
   637 }
   638 
   638