Lines Matching refs:stPreFrmInfo
389 static MVD_FrameInfo stPreFrmInfo; variable
1010 stPreFrmInfo.u16HorSize = 0; in MVD_InitVar()
1011 stPreFrmInfo.u16VerSize = 0; in MVD_InitVar()
1012 stPreFrmInfo.u8AspectRate = 0; in MVD_InitVar()
1013 stPreFrmInfo.u32FrameRate = 0; in MVD_InitVar()
1014 stPreFrmInfo.u8Interlace = 0; in MVD_InitVar()
5184 if((stPreFrmInfo.u16HorSize != stFrmInfo.u16HorSize) || in MDrv_MVD_IsSeqChg()
5185 (stPreFrmInfo.u16VerSize != stFrmInfo.u16VerSize) || in MDrv_MVD_IsSeqChg()
5186 (stPreFrmInfo.u32FrameRate != stFrmInfo.u32FrameRate) || in MDrv_MVD_IsSeqChg()
5187 (stPreFrmInfo.u8Interlace != stFrmInfo.u8Interlace)) in MDrv_MVD_IsSeqChg()
5191 (printf( "H=%u\n", stPreFrmInfo.u16HorSize )); in MDrv_MVD_IsSeqChg()
5192 (printf( "V=%u\n", stPreFrmInfo.u16VerSize )); in MDrv_MVD_IsSeqChg()
5193 (printf( "F=%lu\n", stPreFrmInfo.u32FrameRate )); in MDrv_MVD_IsSeqChg()
5194 (printf( "A=%u\n", stPreFrmInfo.u8AspectRate )); in MDrv_MVD_IsSeqChg()
5195 (printf( "I=%u\n", stPreFrmInfo.u8Interlace )); in MDrv_MVD_IsSeqChg()
5207 stPreFrmInfo.u16HorSize = stFrmInfo.u16HorSize; in MDrv_MVD_IsSeqChg()
5208 stPreFrmInfo.u16VerSize = stFrmInfo.u16VerSize; in MDrv_MVD_IsSeqChg()
5209 stPreFrmInfo.u8AspectRate = stFrmInfo.u8AspectRate; in MDrv_MVD_IsSeqChg()
5210 stPreFrmInfo.u32FrameRate = stFrmInfo.u32FrameRate; in MDrv_MVD_IsSeqChg()
5211 stPreFrmInfo.u8Interlace = stFrmInfo.u8Interlace; in MDrv_MVD_IsSeqChg()
5227 if((stPreFrmInfo.u32FrameRate != stFrmInfo.u32FrameRate) || in MDrv_MVD_IsSeqChg()
5228 (stPreFrmInfo.u8Interlace != stFrmInfo.u8Interlace)) in MDrv_MVD_IsSeqChg()
5230 stPreFrmInfo.u8AspectRate = stFrmInfo.u8AspectRate; in MDrv_MVD_IsSeqChg()
5231 stPreFrmInfo.u32FrameRate = stFrmInfo.u32FrameRate; in MDrv_MVD_IsSeqChg()
5232 stPreFrmInfo.u8Interlace = stFrmInfo.u8Interlace; in MDrv_MVD_IsSeqChg()
7248 printf("seq(%d): w=%d, h=%d, i/p=%x, fps=%ld; ", MDrv_MVD_GetDispRdy(), stPreFrmInfo.u16HorSize, in MDrv_MVD_DbgDump()
7249 stPreFrmInfo.u16VerSize, stPreFrmInfo.u8Interlace, stPreFrmInfo.u32FrameRate); in MDrv_MVD_DbgDump()