zpav8mem.h

来自「ZPAV (H265) pnxNNNN(PHILIPS) demo Z」· C头文件 代码 · 共 51 行

H
51
字号

/*
///////////////////////////////////////////////////////////////////////////////
//                                                                           //
//   Copyright (C) 2006-2008  Beijing,  pengzhen (pengzhenxp@yahoo.com.cn)   //
//                                                                           //
///////////////////////////////////////////////////////////////////////////////
*/

#ifndef __ZPAV8_MEM_H__
#define __ZPAV8_MEM_H__


#ifdef __cplusplus
extern "C" {
#endif 


void * dmp_memory_alloc( int ) ; /* memory */ 
void   dmp_memory_free( void* ) ;

void * dmp_cache_alloc( int ) ;  /* cache */ 
void   dmp_cache_free( void* ) ;

/**
** PHILIPS
*/

#ifdef __TCS__ 
//typedef UInt32 tmmlMmspHandle_t, *ptmmlMmspHandle_t;
extern unsigned int m_pMemHandle ;
#endif /* __TCS__ */

/**
** TI <Texas Instruments Incorporated>
*/

#ifdef _TMS320C6X 
extern int intHeap, extHeap ;
extern char * m_buffer_on_chip ; /* the DSP's on-chip memory ( size : 720*2*2 ) */
#endif /* _TMS320C6X */


#ifdef __cplusplus
}
#endif 


#endif /* __ZPAV8_MEM_H__ */

⌨️ 快捷键说明

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