accessoryservices/pluggeddisplay/pluggeddisplayengine/inc/tvoutconfigforcomposite.h
branchRCL_3
changeset 19 94cb00198351
parent 0 4e1aa6a622a0
equal deleted inserted replaced
17:0b0048910c20 19:94cb00198351
   121      * @param  None.
   121      * @param  None.
   122      * @return void.
   122      * @return void.
   123      */
   123      */
   124     void Disable();
   124     void Disable();
   125 
   125 
       
   126 	TBool UpdateOverscanValues();
       
   127 	
   126 private:
   128 private:
   127 
   129 
   128     /**
   130     /**
   129      * Initializes the driver with the values from the Central Repository.
   131      * Initializes the driver with the values from the Central Repository.
   130      * @aBootTime indicates, if method is called during phone boot
   132      * @aBootTime indicates, if method is called during phone boot
   260     CMyAsyncOneShotTimer* iMyAsyncOneShotTimer;
   262     CMyAsyncOneShotTimer* iMyAsyncOneShotTimer;
   261 
   263 
   262     // Time out reason and next opt after timer has 
   264     // Time out reason and next opt after timer has 
   263     // elapsed
   265     // elapsed
   264     TOpt iTimeOutReason;
   266     TOpt iTimeOutReason;
       
   267 	
       
   268     // Horizontal overscan in pixels (1% == 100)
       
   269     TInt iHOverscan;
       
   270 
       
   271     // Vertical overscan in pixels (1% == 100)
       
   272     TInt iVOverscan;
   265     };
   273     };
   266 
   274 
   267 #endif // TVOUTCONFIGFORCOMPOSITE_H
   275 #endif // TVOUTCONFIGFORCOMPOSITE_H