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

List:       helix-video-cvs
Subject:    [Video-cvs] sitelib android.pcf,1.1.2.4.18.1,1.1.2.4.18.2
From:       kliu () helixcommunity ! org
Date:       2010-11-24 3:45:22
Message-ID: 201011240345.oAO3jjNd010567 () mailer ! progressive-comp ! com
[Download RAW message or body]

Update of /cvsroot/video/sitelib
In directory cvs01.internal.helixcommunity.org:/tmp/cvs-serv3246/video/sitelib

Modified Files:
      Tag: hxclient_3_6_2_atlas
	android.pcf 
Log Message:
Modified by: kliu@real.com 
Date: 11/18/2010
Project: RealPlayer for Android Smartphones

Synopsis: Re-enabling optimized neon memcpy for lephone and adding to U1

Overview: neon_memcpy and neon_interleaveUV were enabled for Lephone, but got \
disabled due to customer android version upgrade.  We are re-enabling it again by \
changing the android-version-depending marco – ANDROID_PRODUCT_qsd8250_surf – to \
an android-version-independent one – __ARM_NEON__.  At the same time, we are adding \
the same optimization to U1 by using __ARM_NEON__ and merging the optimization code \
to 362.

Files Modified:
video/site/Umakefil
video/sitelib/platform/unix/miniandroidsurf.cpp
datatype/rm/video/codec/g2mp4combo/dmp4
rarvcode-mpeg4combo/codec/g2mp4combo/dec/core_dec.cpp
rarvcode-mpeg4combo/codec/g2mp4combo/dmp4
video/sitelib/android.pcf

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

Platforms and Profiles Affected: 
Platform: android-2.2-arm-qsd_8650a
Profile: helix-client-android-full

Distribution Libraries Affected: 
None 

Distribution library impact and planned action: 
None 

Platforms and Profiles Build Verified: 
Platform: android-2.2-arm-qsd_8650a
Profile: helix-client-android-full

Platforms and Profiles Functionality verified: 
Platform: android-2.2-arm-qsd_8650a
Profile: helix-client-android-full

Branch: 361atlas, 362atlas

Copyright assignment: I am a RealNetworks employee or contractor


Index: android.pcf
===================================================================
RCS file: /cvsroot/video/sitelib/android.pcf,v
retrieving revision 1.1.2.4.18.1
retrieving revision 1.1.2.4.18.2
diff -u -d -r1.1.2.4.18.1 -r1.1.2.4.18.2
--- android.pcf	1 Nov 2010 03:44:20 -0000	1.1.2.4.18.1
+++ android.pcf	24 Nov 2010 03:45:19 -0000	1.1.2.4.18.2
@@ -79,7 +79,7 @@
 else:
         project.AddSources('platform/unix/miniandroidsurf.cpp')
 
-if project.IsDefined("ANDROID_PRODUCT_surf_8x50"):
+if project.IsDefined("__ARM_NEON__"):
     project.AddIncludes(GetSDKPath("OMX_INCLUDE"))
 
             


_______________________________________________
Video-cvs mailing list
Video-cvs@helixcommunity.org
http://lists.helixcommunity.org/mailman/listinfo/video-cvs


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

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