equal
deleted
inserted
replaced
1067 TBool iSurfaceCreatedEventPublished; |
1067 TBool iSurfaceCreatedEventPublished; |
1068 TInt iOverflowPictureCounter; |
1068 TInt iOverflowPictureCounter; |
1069 TInt iVideoFrameBufSize; |
1069 TInt iVideoFrameBufSize; |
1070 TBool iResourceLost; |
1070 TBool iResourceLost; |
1071 TBool iRedrawDone; |
1071 TBool iRedrawDone; |
1072 |
1072 // Flag to indicate that the redraw surface has been created, and |
|
1073 // can be used in a subsequent call ro Redraw() |
|
1074 TBool iRedrawSurfaceInUse; |
|
1075 |
1073 //-- members for buffer management -- |
1076 //-- members for buffer management -- |
1074 MMmfVideoBufferManagementObserver* iVBMObserver; |
1077 MMmfVideoBufferManagementObserver* iVBMObserver; |
1075 TBufferOptions iVBMBufferOptions; |
1078 TBufferOptions iVBMBufferOptions; |
1076 RArray<TVideoPicture*> iVBMBufferReferenceQ; |
1079 RArray<TVideoPicture*> iVBMBufferReferenceQ; |
1077 RArray<TVideoPicture*> iVBMBufferQ; |
1080 RArray<TVideoPicture*> iVBMBufferQ; |
1087 //-- members for Surface support -- |
1090 //-- members for Surface support -- |
1088 MMMFVideoSurfaceObserver* iVideoSurfaceObserver; |
1091 MMMFVideoSurfaceObserver* iVideoSurfaceObserver; |
1089 MMmfVideoPropertiesObserver* iVPObserver; |
1092 MMmfVideoPropertiesObserver* iVPObserver; |
1090 RWsSession iWsSession; |
1093 RWsSession iWsSession; |
1091 TSize iPicSize; |
1094 TSize iPicSize; |
|
1095 TUint iAspectRatioNum; |
|
1096 TUint iAspectRatioDenom; |
1092 //-- members for Trickplay support -- |
1097 //-- members for Trickplay support -- |
1093 TInt iStepFrameCount; |
1098 TInt iStepFrameCount; |
1094 TInt iPlayRate; |
1099 TInt iPlayRate; |
1095 TBool iKeyFrameMode; |
1100 TBool iKeyFrameMode; |
1096 MMmfVideoPlayRateObserver* iFPObserver; |
1101 MMmfVideoPlayRateObserver* iFPObserver; |