[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,1.1.2.4.2.1
From:       kliu () helixcommunity ! org
Date:       2010-11-24 3:57:34
Message-ID: 201011240358.oAO3w6vr011226 () mailer ! progressive-comp ! com
[Download RAW message or body]

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

Modified Files:
      Tag: hxclient_3_6_1_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
ribosome/build/umakecf/android-2.1-arm-qsd_8x50.cf
ribosome/build/umakecf/android-2.2-arm-qsd_8250.cf
ribosome/build/umakecf/android-2.2-arm-qsd_8650a.cf
ribosome/build/umakecf/android-donut-arm-qsd_8x50.cf
ribosome/build/umakecf/android-donut3230-arm-qsd_8x50.cf

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
retrieving revision 1.1.2.4.2.1
diff -u -d -r1.1.2.4 -r1.1.2.4.2.1
--- android.pcf	10 Oct 2009 14:24:21 -0000	1.1.2.4
+++ android.pcf	24 Nov 2010 03:57:32 -0000	1.1.2.4.2.1
@@ -77,7 +77,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