Lines Matching refs:pPreInfo

425     MVD_FrameInfo* pPreInfo = &(pMVDDrvContext->stPreFrmInfo[u8DrvIdx]);  in MVD_InitVar()  local
428 pPreInfo->u16HorSize = 0; in MVD_InitVar()
429 pPreInfo->u16VerSize = 0; in MVD_InitVar()
430 pPreInfo->u8AspectRate = 0; in MVD_InitVar()
431 pPreInfo->u32FrameRate = 0; in MVD_InitVar()
432 pPreInfo->u8Interlace = 0; in MVD_InitVar()
1893 MVD_FrameInfo* pPreInfo = &(pMVDDrvContext->stPreFrmInfo[u8DrvIdx]); in MDrv_MVD_IsSeqChg() local
1911 if((pPreInfo->u16HorSize != stFrmInfo.u16HorSize) || in MDrv_MVD_IsSeqChg()
1912 (pPreInfo->u16VerSize != stFrmInfo.u16VerSize) || in MDrv_MVD_IsSeqChg()
1913 (pPreInfo->u32FrameRate != stFrmInfo.u32FrameRate) || in MDrv_MVD_IsSeqChg()
1914 (pPreInfo->u8Interlace != stFrmInfo.u8Interlace)) in MDrv_MVD_IsSeqChg()
1918 (MVD_PRINT( "H=%u\n", pPreInfo->u16HorSize )); in MDrv_MVD_IsSeqChg()
1919 (MVD_PRINT( "V=%u\n", pPreInfo->u16VerSize )); in MDrv_MVD_IsSeqChg()
1920 (MVD_PRINT( "F=%lu\n", pPreInfo->u32FrameRate )); in MDrv_MVD_IsSeqChg()
1921 (MVD_PRINT( "A=%u\n", pPreInfo->u8AspectRate )); in MDrv_MVD_IsSeqChg()
1922 (MVD_PRINT( "I=%u\n", pPreInfo->u8Interlace )); in MDrv_MVD_IsSeqChg()
1934 pPreInfo->u16HorSize = stFrmInfo.u16HorSize; in MDrv_MVD_IsSeqChg()
1935 pPreInfo->u16VerSize = stFrmInfo.u16VerSize; in MDrv_MVD_IsSeqChg()
1936 pPreInfo->u8AspectRate = stFrmInfo.u8AspectRate; in MDrv_MVD_IsSeqChg()
1937 pPreInfo->u32FrameRate = stFrmInfo.u32FrameRate; in MDrv_MVD_IsSeqChg()
1938 pPreInfo->u8Interlace = stFrmInfo.u8Interlace; in MDrv_MVD_IsSeqChg()
1954 if((pPreInfo->u32FrameRate != stFrmInfo.u32FrameRate) || in MDrv_MVD_IsSeqChg()
1955 (pPreInfo->u8Interlace != stFrmInfo.u8Interlace)) in MDrv_MVD_IsSeqChg()
1957 pPreInfo->u8AspectRate = stFrmInfo.u8AspectRate; in MDrv_MVD_IsSeqChg()
1958 pPreInfo->u32FrameRate = stFrmInfo.u32FrameRate; in MDrv_MVD_IsSeqChg()
1959 pPreInfo->u8Interlace = stFrmInfo.u8Interlace; in MDrv_MVD_IsSeqChg()
1967 if((pPreInfo->u16HorSize != stFrmInfo.u16HorSize) || in MDrv_MVD_IsSeqChg()
1968 (pPreInfo->u16VerSize != stFrmInfo.u16VerSize) || in MDrv_MVD_IsSeqChg()
1969 (pPreInfo->u32FrameRate != stFrmInfo.u32FrameRate) || in MDrv_MVD_IsSeqChg()
1970 (pPreInfo->u8Interlace != stFrmInfo.u8Interlace) ) in MDrv_MVD_IsSeqChg()
1972 pPreInfo->u16HorSize = stFrmInfo.u16HorSize; in MDrv_MVD_IsSeqChg()
1973 pPreInfo->u16VerSize = stFrmInfo.u16VerSize; in MDrv_MVD_IsSeqChg()
1974 pPreInfo->u8AspectRate = stFrmInfo.u8AspectRate; in MDrv_MVD_IsSeqChg()
1975 pPreInfo->u32FrameRate = stFrmInfo.u32FrameRate; in MDrv_MVD_IsSeqChg()
1976 pPreInfo->u8Interlace = stFrmInfo.u8Interlace; in MDrv_MVD_IsSeqChg()
2670 MVD_FrameInfo* pPreInfo = &(pMVDDrvContext->stPreFrmInfo[u8DrvIdx]); in MDrv_MVD_DbgDump() local
2684 pPreInfo->u16HorSize, pPreInfo->u16VerSize, in MDrv_MVD_DbgDump()
2685 pPreInfo->u8Interlace, pPreInfo->u32FrameRate); in MDrv_MVD_DbgDump()