Lines Matching refs:pPreInfo

478     MVD_FrameInfo* pPreInfo = &(pMVDDrvContext->stPreFrmInfo[u8DrvIdx]);  in MVD_InitVar()  local
481 pPreInfo->u16HorSize = 0; in MVD_InitVar()
482 pPreInfo->u16VerSize = 0; in MVD_InitVar()
483 pPreInfo->u8AspectRate = 0; in MVD_InitVar()
484 pPreInfo->u32FrameRate = 0; in MVD_InitVar()
485 pPreInfo->u8Interlace = 0; in MVD_InitVar()
2059 MVD_FrameInfo* pPreInfo = &(pMVDDrvContext->stPreFrmInfo[u8DrvIdx]); in MDrv_MVD_IsSeqChg() local
2077 if((pPreInfo->u16HorSize != stFrmInfo.u16HorSize) || in MDrv_MVD_IsSeqChg()
2078 (pPreInfo->u16VerSize != stFrmInfo.u16VerSize) || in MDrv_MVD_IsSeqChg()
2079 (pPreInfo->u32FrameRate != stFrmInfo.u32FrameRate) || in MDrv_MVD_IsSeqChg()
2080 (pPreInfo->u8Interlace != stFrmInfo.u8Interlace)) in MDrv_MVD_IsSeqChg()
2084 (MVD_PRINT( "H=%u\n", pPreInfo->u16HorSize )); in MDrv_MVD_IsSeqChg()
2085 (MVD_PRINT( "V=%u\n", pPreInfo->u16VerSize )); in MDrv_MVD_IsSeqChg()
2086 (MVD_PRINT( "F=%lu\n", pPreInfo->u32FrameRate )); in MDrv_MVD_IsSeqChg()
2087 (MVD_PRINT( "A=%u\n", pPreInfo->u8AspectRate )); in MDrv_MVD_IsSeqChg()
2088 (MVD_PRINT( "I=%u\n", pPreInfo->u8Interlace )); in MDrv_MVD_IsSeqChg()
2100 pPreInfo->u16HorSize = stFrmInfo.u16HorSize; in MDrv_MVD_IsSeqChg()
2101 pPreInfo->u16VerSize = stFrmInfo.u16VerSize; in MDrv_MVD_IsSeqChg()
2102 pPreInfo->u8AspectRate = stFrmInfo.u8AspectRate; in MDrv_MVD_IsSeqChg()
2103 pPreInfo->u32FrameRate = stFrmInfo.u32FrameRate; in MDrv_MVD_IsSeqChg()
2104 pPreInfo->u8Interlace = stFrmInfo.u8Interlace; in MDrv_MVD_IsSeqChg()
2120 if((pPreInfo->u32FrameRate != stFrmInfo.u32FrameRate) || in MDrv_MVD_IsSeqChg()
2121 (pPreInfo->u8Interlace != stFrmInfo.u8Interlace)) in MDrv_MVD_IsSeqChg()
2123 pPreInfo->u8AspectRate = stFrmInfo.u8AspectRate; in MDrv_MVD_IsSeqChg()
2124 pPreInfo->u32FrameRate = stFrmInfo.u32FrameRate; in MDrv_MVD_IsSeqChg()
2125 pPreInfo->u8Interlace = stFrmInfo.u8Interlace; in MDrv_MVD_IsSeqChg()
2133 if((pPreInfo->u16HorSize != stFrmInfo.u16HorSize) || in MDrv_MVD_IsSeqChg()
2134 (pPreInfo->u16VerSize != stFrmInfo.u16VerSize) || in MDrv_MVD_IsSeqChg()
2135 (pPreInfo->u32FrameRate != stFrmInfo.u32FrameRate) || in MDrv_MVD_IsSeqChg()
2136 (pPreInfo->u8Interlace != stFrmInfo.u8Interlace) ) in MDrv_MVD_IsSeqChg()
2138 pPreInfo->u16HorSize = stFrmInfo.u16HorSize; in MDrv_MVD_IsSeqChg()
2139 pPreInfo->u16VerSize = stFrmInfo.u16VerSize; in MDrv_MVD_IsSeqChg()
2140 pPreInfo->u8AspectRate = stFrmInfo.u8AspectRate; in MDrv_MVD_IsSeqChg()
2141 pPreInfo->u32FrameRate = stFrmInfo.u32FrameRate; in MDrv_MVD_IsSeqChg()
2142 pPreInfo->u8Interlace = stFrmInfo.u8Interlace; in MDrv_MVD_IsSeqChg()
2895 MVD_FrameInfo* pPreInfo = &(pMVDDrvContext->stPreFrmInfo[u8DrvIdx]); in MDrv_MVD_DbgDump() local
2909 pPreInfo->u16HorSize, pPreInfo->u16VerSize, in MDrv_MVD_DbgDump()
2910 pPreInfo->u8Interlace, pPreInfo->u32FrameRate); in MDrv_MVD_DbgDump()