| /utopia/UTPA2-700.0.x/modules/dscmb/drv/dscmb/ |
| H A D | drvDSCMB.c | 401 MS_BOOL _MDrv_DSCMB2_OptConfig(MS_U32 u32EngId, DSCMB_Option eOpt, void* pInput, void* pOutput, MS_… in _MDrv_DSCMB2_OptConfig() argument 419 return HAL_DSCMB_OptConfig(u32EngId, eOption, pInput, pOutput, bSet); in _MDrv_DSCMB2_OptConfig() 430 MS_BOOL _MDrv_DSCMB2_GetCap(MS_U32 u32EngId, DSCMB_Query_Type eQueryType, void* pInput, void* pOutp… in _MDrv_DSCMB2_GetCap() argument 446 DSCMB_ASSERT_AND_RETURN(pInput != NULL); in _MDrv_DSCMB2_GetCap() 447 *((HAL_DSCMB_Type *)pInput) = _DSCMB_TypeCasting(*((DSCMB_Type *)pInput)); in _MDrv_DSCMB2_GetCap() 451 DSCMB_ASSERT_AND_RETURN(pInput != NULL); in _MDrv_DSCMB2_GetCap() 452 if((*(DSCMB_Key_Type *)pInput) == E_DSCMB_KEY_CLEAR) in _MDrv_DSCMB2_GetCap() 471 …DSCMB_ASSERT_AND_RETURN((pInput != NULL) && (*((MS_U32*)pInput) < E_HAL_DSCMB_CAP_SHARE_KEY_REGION… in _MDrv_DSCMB2_GetCap() 475 …DSCMB_ASSERT_AND_RETURN((pInput != NULL) && (*((MS_U32*)pInput) < E_HAL_DSCMB_CAP_SHARE_KEY_REGION… in _MDrv_DSCMB2_GetCap() 484 return HAL_DSCMB_GetCap(u32EngId, u32Cap, pInput, pOutput); in _MDrv_DSCMB2_GetCap() [all …]
|
| H A D | dscmb_private.h | 57 MS_BOOL _MDrv_DSCMB2_GetCap(MS_U32 u32EngId, DSCMB_Query_Type eQueryType, void* pInput, void* pOutp… 83 MS_BOOL _MDrv_DSCMB2_OptConfig(MS_U32 u32EngId, DSCMB_Option eOpt, void* pInput, void* pOutput, MS_…
|
| H A D | dscmb.c | 279 psQuery->pInput, in DSCMBIoctl() 294 psOpt->pInput, in DSCMBIoctl()
|
| /utopia/UTPA2-700.0.x/modules/vdec_v1/api/vdec/ |
| H A D | apiVDEC.c | 13893 VDEC_CC_InputPara* pInput = (VDEC_CC_InputPara*)pIn; in MApi_VDEC_V2_CC_SetCfg() local 13894 if (pInput->u32Ver != 0) in MApi_VDEC_V2_CC_SetCfg() 13896 printf("%s not supported ver %ld\n", __FUNCTION__, pInput->u32Ver); in MApi_VDEC_V2_CC_SetCfg() 13899 u16BufferSize = (MS_U16)pInput->u32Val; in MApi_VDEC_V2_CC_SetCfg() 13909 VDEC_CC_InputPara* pInput = (VDEC_CC_InputPara*)pIn; in MApi_VDEC_V2_CC_SetCfg() local 13910 if (pInput->u32Ver != 0) in MApi_VDEC_V2_CC_SetCfg() 13912 printf("%s not supported ver %ld\n", __FUNCTION__, pInput->u32Ver); in MApi_VDEC_V2_CC_SetCfg() 13915 u16BufferSize = (MS_U16)pInput->u32Val; in MApi_VDEC_V2_CC_SetCfg() 13972 VDEC_CC_InputPara* pInput = (VDEC_CC_InputPara*)pIn; in MApi_VDEC_V2_CC_SetBuffStartAdd() local 13973 if (pInput->u32Ver != 0) in MApi_VDEC_V2_CC_SetBuffStartAdd() [all …]
|
| /utopia/UTPA2-700.0.x/modules/dscmb/api/nsk2hdi/ |
| H A D | nsk2hdi_m2m.c | 91 MS_U8 *pInput; member 637 memcpy(pTestInput, pM2MConfig->pInput,pM2MConfig->size); in NSKHDI_WriteM2MTest() 684 pTestInput = pM2MConfig->pInput; in NSKHDI_WriteM2MTest() 752 tM2MConfig.pInput = in_data; in NSKHDI_DMADevice_WriteData()
|
| /utopia/UTPA2-700.0.x/modules/vdec_v2/api/vdec_ex/ |
| H A D | apiVDEC_EX.c | 4401 VDEC_EX_DecCmd *pInput; in _MApi_VDEC_EX_MVC_SetControl() local 4403 pInput = (VDEC_EX_DecCmd *)(*((MS_VIRT*)(param[0]))); in _MApi_VDEC_EX_MVC_SetControl() 4405 packetInfo.u32Staddr = pInput->u32StAddr; in _MApi_VDEC_EX_MVC_SetControl() 4406 packetInfo.u32Length = pInput->u32Size; in _MApi_VDEC_EX_MVC_SetControl() 4407 packetInfo.u32TimeStamp = pInput->u32Timestamp; in _MApi_VDEC_EX_MVC_SetControl() 4408 packetInfo.u32ID_H = pInput->u32ID_H; in _MApi_VDEC_EX_MVC_SetControl() 4409 packetInfo.u32ID_L = pInput->u32ID_L; in _MApi_VDEC_EX_MVC_SetControl() 7369 VDEC_EX_CC_InputPara* pInput = (VDEC_EX_CC_InputPara*)pIn; in _MApi_VDEC_EX_V2_CC_SetCfg() local 7370 if (pInput->u32Ver != 0) in _MApi_VDEC_EX_V2_CC_SetCfg() 7372 VDEC_PRINT("%s not supported ver %d\n", __FUNCTION__, pInput->u32Ver); in _MApi_VDEC_EX_V2_CC_SetCfg() [all …]
|
| /utopia/UTPA2-700.0.x/modules/dscmb/hal/M7821/dscmb/ |
| H A D | halDSCMB.c | 744 MS_BOOL HAL_DSCMB_OptConfig(MS_U32 u32EngId, HAL_DSCMB_Option eOpt, void* pInput, void* pOutput, MS… in HAL_DSCMB_OptConfig() argument 751 if(pInput == NULL) in HAL_DSCMB_OptConfig() 760 MS_BOOL bEnable = *(MS_BOOL*)pInput; in HAL_DSCMB_OptConfig() 782 MS_BOOL bEnable = *(MS_BOOL*)pInput; in HAL_DSCMB_OptConfig()
|
| H A D | halDSCMB.h | 199 MS_BOOL HAL_DSCMB_OptConfig(MS_U32 u32EngId, HAL_DSCMB_Option eOpt, void* pInput, void* pOutput, MS…
|
| /utopia/UTPA2-700.0.x/mxlib/include/ |
| H A D | drvDSCMB_v2.h | 87 void* pInput; member 95 void* pInput; member
|
| H A D | drvDSCMB.h | 1048 DLL_PUBLIC MS_BOOL MDrv_DSCMB2_OptConfig(MS_U32 u32EngId, DSCMB_Option eOpt, void* pInput, void* pO… 1060 DLL_PUBLIC MS_BOOL MDrv_DSCMB2_GetCap(MS_U32 u32EngId, DSCMB_Query_Type eQueryType, void* pInput, v…
|
| /utopia/UTPA2-700.0.x/modules/dscmb/drv/dscmb2/ |
| H A D | drvDSCMB.c | 3662 MS_BOOL _MDrv_DSCMB2_GetCap(MS_U32 u32EngId, DSCMB_Query_Type eQueryType, void* pInput, void* pOutp… in _MDrv_DSCMB2_GetCap() argument 3678 DSCMB_ASSERT_AND_RETURN(pInput != NULL); in _MDrv_DSCMB2_GetCap() 3682 DSCMB_ASSERT_AND_RETURN(pInput != NULL); in _MDrv_DSCMB2_GetCap() 3683 if((*(DSCMB_Key_Type *)pInput) <= E_DSCMB_KEY_ODD) in _MDrv_DSCMB2_GetCap() 3715 return HAL_DSCMB_GetCap(u32EngId, u32Cap, pInput, pOutput); in _MDrv_DSCMB2_GetCap() 5114 MS_BOOL MDrv_DSCMB2_GetCap(MS_U32 u32EngId, DSCMB_Query_Type eQueryType, void* pInput, void* pOutpu… in MDrv_DSCMB2_GetCap() argument 5126 pArgs.pInput = pInput; in MDrv_DSCMB2_GetCap() 5139 return _MDrv_DSCMB2_GetCap(u32EngId, eQueryType, pInput, pOutput); in MDrv_DSCMB2_GetCap()
|
| /utopia/UTPA2-700.0.x/modules/vdec_lite/api/vdec_lite/ |
| H A D | apiVDEC_EX.c | 7975 VDEC_EX_DecCmd *pInput; in _MApi_VDEC_EX_MVC_SetControl() local 7977 pInput = (VDEC_EX_DecCmd *)(*((MS_VIRT*)(param[0]))); in _MApi_VDEC_EX_MVC_SetControl() 7979 packetInfo.u32Staddr = pInput->u32StAddr; in _MApi_VDEC_EX_MVC_SetControl() 7980 packetInfo.u32Length = pInput->u32Size; in _MApi_VDEC_EX_MVC_SetControl() 7981 packetInfo.u32TimeStamp = pInput->u32Timestamp; in _MApi_VDEC_EX_MVC_SetControl() 7982 packetInfo.u32ID_H = pInput->u32ID_H; in _MApi_VDEC_EX_MVC_SetControl() 7983 packetInfo.u32ID_L = pInput->u32ID_L; in _MApi_VDEC_EX_MVC_SetControl() 11760 VDEC_EX_CC_InputPara* pInput = (VDEC_EX_CC_InputPara*)pIn; in _MApi_VDEC_EX_V2_CC_SetCfg() local 11761 if (pInput->u32Ver != 0) in _MApi_VDEC_EX_V2_CC_SetCfg() 11763 VDEC_PRINT("%s not supported ver %d\n", __FUNCTION__, pInput->u32Ver); in _MApi_VDEC_EX_V2_CC_SetCfg() [all …]
|
| /utopia/UTPA2-700.0.x/modules/dscmb/hal/mustang/dscmb/ |
| H A D | halDSCMB.c | 622 MS_BOOL HAL_DSCMB_OptConfig(MS_U32 u32EngId, HAL_DSCMB_Option eOpt, void* pInput, void* pOutput, MS… in HAL_DSCMB_OptConfig() argument 629 if(pInput == NULL) in HAL_DSCMB_OptConfig() 638 MS_BOOL bEnable = *(MS_BOOL*)pInput; in HAL_DSCMB_OptConfig()
|
| H A D | halDSCMB.h | 197 MS_BOOL HAL_DSCMB_OptConfig(MS_U32 u32EngId, HAL_DSCMB_Option eOpt, void* pInput, void* pOutput, MS…
|
| /utopia/UTPA2-700.0.x/modules/dscmb/hal/M7621/dscmb/ |
| H A D | halDSCMB.c | 673 MS_BOOL HAL_DSCMB_OptConfig(MS_U32 u32EngId, HAL_DSCMB_Option eOpt, void* pInput, void* pOutput, MS… in HAL_DSCMB_OptConfig() argument 680 if(pInput == NULL) in HAL_DSCMB_OptConfig() 689 MS_BOOL bEnable = *(MS_BOOL*)pInput; in HAL_DSCMB_OptConfig()
|
| H A D | halDSCMB.h | 198 MS_BOOL HAL_DSCMB_OptConfig(MS_U32 u32EngId, HAL_DSCMB_Option eOpt, void* pInput, void* pOutput, MS…
|
| /utopia/UTPA2-700.0.x/modules/dscmb/hal/maxim/dscmb/ |
| H A D | halDSCMB.c | 673 MS_BOOL HAL_DSCMB_OptConfig(MS_U32 u32EngId, HAL_DSCMB_Option eOpt, void* pInput, void* pOutput, MS… in HAL_DSCMB_OptConfig() argument 680 if(pInput == NULL) in HAL_DSCMB_OptConfig() 689 MS_BOOL bEnable = *(MS_BOOL*)pInput; in HAL_DSCMB_OptConfig()
|
| H A D | halDSCMB.h | 198 MS_BOOL HAL_DSCMB_OptConfig(MS_U32 u32EngId, HAL_DSCMB_Option eOpt, void* pInput, void* pOutput, MS…
|
| /utopia/UTPA2-700.0.x/modules/vdec_v3/api/vdec_v3/ |
| H A D | apiVDEC_EX.c | 9078 VDEC_EX_DecCmd *pInput; in _MApi_VDEC_EX_MVC_SetControl() local 9080 pInput = (VDEC_EX_DecCmd *)(*((MS_VIRT*)(param[0]))); in _MApi_VDEC_EX_MVC_SetControl() 9082 packetInfo.u32Staddr = pInput->u32StAddr; in _MApi_VDEC_EX_MVC_SetControl() 9083 packetInfo.u32Length = pInput->u32Size; in _MApi_VDEC_EX_MVC_SetControl() 9084 packetInfo.u32TimeStamp = pInput->u32Timestamp; in _MApi_VDEC_EX_MVC_SetControl() 9085 packetInfo.u32ID_H = pInput->u32ID_H; in _MApi_VDEC_EX_MVC_SetControl() 9086 packetInfo.u32ID_L = pInput->u32ID_L; in _MApi_VDEC_EX_MVC_SetControl() 12827 VDEC_EX_CC_InputPara* pInput = (VDEC_EX_CC_InputPara*)pIn; in _MApi_VDEC_EX_V2_CC_SetCfg() local 12828 if (pInput->u32Ver != 0) in _MApi_VDEC_EX_V2_CC_SetCfg() 12830 VDEC_PRINT("%s not supported ver %d\n", __FUNCTION__, pInput->u32Ver); in _MApi_VDEC_EX_V2_CC_SetCfg() [all …]
|
| /utopia/UTPA2-700.0.x/modules/dscmb/utopia_adaption/dscmb/ |
| H A D | DSCMB_adp.c | 168 …_psQuery[1],UADP_SPT_POINTER_TO_NEXT, ((unsigned long)(&(pDSCMB_psQuery->pInput)) - (unsigned long… in DSCMB_adp_Init() 173 …nfig[1],UADP_SPT_POINTER_TO_NEXT, ((unsigned long)(&(pDSCMB_psOptConfig->pInput)) - (unsigned long… in DSCMB_adp_Init()
|
| /utopia/UTPA2-700.0.x/projects/tmplib/include/ |
| H A D | drvDSCMB_v2.h | 75 void* pInput; member
|
| /utopia/UTPA2-700.0.x/modules/dscmb/hal/macan/dscmb/ |
| H A D | halDSCMB.h | 187 MS_BOOL HAL_DSCMB_OptConfig(MS_U32 u32EngId, DSCMB_Option eOpt, void* pInput, void* pOutput, MS_BOO…
|
| /utopia/UTPA2-700.0.x/modules/dscmb/hal/manhattan/dscmb/ |
| H A D | halDSCMB.h | 196 MS_BOOL HAL_DSCMB_OptConfig(MS_U32 u32EngId, HAL_DSCMB_Option eOpt, void* pInput, void* pOutput, MS…
|
| /utopia/UTPA2-700.0.x/modules/dscmb/hal/maldives/dscmb/ |
| H A D | halDSCMB.h | 197 MS_BOOL HAL_DSCMB_OptConfig(MS_U32 u32EngId, HAL_DSCMB_Option eOpt, void* pInput, void* pOutput, MS…
|
| /utopia/UTPA2-700.0.x/modules/dscmb/hal/maserati/dscmb/ |
| H A D | halDSCMB.h | 198 MS_BOOL HAL_DSCMB_OptConfig(MS_U32 u32EngId, HAL_DSCMB_Option eOpt, void* pInput, void* pOutput, MS…
|