Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/dmx/utopia_adaption/dmx/
H A DDMX_adp.c242 PDMX_FLT_INFO_PARAM pstFltInfoDes = NULL; in DMX_adp_Ioctl() local
451 pstFltInfoDes = (PDMX_FLT_INFO_PARAM)buffer_arg; in DMX_adp_Ioctl()
455 pstFltInfoDes->pDmxFltInfo = (DMX_Flt_info*)buffer_array0; in DMX_adp_Ioctl()
456 pstFltInfoDes->pDmxFltType = (DMX_FILTER_TYPE*)buffer_array1; in DMX_adp_Ioctl()
464 CMP_CPY_FROM_USER((void*)&(pstFltInfoDes->bSet), ps8AdpSrc, 1); in DMX_adp_Ioctl()
465 if(pstFltInfoDes->bSet == TRUE) in DMX_adp_Ioctl()
468 …if((*(pstFltInfoDes->pDmxFltType) == DMX_FILTER_TYPE_VIDEO) || (*(pstFltInfoDes->pDmxFltType) == D… in DMX_adp_Ioctl()
469 …(*(pstFltInfoDes->pDmxFltType) == DMX_FILTER_TYPE_AUDIO2) || (*(pstFltInfoDes->pDmxFltType) == DMX… in DMX_adp_Ioctl()
470 …(*(pstFltInfoDes->pDmxFltType) == DMX_FILTER_TYPE_AUDIO3) || (*(pstFltInfoDes->pDmxFltType) == DMX… in DMX_adp_Ioctl()
476 DMX_Sect_info* pinfo = &(pstFltInfoDes->pDmxFltInfo->Info.SectInfo); in DMX_adp_Ioctl()
[all …]