Home
last modified time | relevance | path

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

/RvlSDK-2.1/include/revolution/
Dthpfile.h94 u32 videoType; member
/RvlSDK-2.1/build/demos/thpdemo/src/THPPlayer/
DTHPPlayer.c1169 if (ActivePlayer.videoInfo.videoType & THP_VIDEO_ODD_INTERLACE) in ProperTimingForStart()
1176 else if (ActivePlayer.videoInfo.videoType & THP_VIDEO_EVEN_INTERLACE) in ProperTimingForStart()
1206 if (ActivePlayer.videoInfo.videoType & THP_VIDEO_ODD_INTERLACE) in ProperTimingForGettingNextFrame()
1213 else if (ActivePlayer.videoInfo.videoType & THP_VIDEO_EVEN_INTERLACE) in ProperTimingForGettingNextFrame()
/RvlSDK-2.1/build/tools/thputilities/src/
Dthputilities.c463 if ((rtn = THPUtyPutU32(op, videoinfo->videoType)) != THP_ERROR_NOERROR) in THPUtyWriteTHPVideoInfo()
774 videoinfo->videoType = THPUtyReverseEndianU32(videoinfo->videoType); in THPUtyReadTHPVideoInfo()
806 videoinfo->videoType = THP_VIDEO_NON_INTERLACE; in THPUtyReadTHPVideoInfoOld()
1113 switch (fileHeader->videoInfo.videoType) in THPUtyCreateTHP()
/RvlSDK-2.1/build/demos/thpdemo/src/THPPlayerStrmAX/
DTHPPlayer.c1190 if (ActivePlayer.videoInfo.videoType & THP_VIDEO_ODD_INTERLACE) in ProperTimingForStart()
1197 else if (ActivePlayer.videoInfo.videoType & THP_VIDEO_EVEN_INTERLACE) in ProperTimingForStart()
1227 if (ActivePlayer.videoInfo.videoType & THP_VIDEO_ODD_INTERLACE) in ProperTimingForGettingNextFrame()
1234 else if (ActivePlayer.videoInfo.videoType & THP_VIDEO_EVEN_INTERLACE) in ProperTimingForGettingNextFrame()
/RvlSDK-2.1/build/tools/THPConv/src/
DTHPConv.c918 fileHeader.videoInfo.videoType = videotype; in convertJPEGtoTHP()
1706 fileHeader.videoInfo.videoType = videotype; in changeAudioData()