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

List:       helix-video-dev
Subject:    Re: [hxvideo] cr for new RGB32-->RGB444 color converter.
From:       Eric Hyche <ehyche () real ! com>
Date:       2003-09-11 13:01:55
Message-ID: 5.1.0.14.2.20030911090140.00bc8ea8 () mailone ! real ! com
[Download RAW message or body]


These changes look good.

Eric

At 06:10 PM 9/10/2003 -0700, Greg Wright wrote:
>- Adds a new RGB32 --> RGB444 color converter to mobile
>   nostatic color converter library for SMIL site builds.
>- New file rgb32torgb444.c not shown.
>
>--greg.
>
>
>Index: symumake
>===================================================================
>RCS file: /cvs/video/colconverter/symumake,v
>retrieving revision 1.1
>diff -u -w -r1.1 symumake
>--- symumake 24 Apr 2003 21:20:36 -0000 1.1
>+++ symumake 11 Sep 2003 01:04:56 -0000
>@@ -1,3 +1,4 @@
>+# -*- python -*-
>  #
>  # ***** BEGIN LICENSE BLOCK *****
>  # Version: RCSL 1.0/RPSL 1.0
>@@ -38,6 +39,7 @@
>
>
>  project.AddIncludes("pub/platform/symbian")
>+project.AddModuleIncludes("common/include")
>
>  project.AddModuleLibraries("common/dbgtool[debuglib]")
>
>@@ -46,6 +48,10 @@
>                      "nostatic/444v565.c",
>                      "nostatic/565.c"
>                     )
>+
>+if ( 'HELIX_FEATURE_SMIL_SITE' in project.defines ):
>+    project.AddSources("nostatic/rgb32torgb444.c"
>+                       )
>
>  project.SetDLLTypeCodec()
>
>New file
>--greg.
>
>Index: umakefil
>===================================================================
>RCS file: /cvs/video/colconverter/umakefil,v
>retrieving revision 1.3
>diff -u -w -r1.3 umakefil
>--- umakefil 24 Apr 2003 21:20:36 -0000 1.3
>+++ umakefil 11 Sep 2003 01:04:56 -0000
>@@ -1,3 +1,4 @@
>+# -*- python -*-
>  #
>  # ***** BEGIN LICENSE BLOCK *****
>  # Version: RCSL 1.0/RPSL 1.0
>Index: pub/nostatic/colorlib.h
>===================================================================
>RCS file: /cvs/video/colconverter/pub/nostatic/colorlib.h,v
>retrieving revision 1.2
>diff -u -w -r1.2 colorlib.h
>--- pub/nostatic/colorlib.h 17 Apr 2003 21:30:04 -0000 1.2
>+++ pub/nostatic/colorlib.h 11 Sep 2003 01:04:56 -0000
>@@ -106,6 +106,18 @@
>    void UninitI420toRGB565( );
>    void UninitI420toRGB444( );
>    void UninitI420toRGB444v565( );
>+
>+#if defined(HELIX_FEATURE_SMIL_SITE)
>+    int RGB32toRGB444( unsigned char *dest_ptr,
>+                       int dest_width, int dest_height, int dest_pitch, 
>int dest_x,
>+                       int dest_y, int dest_dx, int dest_dy,
>+                       unsigned char *src_ptr,
>+                       int src_width, int src_height, int src_pitch,
>+                       int src_x, int src_y, int src_dx, int src_dy,
>+                       color_data_t* not_used);
>+
>+#endif
>+
>  #ifdef __cplusplus
>  }
>  #endif
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: dev-unsubscribe@video.helixcommunity.org
>For additional commands, e-mail: dev-help@video.helixcommunity.org

======================================
M. Eric Hyche (ehyche@real.com)
Core Technologies
RealNetworks, Inc.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@video.helixcommunity.org
For additional commands, e-mail: dev-help@video.helixcommunity.org


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

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