diff -r 61516c5786af -r 00076e39386f accessoryservices/pluggeddisplay/pluggeddisplayengine/inc/edidhandler.h --- a/accessoryservices/pluggeddisplay/pluggeddisplayengine/inc/edidhandler.h Wed Jun 23 22:58:50 2010 +0100 +++ b/accessoryservices/pluggeddisplay/pluggeddisplayengine/inc/edidhandler.h Thu Jul 22 16:45:41 2010 +0100 @@ -173,6 +173,16 @@ */ TInt GetHdcpSupportStatus( TBool& aHdcpSupport ) const; + /** + * Update overscan values from cenrep. + * + * @param None. + * @return None. + */ + TBool UpdateOverscanValues(); + + void GetCurrentOverscanValue( TInt& aHOverscan, TInt& aVOverscan ); + private: /** @@ -347,14 +357,6 @@ */ void CalculateOverscan( TPoint& aTLCorner, TPoint& aBRCorner ) const; - /** - * Update overscan values from cenrep. - * - * @param None. - * @return None. - */ - void UpdateOverscanValues(); - /** * Filter out the unsupported TV configurations. * @@ -411,6 +413,12 @@ // Request ID TRequestTypeID iRequestID; + + // Number of extensions to read + TInt inbrOfExtensions; + + // Current EDID block + TInt iCurrentBlock; }; #endif // C_EDIDHANDLER_H