Searched refs:pSetVideoStandard (Results 1 – 2 of 2) sorted by relevance
215 PVBI_SET_VIDEO_STANDARD pSetVideoStandard = NULL; in VBIIoctl() local358 pSetVideoStandard = (PVBI_SET_VIDEO_STANDARD)pArgs; in VBIIoctl()359 psVbiInstPri->fpVBISetVideoStandard(pSetVideoStandard->eStandard); in VBIIoctl()473 pSetVideoStandard = (PVBI_SET_VIDEO_STANDARD)pArgs; in VBIIoctl()474 … pSetVideoStandard->bRet = psVbiInstPri->fpVBICCSetVideoStandard(pSetVideoStandard->eStandard); in VBIIoctl()
348 PAVD_SETVIDEOSTANDARD pSetVideoStandard = NULL; in AVDIoctl() local495 pSetVideoStandard = (PAVD_SETVIDEOSTANDARD)pArgs; in AVDIoctl()496 …SetVideoStandard: Standard=%d, IsInAutoTuning= %d\n",pSetVideoStandard->eStandard,pSetVideoStandar… in AVDIoctl()497 …u32Ret = (psAvdInstPri->fpAVDSetVideoStandard)(pSetVideoStandard->eStandard, pSetVideoStandard->bI… in AVDIoctl()498 pSetVideoStandard->bEnable = (MS_BOOL)u32Ret; in AVDIoctl()