Searched refs:videoType (Results 1 – 5 of 5) sorted by relevance
94 u32 videoType; member
1169 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()
463 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()
1190 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()
918 fileHeader.videoInfo.videoType = videotype; in convertJPEGtoTHP()1706 fileHeader.videoInfo.videoType = videotype; in changeAudioData()