Lines Matching refs:u32Pts
3144 printf("%ld\n", ccInfo.u32Pts); in VDEC_TestCC()
6479 pCCInfo->u32Pts = stUsrInfo.u32Pts; in MApi_VDEC_V2_GetCCInfo()
6494 pCCInfo->u32Pts = stUsrInfo.u32Pts; in MApi_VDEC_V2_GetCCInfo()
7742 MS_U32 u32Pts = 0; in MApi_VDEC_GetPTS() local
7744 IO_arg.pRet = (void *)&u32Pts; in MApi_VDEC_GetPTS()
7754 return u32Pts; in MApi_VDEC_GetPTS()
7769 MS_U32 u32Pts = 0; in MApi_VDEC_V2_GetPTS() local
7779 u32Pts = MDrv_MVD_GetPTS()+MDrv_MVD_GetAVSyncDelay(); in MApi_VDEC_V2_GetPTS()
7784 u32Pts = MDrv_HVD_GetPTS(); in MApi_VDEC_V2_GetPTS()
7789 u32Pts = MApi_MJPEG_GetPTS(); in MApi_VDEC_V2_GetPTS()
7794 u32Pts = MDrv_RVD_GetTimeStamp(); in MApi_VDEC_V2_GetPTS()
7799 u32Pts = 0; in MApi_VDEC_V2_GetPTS()
7803 return u32Pts; in MApi_VDEC_V2_GetPTS()
7821 MS_U32 u32Pts = 0; in MApi_VDEC_GetNextPTS() local
7823 IO_arg.pRet = (void *)&u32Pts; in MApi_VDEC_GetNextPTS()
7833 return u32Pts; in MApi_VDEC_GetNextPTS()
7844 MS_U32 u32Pts = 0; in MApi_VDEC_V2_GetNextPTS() local
7854 u32Pts = MDrv_MVD_GetNextPTS(); in MApi_VDEC_V2_GetNextPTS()
7858 u32Pts = MDrv_HVD_GetNextPTS(); in MApi_VDEC_V2_GetNextPTS()
7862 u32Pts = 0; in MApi_VDEC_V2_GetNextPTS()
7866 u32Pts = 0; in MApi_VDEC_V2_GetNextPTS()
7870 u32Pts = 0; in MApi_VDEC_V2_GetNextPTS()
7874 return u32Pts; in MApi_VDEC_V2_GetNextPTS()