Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/dmx/api/dmx/
H A DapiDMX_v2.c4548 DMX_FLT_TYPE_PARAM FltTypeParam; in MApi_DMX_Change_FilterSource() local
4555 FltTypeParam.u32DmxId = u32DmxId; in MApi_DMX_Change_FilterSource()
4556 FltTypeParam.DmxFltType = DmxFltSrcType; in MApi_DMX_Change_FilterSource()
4557 FltTypeParam.u32Res = 0; in MApi_DMX_Change_FilterSource()
4558 …if (UtopiaIoctl(_pInstantDmx, MApi_CMD_DMX_ChangeFltSrc, (void*)&FltTypeParam) != UTOPIA_STATUS_SU… in MApi_DMX_Change_FilterSource()
4564 if(FltTypeParam.u32Res != (MS_U32)DMX_FILTER_STATUS_OK) in MApi_DMX_Change_FilterSource()
5951 DMX_FLT_TYPE_PARAM FltTypeParam; in MApi_DMX_LiveSrcSwitch() local
5958 FltTypeParam.u32DmxId = 0L; in MApi_DMX_LiveSrcSwitch()
5959 FltTypeParam.DmxFltType = TgtFlow; in MApi_DMX_LiveSrcSwitch()
5960 FltTypeParam.u32Res = 0; in MApi_DMX_LiveSrcSwitch()
[all …]