📄 jpgmisc.h
字号:
/*
* Project Name JPEG DRIVER IN WINCE
* Copyright 2007 Samsung Electronics Co, Ltd. All Rights Reserved.
*
* This software is the confidential and proprietary information
* of Samsung Electronics ("Confidential Information").
* you shall not disclose such Confidential Information and shall use
* it only in accordance with the terms of the license agreement
* you entered into with Samsung Electronics
*
* This file implements JPEG driver.
*
* @name JPEG DRIVER MODULE Module (JPGMisc.c)
* @author Jiyoung Shin (idon.shin@samsung.com)
* @date 28-03-07
*/
#ifndef __JPG_MISC_H__
#define __JPG_MISC_H__
typedef unsigned char UCHAR;
typedef unsigned long ULONG;
typedef unsigned long u32;
typedef unsigned int UINT;
HANDLE CreateJPGmutex(void);
DWORD LockJPGMutex(void);
DWORD UnlockJPGMutex(void);
void DeleteJPGMutex(void);
void JPGPowerControl(BOOL bOnOff);
void printD(char* fmt, ...);
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -