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

📄 mem_transfer.h

📁 瑞芯微RK2608固件源代码
💻 H
字号:
/*****************************************************************************
 *
 *  XVID MPEG-4@QVGA VIDEO DECODER ON ROCKCHIP RK2606
 *	
 *	Author:
 *		Jian Huan	<jh@rock-chips.com>
 *
 *	Date:
 *		2005-06-15
 ****************************************************************************/

#ifndef _MEM_TRANSFER_H
#define _MEM_TRANSFER_H

#include "../xvid_decoder.h"

/*****************************************************************************
 * transfer API
 ****************************************************************************/
__attribute__((section(".avi_v_text, \"ax\"")))
void
DMA_YUV_I2E(DECODER *xvid_dec,short y, short size);

__attribute__((section(".avi_v_text, \"ax\"")))
void
DMA_YUV_E2I_A(short index,    short dst_offset_pos);

__attribute__((section(".avi_v_text, \"ax\"")))
void
DMA_YUV_E2I_B(short index,    short dst_offset_pos);

__attribute__((section(".avi_v_text, \"ax\"")))
void
DMA_YUV_E2I_C(short index,    short dst_offset_pos);

__attribute__((section(".avi_v_text, \"ax\"")))
void
copy_y_from_external_to_internal(DECODER *xvid_dec, short x, short y);

__attribute__((section(".avi_v_text, \"ax\"")))
void
copy_uv_from_external_to_internal(DECODER *xvid_dec, short x, short y);

__attribute__((section(".avi_v_text, \"ax\"")))
void AviDmaRelease(void *pArg,void * );

__attribute__((section(".avi_v_text, \"ax\"")))
void Rgb2Lcd(unsigned short *RgbBuf);

__attribute__((section(".avi_v_text, \"ax\"")))
void DMA_RGB_I2E(unsigned short *RgbBuf, short y, short size);

 __attribute__((section(".avi_v_text, \"ax\"")))
void DMA_RGB_E2LCD( );
 __attribute__((section(".avi_v_text, \"ax\"")))

unsigned int GetLCDSdramIndex();

__attribute__((section(".avi_v_text, \"ax\"")))
void CALL_DmaChannelSetup(unsigned int channel);

#endif

⌨️ 快捷键说明

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