Searched refs:pstFltInfoDes (Results 1 – 1 of 1) sorted by relevance
242 PDMX_FLT_INFO_PARAM pstFltInfoDes = NULL; in DMX_adp_Ioctl() local451 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 …]