[prev in list] [next in list] [prev in thread] [next in thread] 

List:       helix-datatype-cvs
Subject:    [Datatype-cvs] rm/video/renderer rvxvdfmt.cpp, 1.38.2.4.4.1,
From:       kliu () helixcommunity ! org
Date:       2011-03-31 8:44:18
Message-ID: 201103310844.p2V8iDsd009162 () mailer ! progressive-comp ! com
[Download RAW message or body]

Update of /cvsroot/datatype/rm/video/renderer
In directory cvs01.internal.helixcommunity.org:/tmp/cvs-serv6953

Modified Files:
      Tag: hxclient_3_6_5_atlas
	rvxvdfmt.cpp 
Log Message:
ported fix from 362 to 365


Index: rvxvdfmt.cpp
===================================================================
RCS file: /cvsroot/datatype/rm/video/renderer/rvxvdfmt.cpp,v
retrieving revision 1.38.2.4.4.1
retrieving revision 1.38.2.4.4.2
diff -u -d -r1.38.2.4.4.1 -r1.38.2.4.4.2
--- rvxvdfmt.cpp	28 Mar 2011 08:53:36 -0000	1.38.2.4.4.1
+++ rvxvdfmt.cpp	31 Mar 2011 08:44:14 -0000	1.38.2.4.4.2
@@ -354,12 +354,18 @@
 {
     HX_RESULT pnr = HXR_OK;
     HX_FORMAT_IMAGE* pMofOutI = (HX_FORMAT_IMAGE*) pMof;
+
 #ifdef HELIX_PRODUCT_LENOVO_LEPHONE_TD
-    if(pMofOutI->uiWidth > MAX_SUPPORTED_WIDTH || pMofOutI->uiHeight > \
MAX_SUPPORTED_HEIGHT) +    if(m_pRVXVideoRenderer->HasClientEngine())
     {
-        return HXR_UNSUPPORTED_VIDEO;
+        if(pMofOutI->uiWidth > MAX_SUPPORTED_WIDTH || pMofOutI->uiHeight > \
MAX_SUPPORTED_HEIGHT) +        {
+            CheckResolutionLimit(pMofOutI->uiWidth, MAX_SUPPORTED_WIDTH, \
pMofOutI->uiHeight, MAX_SUPPORTED_HEIGHT); +            return HXR_UNSUPPORTED_VIDEO;
+        }
     }
 #endif
+
     if (!m_pCodecOutputBIH)
     {
 	m_pCodecOutputBIH = new HXBitmapInfoHeader;


_______________________________________________
Datatype-cvs mailing list
Datatype-cvs@helixcommunity.org
http://lists.helixcommunity.org/mailman/listinfo/datatype-cvs


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic