[h265]:add h265 paser and hal part code

git-svn-id: https://10.10.10.66:8443/svn/MediaProcessPlatform/trunk/mpp@293 6e48237b-75ef-9749-8fc9-41990f28c85a
This commit is contained in:
ChenSiyong
2015-09-24 01:29:14 +00:00
parent 8f1e6a3c84
commit 68ee293818
27 changed files with 10999 additions and 2 deletions

View File

@@ -56,5 +56,16 @@ typedef signed long long int RK_S64;
#ifndef MODULE_TAG
#define MODULE_TAG NULL
#endif
#ifndef NULL
#ifdef __cplusplus
#define NULL 0
#else
#define NULL ((void *)0)
#endif
#endif
#ifndef INT64_C
#define INT64_C(c) (c ## LL)
#define UINT64_C(c) (c ## ULL)
#endif
#endif /*__RK_TYPE_H__*/