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

List:       helix-datatype-cvs
Subject:    [Datatype-cvs] common/vidrend/pub vidrendf.h,1.21.2.8,1.21.2.8.4.1
From:       zlin () helixcommunity ! org
Date:       2011-03-30 10:21:33
Message-ID: 201103301021.p2UALSe2020621 () mailer ! progressive-comp ! com
[Download RAW message or body]

Update of /cvsroot/datatype/common/vidrend/pub
In directory cvs01.internal.helixcommunity.org:/tmp/cvs-serv1218

Modified Files:
      Tag: hxclient_3_6_5_atlas
	vidrendf.h 
Log Message:
Modified by: joeli@real.com
Date: 2010-12-03
Project: RealPlayer for Android Smartphones

Overview:
Due to the mkv contents
when extracting thumbnail from contents, it need to seek the the contents;
while some mkv contents with no seek cue table or with broken cue, it can ¡ ¯t \
support seek, so it failed to extract the thumbnail. As Now for these special \
contents, we extracting the eighth packet as thumbnail picture. And if the picture \
seems enough dark, we will try 3 times as current logic.

Files Added:
NA

player/kit/android/MetaDataDriver.cpp
player/common/dtdr_service/thumbnail_service/thumbnailservice.cpp
player/common/dtdr_service/thumbnail_service/pub/thumbnailservice.h
datatype/tools/dtdriver/decoder/video/vdecoder.cpp
datatype/mkv/fileformat/mkv_file_format.cpp

Image Size and Heap Use impact (Client-Only):
None

Platforms and Profiles Affected:
Platform: hxclient_3_6_2_atlas & hxclient_3_6_1_atlas
Profile: helix-client-android and helix-client-all-defines

Distribution Libraries Affected:
NA

Distribution library impact and planned action:
NA

Platforms and Profiles Build Verified:
Platform: hxclient_3_6_2_atlas  & hxclient_3_6_1_atlas
Profile:  helix-client-android and helix-client-all-defines

Platforms and Profiles Functionality verified:
Platform: hxclient_3_6_2_atlas & hxclient_3_6_1_atlas
Profile: helix-client-android and helix-client-all-defines

Branch: hxclient_3_6_2_atlas & hxclient_3_6_1_atlas
Copyright assignment: I am a RealNetworks employee


Index: vidrendf.h
===================================================================
RCS file: /cvsroot/datatype/common/vidrend/pub/vidrendf.h,v
retrieving revision 1.21.2.8
retrieving revision 1.21.2.8.4.1
diff -u -d -r1.21.2.8 -r1.21.2.8.4.1
--- vidrendf.h	12 Dec 2010 21:55:48 -0000	1.21.2.8
+++ vidrendf.h	30 Mar 2011 10:21:30 -0000	1.21.2.8.4.1
@@ -77,6 +77,9 @@
  */
 class CVideoRenderer;
 
+#ifdef HELIX_PRODUCT_LENOVO_LEPHONE_TD
+    void CheckResolutionLimit(UINT32 width, UINT32 width_limit, UINT32 height, \
UINT32 height_limit); +#endif
 
 /****************************************************************************
  *  CVideoFormat
@@ -170,6 +173,10 @@
 
     HXBOOL AreRawPacketsDone(void)	{ return m_bRawPacketsDone; }
 
+#ifdef HELIX_PRODUCT_LENOVO_LEPHONE_TD
+    void CheckResolutionLimit(UINT32 width, UINT32 width_limit, UINT32 height, \
UINT32 height_limit); +#endif
+
     void SuspendInput()    { m_bInputSuspended = TRUE; }
     void ResumeInput()    { m_bInputSuspended = FALSE; }
 


_______________________________________________
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