| /utopia/UTPA2-700.0.x/mxlib/include/ |
| H A D | drvAUDIO.h | 138 #define AU_memcpy( pDstAddr, pSrcAddr, u32Size) \ argument 202 #define AU_Memset(pDstAddr, u8value, u32Size) \ argument
|
| /utopia/UTPA2-700.0.x/projects/tmplib/include/ |
| H A D | drvAUDIO.h | 136 #define AU_memcpy( pDstAddr, pSrcAddr, u32Size) \ argument 166 #define AU_Memset(pDstAddr, u8value, u32Size) \ argument
|
| /utopia/UTPA2-700.0.x/modules/ojpd_vdec_v1/drv/jpd/ |
| H A D | jpeg_def.h | 171 #define JPEG_memcpy(pDstAddr, pSrcAddr, u32Size) memcpy((pDstAddr), (pSrcAddr), (u32Size)) argument 172 #define JPEG_memset(pDstAddr, u8value, u32Size) memset((pDstAddr), (u8value), (u32Size)) argument
|
| /utopia/UTPA2-700.0.x/modules/ojpd_vdec_v2/drv/jpd_ex/ |
| H A D | jpeg_def.h | 171 #define JPEG_memcpy(pDstAddr, pSrcAddr, u32Size) memcpy((pDstAddr), (pSrcAddr), (u32Size)) argument 172 #define JPEG_memset(pDstAddr, u8value, u32Size) memset((pDstAddr), (u8value), (u32Size)) argument
|
| /utopia/UTPA2-700.0.x/modules/njpd/drv/njpd_ex/ |
| H A D | jpeg_def.h | 177 #define JPEG_memcpy(pDstAddr, pSrcAddr, u32Size) memcpy((pDstAddr), (pSrcAddr), (u32Size)) argument 178 #define JPEG_memset(pDstAddr, u8value, u32Size) memset((pDstAddr), (u8value), (u32Size)) argument
|
| H A D | njpeg_def.h | 187 #define JPEG_memcpy(pDstAddr, pSrcAddr, u32Size) memcpy((pDstAddr), (pSrcAddr), (u32Size)) argument 188 #define JPEG_memset(pDstAddr, u8value, u32Size) memset((pDstAddr), (u8value), (u32Size)) argument
|
| /utopia/UTPA2-700.0.x/modules/vdec_v3/api/vdec_v3/ |
| H A D | apiMJPEG_EX.c | 184 #define JPEG_memcpy(pDstAddr, pSrcAddr, u32Size) memcpy((pDstAddr), (pSrcAddr), (u32Size)) argument 185 #define JPEG_memset(pDstAddr, u8value, u32Size) memset((pDstAddr), (u8value), (u32Size)) argument 191 #define _MJPEG_Memcpy(pDstAddr, pSrcAddr, u32Size) \ argument
|
| H A D | apiVDEC_wrap.c | 142 #define _VDEC_Memcpy(pDstAddr, pSrcAddr, u32Size) memcpy((pDstAddr), (pSrcAddr), (u32Size)) argument 143 #define _VDEC_Memset(pDstAddr, u8value, u32Size) memset((pDstAddr), (u8value), (u32Size)) argument
|
| /utopia/UTPA2-700.0.x/modules/vdec_v2/api/vdec_ex/ |
| H A D | apiMJPEG_EX.c | 160 #define JPEG_memcpy(pDstAddr, pSrcAddr, u32Size) memcpy((pDstAddr), (pSrcAddr), (u32Size)) argument 161 #define JPEG_memset(pDstAddr, u8value, u32Size) memset((pDstAddr), (u8value), (u32Size)) argument 167 #define _MJPEG_Memcpy(pDstAddr, pSrcAddr, u32Size) \ argument
|
| H A D | apiVDEC_wrap.c | 134 #define _VDEC_Memcpy(pDstAddr, pSrcAddr, u32Size) memcpy((pDstAddr), (pSrcAddr), (u32Size)) argument 135 #define _VDEC_Memset(pDstAddr, u8value, u32Size) memset((pDstAddr), (u8value), (u32Size)) argument
|
| /utopia/UTPA2-700.0.x/modules/vdec_lite/api/vdec_lite/ |
| H A D | apiMJPEG_EX.c | 175 #define JPEG_memcpy(pDstAddr, pSrcAddr, u32Size) memcpy((pDstAddr), (pSrcAddr), (u32Size)) argument 176 #define JPEG_memset(pDstAddr, u8value, u32Size) memset((pDstAddr), (u8value), (u32Size)) argument 182 #define _MJPEG_Memcpy(pDstAddr, pSrcAddr, u32Size) \ argument
|
| H A D | apiVDEC_wrap.c | 144 #define _VDEC_Memcpy(pDstAddr, pSrcAddr, u32Size) memcpy((pDstAddr), (pSrcAddr), (u32Size)) argument 145 #define _VDEC_Memset(pDstAddr, u8value, u32Size) memset((pDstAddr), (u8value), (u32Size)) argument
|
| /utopia/UTPA2-700.0.x/modules/vdec_v1/drv/hvd/ |
| H A D | drvHVD_def.h | 274 #define HVD_memset( pDstAddr, u8value, u32Size) \ argument 301 #define HVD_memcpy( pDstAddr, pSrcAddr, u32Size) \ argument 468 #define HVD_UDMA_memcpy( pDstAddr, pSrcAddr, u32Size ) argument
|
| /utopia/UTPA2-700.0.x/modules/ojpd_vdec_v2/api/jpeg_ex/cmodel/inc/ |
| H A D | jpeg_cmodel_def.h | 219 #define JPEG_memcpy(pDstAddr, pSrcAddr, u32Size) memcpy((pDstAddr), (pSrcAddr), (u32Size)) argument 220 #define JPEG_memset(pDstAddr, u8value, u32Size) memset((pDstAddr), (u8value), (u32Size)) argument
|
| /utopia/UTPA2-700.0.x/modules/ojpd_vdec_v1/api/jpeg/cmodel/inc/ |
| H A D | jpeg_cmodel_def.h | 219 #define JPEG_memcpy(pDstAddr, pSrcAddr, u32Size) memcpy((pDstAddr), (pSrcAddr), (u32Size)) argument 220 #define JPEG_memset(pDstAddr, u8value, u32Size) memset((pDstAddr), (u8value), (u32Size)) argument
|
| /utopia/UTPA2-700.0.x/modules/vdec_v1/api/vdec/ |
| H A D | apiMJPEG_inc.c | 148 #define _MJPEG_Memcpy(pDstAddr, pSrcAddr, u32Size) \ argument
|
| H A D | apiVDEC_EX_wrap.c | 134 #define _VDEC_Memcpy(pDstAddr, pSrcAddr, u32Size) memcpy((pDstAddr), (pSrcAddr), (u32Size)) argument 135 #define _VDEC_Memset(pDstAddr, u8value, u32Size) memset((pDstAddr), (u8value), (u32Size)) argument
|
| H A D | apiVDEC.c | 228 #define _VDEC_Memcpy(pDstAddr, pSrcAddr, u32Size) memcpy((pDstAddr), (pSrcAddr), (u32Size)) argument 229 #define _VDEC_Memset(pDstAddr, u8value, u32Size) memset((pDstAddr), (u8value), (u32Size)) argument
|
| /utopia/UTPA2-700.0.x/modules/vdec_v1/drv/mvd/ |
| H A D | drvMVD.c | 172 #define _MVD_Memset(pDstAddr, u32value, u32Size) \ argument 181 #define _MVD_Memcpy(pDstAddr, pSrcAddr, u32Size) \ argument
|
| /utopia/UTPA2-700.0.x/modules/vdec_v2/drv/hvd_ex/ |
| H A D | drvHVD_def.h | 358 #define HVD_memcpy( pDstAddr, pSrcAddr, u32Size) \ argument
|
| /utopia/UTPA2-700.0.x/modules/vdec_v2/hal/mustang/mvd_ex/ |
| H A D | halMVD_EX.c | 371 #define _MVD_Memset(pDstAddr, u32value, u32Size) \ argument 382 #define _MVD_MemResetBit(pDstAddr, mask_num) \ argument
|
| /utopia/UTPA2-700.0.x/modules/vdec_v2/hal/maserati/mvd_ex/ |
| H A D | halMVD_EX.c | 350 #define _MVD_Memset(pDstAddr, u32value, u32Size) \ argument 361 #define _MVD_MemResetBit(pDstAddr, mask_num) \ argument
|
| /utopia/UTPA2-700.0.x/modules/vdec_v2/hal/maldives/mvd_ex/ |
| H A D | halMVD_EX.c | 371 #define _MVD_Memset(pDstAddr, u32value, u32Size) \ argument 382 #define _MVD_MemResetBit(pDstAddr, mask_num) \ argument
|
| /utopia/UTPA2-700.0.x/modules/vdec_v2/hal/M7821/mvd_ex/ |
| H A D | halMVD_EX.c | 350 #define _MVD_Memset(pDstAddr, u32value, u32Size) \ argument 361 #define _MVD_MemResetBit(pDstAddr, mask_num) \ argument
|
| /utopia/UTPA2-700.0.x/modules/vdec_v2/hal/manhattan/mvd_ex/ |
| H A D | halMVD_EX.c | 350 #define _MVD_Memset(pDstAddr, u32value, u32Size) \ argument 361 #define _MVD_MemResetBit(pDstAddr, mask_num) \ argument
|