Home
last modified time | relevance | path

Searched defs:pDstAddr (Results 1 – 25 of 50) sorted by relevance

12

/utopia/UTPA2-700.0.x/mxlib/include/
H A DdrvAUDIO.h138 #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 DdrvAUDIO.h136 #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 Djpeg_def.h171 #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 Djpeg_def.h171 #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 Djpeg_def.h177 #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 Dnjpeg_def.h187 #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 DapiMJPEG_EX.c184 #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 DapiVDEC_wrap.c142 #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 DapiMJPEG_EX.c160 #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 DapiVDEC_wrap.c134 #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 DapiMJPEG_EX.c175 #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 DapiVDEC_wrap.c144 #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 DdrvHVD_def.h274 #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 Djpeg_cmodel_def.h219 #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 Djpeg_cmodel_def.h219 #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 DapiMJPEG_inc.c148 #define _MJPEG_Memcpy(pDstAddr, pSrcAddr, u32Size) \ argument
H A DapiVDEC_EX_wrap.c134 #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 DapiVDEC.c228 #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 DdrvMVD.c172 #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 DdrvHVD_def.h358 #define HVD_memcpy( pDstAddr, pSrcAddr, u32Size) \ argument
/utopia/UTPA2-700.0.x/modules/vdec_v2/hal/mustang/mvd_ex/
H A DhalMVD_EX.c371 #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 DhalMVD_EX.c350 #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 DhalMVD_EX.c371 #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 DhalMVD_EX.c350 #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 DhalMVD_EX.c350 #define _MVD_Memset(pDstAddr, u32value, u32Size) \ argument
361 #define _MVD_MemResetBit(pDstAddr, mask_num) \ argument

12