⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 mjpeg_avi_filereader_exp_header.h

📁 ADI blackfin DSP的基于device friver的jpeg压缩算法
💻 H
字号:
/*****************************************************************************
Copyright(c) 2005 Analog Devices, Inc.  All Rights Reserved. This software is 
proprietary and confidential to Analog Devices, Inc. and its licensors.
******************************************************************************

$RCSfile: MJPEG_AVI_FileReader_exp_header.h,v $
$Revision: 1.1 $
$Date: 2006/07/17 07:18:19 $

Project:	MJPEG Decoder
Title:		AVI File reader
Author(s):	P.V.R.B
Revised by: 

Description : Export header file of AVI File Reader.

References:
	
******************************************************************************
Tab Setting:			4
Target Processor:		Blackfin
Target Tools Revision:	VDSP++ 4.0
******************************************************************************

Modification History:
====================
$Log: MJPEG_AVI_FileReader_exp_header.h,v $
Revision 1.1  2006/07/17 07:18:19  bmk
JPEG-MJPEG User access files


******************************************************************************/

#ifndef __MJPEG_AVI_FILE_READER_EXPORT__
#define __MJPEG_AVI_FILE_READER_EXPORT__

#include "MJPEG_AVI_Common.h"
#define MJPEGREWIND

int32 MJPEG_AVI_OpenFileRead(uint32 *pAVIFileHandle, int8 *fileName);
int32 MJPEG_AVI_CloseFileRead(uint32 AVIFileHandle);
int32 MJPEG_AVI_OpenStreamRead(uint32 AVIFileHandle, uint32 *pAVIStreamHandle, uint32 fccType, int32 index);
int32 MJPEG_AVI_CloseStreamRead(uint32 AVIStreamHandle);
int32 MJPEG_AVI_ReadStreamInfo(uint32 AVIStreamHandle, tMJPEG_AVI_STREAMINFO *pStreamInfo, int32 size);
int32 MJPEG_AVI_ReadToNextFrame(uint32 AVIStreamHandle, uint32 *pBufLength);
#ifndef MJPEGREWIND
int32 MJPEG_AVI_ReadNextFrame(uint32 AVIStreamHandleParam, void* pBuffer, uint32 pBufLength);
#else
int32 MJPEG_AVI_RewindToFirstFrame(uint32 AVIStreamHandle, uint32 *pBufLength);
int32 MJPEG_AVI_ReadNextFrame(uint32 AVIStreamHandleParam, void* pBuffer, uint32 *pBufLength);
#endif
#endif /* __MJPEG_AVI_FILE_READER_EXPORT__ */

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -