mdfdevvideoextensions/nga_mdf_postprocessor/inc/NGAPostProcHwDevice.h
changeset 13 efebd1779a59
parent 0 40261b775718
child 15 c1e808730d6c
equal deleted inserted replaced
0:40261b775718 13:efebd1779a59
    22 #include <e32std.h> 
    22 #include <e32std.h> 
    23 #include <w32std.h>
    23 #include <w32std.h>
    24 #include <e32base.h>
    24 #include <e32base.h>
    25 #include <e32def.h>
    25 #include <e32def.h>
    26 #include <e32cmn.h>
    26 #include <e32cmn.h>
    27 #include <STDIO.H>
    27 #include <stdio.h>
    28 #include <string.h>
    28 #include <string.h>
    29 #include <stdarg.h>
    29 #include <stdarg.h>
    30 
    30 
    31 #include <mmf/devvideo/videoplayhwdevice.h>
    31 #include <mmf/devvideo/videoplayhwdevice.h>
    32 #include <mmf/devvideo/devvideostandardcustominterfaces.h>
    32 #include <mmf/devvideo/devvideostandardcustominterfaces.h>
  1049 	
  1049 	
  1050 	RSurfaceManager::TSurfaceCreationAttributesBuf	iAttributes;
  1050 	RSurfaceManager::TSurfaceCreationAttributesBuf	iAttributes;
  1051 	RChunk										iChunk;
  1051 	RChunk										iChunk;
  1052 	RSurfaceManager::TInfoBuf 					iInfo;
  1052 	RSurfaceManager::TInfoBuf 					iInfo;
  1053 	TSurfaceId									iSurfaceId;
  1053 	TSurfaceId									iSurfaceId;
  1054 	TSurfaceId									iRedrawSurfaceId;
       
  1055 	TBool           							iIsInputEnded;
  1054 	TBool           							iIsInputEnded;
  1056 	CNGAPostProcTimer*							iPostingTimer;
  1055 	CNGAPostProcTimer*							iPostingTimer;
  1057 	CMMFDevVideoPlay::TPictureCounters  		iPictureCounters;
  1056 	CMMFDevVideoPlay::TPictureCounters  		iPictureCounters;
  1058 	TBool 										iFirstPictureUpdated;
  1057 	TBool 										iFirstPictureUpdated;
  1059 	TBool 										iUsingExternalSurface;
  1058 	TBool 										iUsingExternalSurface;