Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/vd/drv/vbi/
H A DmdrvVBI.c215 PVBI_SET_VIDEO_STANDARD pSetVideoStandard = NULL; in VBIIoctl() local
358 pSetVideoStandard = (PVBI_SET_VIDEO_STANDARD)pArgs; in VBIIoctl()
359 psVbiInstPri->fpVBISetVideoStandard(pSetVideoStandard->eStandard); in VBIIoctl()
473 pSetVideoStandard = (PVBI_SET_VIDEO_STANDARD)pArgs; in VBIIoctl()
474pSetVideoStandard->bRet = psVbiInstPri->fpVBICCSetVideoStandard(pSetVideoStandard->eStandard); in VBIIoctl()
/utopia/UTPA2-700.0.x/modules/vd/drv/avd/
H A DAVD.c348 PAVD_SETVIDEOSTANDARD pSetVideoStandard = NULL; in AVDIoctl() local
495 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()