Lines Matching refs:pPreInfo

459     MVD_FrameInfo* pPreInfo = &(pMVDDrvContext->stPreFrmInfo[u8DrvIdx]);  in MVD_InitVar()  local
462 pPreInfo->u16HorSize = 0; in MVD_InitVar()
463 pPreInfo->u16VerSize = 0; in MVD_InitVar()
464 pPreInfo->u8AspectRate = 0; in MVD_InitVar()
465 pPreInfo->u32FrameRate = 0; in MVD_InitVar()
466 pPreInfo->u8Interlace = 0; in MVD_InitVar()
2043 MVD_FrameInfo* pPreInfo = &(pMVDDrvContext->stPreFrmInfo[u8DrvIdx]); in MDrv_MVD_IsSeqChg() local
2061 if((pPreInfo->u16HorSize != stFrmInfo.u16HorSize) || in MDrv_MVD_IsSeqChg()
2062 (pPreInfo->u16VerSize != stFrmInfo.u16VerSize) || in MDrv_MVD_IsSeqChg()
2063 (pPreInfo->u32FrameRate != stFrmInfo.u32FrameRate) || in MDrv_MVD_IsSeqChg()
2064 (pPreInfo->u8Interlace != stFrmInfo.u8Interlace)) in MDrv_MVD_IsSeqChg()
2068 (MVD_PRINT( "H=%u\n", pPreInfo->u16HorSize )); in MDrv_MVD_IsSeqChg()
2069 (MVD_PRINT( "V=%u\n", pPreInfo->u16VerSize )); in MDrv_MVD_IsSeqChg()
2070 (MVD_PRINT( "F=%lu\n", pPreInfo->u32FrameRate )); in MDrv_MVD_IsSeqChg()
2071 (MVD_PRINT( "A=%u\n", pPreInfo->u8AspectRate )); in MDrv_MVD_IsSeqChg()
2072 (MVD_PRINT( "I=%u\n", pPreInfo->u8Interlace )); in MDrv_MVD_IsSeqChg()
2084 pPreInfo->u16HorSize = stFrmInfo.u16HorSize; in MDrv_MVD_IsSeqChg()
2085 pPreInfo->u16VerSize = stFrmInfo.u16VerSize; in MDrv_MVD_IsSeqChg()
2086 pPreInfo->u8AspectRate = stFrmInfo.u8AspectRate; in MDrv_MVD_IsSeqChg()
2087 pPreInfo->u32FrameRate = stFrmInfo.u32FrameRate; in MDrv_MVD_IsSeqChg()
2088 pPreInfo->u8Interlace = stFrmInfo.u8Interlace; in MDrv_MVD_IsSeqChg()
2104 if((pPreInfo->u32FrameRate != stFrmInfo.u32FrameRate) || in MDrv_MVD_IsSeqChg()
2105 (pPreInfo->u8Interlace != stFrmInfo.u8Interlace)) in MDrv_MVD_IsSeqChg()
2107 pPreInfo->u8AspectRate = stFrmInfo.u8AspectRate; in MDrv_MVD_IsSeqChg()
2108 pPreInfo->u32FrameRate = stFrmInfo.u32FrameRate; in MDrv_MVD_IsSeqChg()
2109 pPreInfo->u8Interlace = stFrmInfo.u8Interlace; in MDrv_MVD_IsSeqChg()
2117 if((pPreInfo->u16HorSize != stFrmInfo.u16HorSize) || in MDrv_MVD_IsSeqChg()
2118 (pPreInfo->u16VerSize != stFrmInfo.u16VerSize) || in MDrv_MVD_IsSeqChg()
2119 (pPreInfo->u32FrameRate != stFrmInfo.u32FrameRate) || in MDrv_MVD_IsSeqChg()
2120 (pPreInfo->u8Interlace != stFrmInfo.u8Interlace) ) in MDrv_MVD_IsSeqChg()
2122 pPreInfo->u16HorSize = stFrmInfo.u16HorSize; in MDrv_MVD_IsSeqChg()
2123 pPreInfo->u16VerSize = stFrmInfo.u16VerSize; in MDrv_MVD_IsSeqChg()
2124 pPreInfo->u8AspectRate = stFrmInfo.u8AspectRate; in MDrv_MVD_IsSeqChg()
2125 pPreInfo->u32FrameRate = stFrmInfo.u32FrameRate; in MDrv_MVD_IsSeqChg()
2126 pPreInfo->u8Interlace = stFrmInfo.u8Interlace; in MDrv_MVD_IsSeqChg()
2904 MVD_FrameInfo* pPreInfo = &(pMVDDrvContext->stPreFrmInfo[u8DrvIdx]); in MDrv_MVD_DbgDump() local
2918 pPreInfo->u16HorSize, pPreInfo->u16VerSize, in MDrv_MVD_DbgDump()
2919 pPreInfo->u8Interlace, pPreInfo->u32FrameRate); in MDrv_MVD_DbgDump()