Home
last modified time | relevance | path

Searched refs:CapExParam (Results 1 – 1 of 1) sorted by relevance

/utopia/UTPA2-700.0.x/modules/dmx/api/dmx/
H A DapiDMX_v2.c4206 DMX_CAP_EX_PARAM CapExParam; in MApi_DMX_GetCap_Ex() local
4213 CapExParam.InputStrLen = s32Strlen; in MApi_DMX_GetCap_Ex()
4214 CapExParam.StrQuetype = pstrQueryType; in MApi_DMX_GetCap_Ex()
4215 CapExParam.OutputSize = 0; in MApi_DMX_GetCap_Ex()
4216 CapExParam.pdata = pOutput; in MApi_DMX_GetCap_Ex()
4217 CapExParam.u32Res = 0; in MApi_DMX_GetCap_Ex()
4218 … if (UtopiaIoctl(_pInstantDmx, MApi_CMD_DMX_GetCapEx, (void*)&CapExParam) != UTOPIA_STATUS_SUCCESS) in MApi_DMX_GetCap_Ex()
4224 *ps32OutSize = CapExParam.OutputSize; in MApi_DMX_GetCap_Ex()
4226 if(CapExParam.u32Res != (MS_U32)DMX_FILTER_STATUS_OK) in MApi_DMX_GetCap_Ex()