Code/Resource
Windows Develop
Linux-Unix program
Internet-Socket-Network
Web Server
Browser Client
Ftp Server
Ftp Client
Browser Plugins
Proxy Server
Email Server
Email Client
WEB Mail
Firewall-Security
Telnet Server
Telnet Client
ICQ-IM-Chat
Search Engine
Sniffer Package capture
Remote Control
xml-soap-webservice
P2P
WEB(ASP,PHP,...)
TCP/IP Stack
SNMP
Grid Computing
SilverLight
DNS
Cluster Service
Network Security
Communication-Mobile
Game Program
Editor
Multimedia program
Graph program
Compiler program
Compress-Decompress algrithms
Crypt_Decrypt algrithms
Mathimatics-Numerical algorithms
MultiLanguage
Disk/Storage
Java Develop
assembly language
Applications
Other systems
Database system
Embeded-SCM Develop
FlashMX/Flex
source in ebook
Delphi VCL
OS Develop
MiddleWare
MPI
MacOS develop
LabView
ELanguage
Software/Tools
E-Books
Artical/Document
c_color_space.h
Package: 视频会议系统.rar [view]
Upload User: popouu88
Upload Date: 2013-02-11
Package Size: 2894k
Code Size: 3k
Category:
VOIP program
Development Platform:
Visual C++
- // c_color_space.h: interface for the c_color_space class.
- //
- //////////////////////////////////////////////////////////////////////
- #if !defined(AFX_C_COLOR_SPACE_H__FFB77981_6692_4ED0_BAD3_7677182DE8BF__INCLUDED_)
- #define AFX_C_COLOR_SPACE_H__FFB77981_6692_4ED0_BAD3_7677182DE8BF__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- class c_color_space
- {
- public:
- c_color_space( );
- virtual ~c_color_space( );
- public:
- /*RGB555*/
- static void __stdcall rgb555_to_rgb555(void* d,void* s,unsigned int l);
- static void __stdcall rgb555_to_bgr555(void* d,void* s,unsigned int l);
- static void __stdcall rgb555_to_rgb565(void* d,void* s,unsigned int l);
- static void __stdcall rgb555_to_bgr565(void* d,void* s,unsigned int l);
- static void __stdcall rgb555_to_rgb888(void* d,void* s,unsigned int l);
- static void __stdcall rgb555_to_bgr888(void* d,void* s,unsigned int l);
- static void __stdcall rgb555_to_rgb8888(void* d,void* s,unsigned int l);
- static void __stdcall rgb555_to_bgr8888(void* d,void* s,unsigned int l);
- /*RGB565*/
- static void __stdcall rgb565_to_rgb555(void* d,void* s,unsigned int l);
- static void __stdcall rgb565_to_bgr555(void* d,void* s,unsigned int l);
- static void __stdcall rgb565_to_rgb565(void* d,void* s,unsigned int l);
- static void __stdcall rgb565_to_bgr565(void* d,void* s,unsigned int l);
- static void __stdcall rgb565_to_rgb888(void* d,void* s,unsigned int l);
- static void __stdcall rgb565_to_bgr888(void* d,void* s,unsigned int l);
- static void __stdcall rgb565_to_rgb8888(void* d,void* s,unsigned int l);
- static void __stdcall rgb565_to_bgr8888(void* d,void* s,unsigned int l);
- /*RGB888*/
- static void __stdcall rgb888_to_rgb555(void* d,void* s,unsigned int l);
- static void __stdcall rgb888_to_bgr555(void* d,void* s,unsigned int l);
- static void __stdcall rgb888_to_rgb565(void* d,void* s,unsigned int l);
- static void __stdcall rgb888_to_bgr565(void* d,void* s,unsigned int l);
- static void __stdcall rgb888_to_rgb888(void* d,void* s,unsigned int l);
- static void __stdcall rgb888_to_bgr888(void* d,void* s,unsigned int l);
- static void __stdcall rgb888_to_rgb8888(void* d,void* s,unsigned int l);
- static void __stdcall rgb888_to_bgr8888(void* d,void* s,unsigned int l);
- /*RGB8888*/
- static void __stdcall rgb8888_to_rgb555(void* d,void* s,unsigned int l);
- static void __stdcall rgb8888_to_bgr555(void* d,void* s,unsigned int l);
- static void __stdcall rgb8888_to_rgb565(void* d,void* s,unsigned int l);
- static void __stdcall rgb8888_to_bgr565(void* d,void* s,unsigned int l);
- static void __stdcall rgb8888_to_rgb888(void* d,void* s,unsigned int l);
- static void __stdcall rgb8888_to_bgr888(void* d,void* s,unsigned int l);
- static void __stdcall rgb8888_to_rgb8888(void* d,void* s,unsigned int l);
- static void __stdcall rgb8888_to_bgr8888(void* d,void* s,unsigned int l);
- /*YUV*/
- //wait!!
- /*YUV2*/
- //wait!!
- /*HSV*/
- //wait!!
- /*others*/
- static void __stdcall zero_memory(void* d,unsigned int l);
- static void __stdcall memory_copy(void* d,void* s,unsigned int l);
- static void __stdcall flip_bmp(void* s,int w,int h,int c);
- static void __stdcall mirror_bmp(void* s,int w,int h,int c);
- };
- #endif // !defined(AFX_C_COLOR_SPACE_H__FFB77981_6692_4ED0_BAD3_7677182DE8BF__INCLUDED_)