Home
last modified time | relevance | path

Searched refs:stFrmInfo (Results 1 – 17 of 17) sorted by relevance

/utopia/UTPA2-700.0.x/modules/vdec_v2/drv/mvd_ex/
H A DdrvMVD_EX.c1889 MVD_FrameInfo stFrmInfo; in MDrv_MVD_IsSeqChg() local
1896 memset(&stFrmInfo, 0, sizeof(stFrmInfo)); in MDrv_MVD_IsSeqChg()
1905 MDrv_MVD_GetFrameInfo(u32Id, &stFrmInfo); in MDrv_MVD_IsSeqChg()
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()
1926 (MVD_PRINT( "H=%u\n", stFrmInfo.u16HorSize )); in MDrv_MVD_IsSeqChg()
1927 (MVD_PRINT( "V=%u\n", stFrmInfo.u16VerSize )); in MDrv_MVD_IsSeqChg()
1928 (MVD_PRINT( "F=%lu\n", stFrmInfo.u32FrameRate )); in MDrv_MVD_IsSeqChg()
[all …]
/utopia/UTPA2-700.0.x/modules/vdec_lite/drv/mvd_lite/
H A DdrvMVD_EX.c2055 MVD_FrameInfo stFrmInfo; in MDrv_MVD_IsSeqChg() local
2062 memset(&stFrmInfo, 0, sizeof(stFrmInfo)); in MDrv_MVD_IsSeqChg()
2071 MDrv_MVD_GetFrameInfo(u32Id, &stFrmInfo); in MDrv_MVD_IsSeqChg()
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()
2092 (MVD_PRINT( "H=%u\n", stFrmInfo.u16HorSize )); in MDrv_MVD_IsSeqChg()
2093 (MVD_PRINT( "V=%u\n", stFrmInfo.u16VerSize )); in MDrv_MVD_IsSeqChg()
2094 (MVD_PRINT( "F=%lu\n", stFrmInfo.u32FrameRate )); in MDrv_MVD_IsSeqChg()
[all …]
/utopia/UTPA2-700.0.x/modules/vdec_v3/drv/mvd_v3/
H A DdrvMVD_EX.c2039 MVD_FrameInfo stFrmInfo; in MDrv_MVD_IsSeqChg() local
2046 memset(&stFrmInfo, 0, sizeof(stFrmInfo)); in MDrv_MVD_IsSeqChg()
2055 MDrv_MVD_GetFrameInfo(u32Id, &stFrmInfo); in MDrv_MVD_IsSeqChg()
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()
2076 (MVD_PRINT( "H=%u\n", stFrmInfo.u16HorSize )); in MDrv_MVD_IsSeqChg()
2077 (MVD_PRINT( "V=%u\n", stFrmInfo.u16VerSize )); in MDrv_MVD_IsSeqChg()
2078 (MVD_PRINT( "F=%lu\n", stFrmInfo.u32FrameRate )); in MDrv_MVD_IsSeqChg()
[all …]
/utopia/UTPA2-700.0.x/modules/vdec_v1/drv/mvd/
H A DdrvMVD.c5171 static MVD_FrameInfo stFrmInfo; in MDrv_MVD_IsSeqChg() local
5180 MDrv_MVD_GetFrameInfo(&stFrmInfo); in MDrv_MVD_IsSeqChg()
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()
5199 (printf( "H=%u\n", stFrmInfo.u16HorSize )); in MDrv_MVD_IsSeqChg()
5200 (printf( "V=%u\n", stFrmInfo.u16VerSize )); in MDrv_MVD_IsSeqChg()
5201 (printf( "F=%lu\n", stFrmInfo.u32FrameRate )); in MDrv_MVD_IsSeqChg()
5202 (printf( "A=%u\n", stFrmInfo.u8AspectRate )); in MDrv_MVD_IsSeqChg()
[all …]
/utopia/UTPA2-700.0.x/modules/vdec_v1/api/vdec/
H A DapiVDEC.c13404 pDispFrm->stFrmInfo.eFrameType = _VDEC_MapFrmType2MVD(stFrm.eFrmType); in MApi_VDEC_V2_GetNextDispFrame()
13405 pDispFrm->stFrmInfo.u16Height = stFrm.u16Height; in MApi_VDEC_V2_GetNextDispFrame()
13406 pDispFrm->stFrmInfo.u16Width = stFrm.u16Width; in MApi_VDEC_V2_GetNextDispFrame()
13407 pDispFrm->stFrmInfo.u16Pitch = stFrm.u16Pitch; in MApi_VDEC_V2_GetNextDispFrame()
13408 pDispFrm->stFrmInfo.u32ChromaAddr = stFrm.u32ChromaAddr; in MApi_VDEC_V2_GetNextDispFrame()
13409 pDispFrm->stFrmInfo.u32ID_H = stFrm.u32ID_H; in MApi_VDEC_V2_GetNextDispFrame()
13410 pDispFrm->stFrmInfo.u32ID_L = stFrm.u32ID_L; in MApi_VDEC_V2_GetNextDispFrame()
13411 pDispFrm->stFrmInfo.u32LumaAddr = stFrm.u32LumaAddr; in MApi_VDEC_V2_GetNextDispFrame()
13412 pDispFrm->stFrmInfo.u32TimeStamp = stFrm.u32TimeStamp; in MApi_VDEC_V2_GetNextDispFrame()
13413 pDispFrm->stFrmInfo.eFieldType = E_VDEC_FIELDTYPE_BOTH; in MApi_VDEC_V2_GetNextDispFrame()
[all …]
H A DapiVDEC_EX_wrap.c2118 VDEC_FrameInfo stFrmInfo; in MApi_VDEC_EX_GetDecFrameInfo() local
2126 eRetVal = MApi_VDEC_GetDecFrameInfo(&stFrmInfo); in MApi_VDEC_EX_GetDecFrameInfo()
2129 _VDEC_MapExFrameInfo(&stFrmInfo, pExFrmInfo); in MApi_VDEC_EX_GetDecFrameInfo()
2147 VDEC_FrameInfo stFrmInfo; in MApi_VDEC_EX_GetDispFrameInfo() local
2155 eRetVal = MApi_VDEC_GetDispFrameInfo(&stFrmInfo); in MApi_VDEC_EX_GetDispFrameInfo()
2158 _VDEC_MapExFrameInfo(&stFrmInfo, pExFrmInfo); in MApi_VDEC_EX_GetDispFrameInfo()
/utopia/UTPA2-700.0.x/modules/vdec_v2/api/vdec_ex/
H A DapiVDEC_EX.c9887 pDispFrm->stFrmInfo.eFrameType = _VDEC_EX_MapFrmType2MVD(stFrm.eFrmType); in _MApi_VDEC_EX_V2_GetNextDispFrame()
9888 pDispFrm->stFrmInfo.u16Height = stFrm.u16Height; in _MApi_VDEC_EX_V2_GetNextDispFrame()
9889 pDispFrm->stFrmInfo.u16Width = stFrm.u16Width; in _MApi_VDEC_EX_V2_GetNextDispFrame()
9890 pDispFrm->stFrmInfo.u16Pitch = stFrm.u16Pitch; in _MApi_VDEC_EX_V2_GetNextDispFrame()
9891 pDispFrm->stFrmInfo.u32ChromaAddr = stFrm.u32ChromaAddr; in _MApi_VDEC_EX_V2_GetNextDispFrame()
9892 pDispFrm->stFrmInfo.u32ID_H = stFrm.u32ID_H; in _MApi_VDEC_EX_V2_GetNextDispFrame()
9893 pDispFrm->stFrmInfo.u32ID_L = stFrm.u32ID_L; in _MApi_VDEC_EX_V2_GetNextDispFrame()
9894 pDispFrm->stFrmInfo.u32LumaAddr = stFrm.u32LumaAddr; in _MApi_VDEC_EX_V2_GetNextDispFrame()
9895 pDispFrm->stFrmInfo.u32TimeStamp = stFrm.u32TimeStamp; in _MApi_VDEC_EX_V2_GetNextDispFrame()
9896 pDispFrm->stFrmInfo.eFieldType = E_VDEC_EX_FIELDTYPE_BOTH; in _MApi_VDEC_EX_V2_GetNextDispFrame()
[all …]
/utopia/UTPA2-700.0.x/modules/vdec_lite/api/vdec_lite/
H A DapiVDEC_EX.c14381 pDispFrm->stFrmInfo.eFrameType = _VDEC_EX_MapFrmType2MVD(stFrm.eFrmType); in _MApi_VDEC_EX_V2_GetNextDispFrame()
14382 pDispFrm->stFrmInfo.u16Height = stFrm.u16Height; in _MApi_VDEC_EX_V2_GetNextDispFrame()
14383 pDispFrm->stFrmInfo.u16Width = stFrm.u16Width; in _MApi_VDEC_EX_V2_GetNextDispFrame()
14384 pDispFrm->stFrmInfo.u16Pitch = stFrm.u16Pitch; in _MApi_VDEC_EX_V2_GetNextDispFrame()
14385 pDispFrm->stFrmInfo.u32ChromaAddr = stFrm.u32ChromaAddr; in _MApi_VDEC_EX_V2_GetNextDispFrame()
14386 pDispFrm->stFrmInfo.u32ID_H = stFrm.u32ID_H; in _MApi_VDEC_EX_V2_GetNextDispFrame()
14387 pDispFrm->stFrmInfo.u32ID_L = stFrm.u32ID_L; in _MApi_VDEC_EX_V2_GetNextDispFrame()
14388 pDispFrm->stFrmInfo.u32LumaAddr = stFrm.u32LumaAddr; in _MApi_VDEC_EX_V2_GetNextDispFrame()
14389 pDispFrm->stFrmInfo.u32TimeStamp = stFrm.u32TimeStamp; in _MApi_VDEC_EX_V2_GetNextDispFrame()
14390 pDispFrm->stFrmInfo.eFieldType = E_VDEC_EX_FIELDTYPE_BOTH; in _MApi_VDEC_EX_V2_GetNextDispFrame()
[all …]
/utopia/UTPA2-700.0.x/modules/vdec_v3/api/vdec_v3/
H A DapiVDEC_EX.c15515 pDispFrm->stFrmInfo.eFrameType = _VDEC_EX_MapFrmType2MVD(stFrm.eFrmType); in _MApi_VDEC_EX_V2_GetNextDispFrame()
15516 pDispFrm->stFrmInfo.u16Height = stFrm.u16Height; in _MApi_VDEC_EX_V2_GetNextDispFrame()
15517 pDispFrm->stFrmInfo.u16Width = stFrm.u16Width; in _MApi_VDEC_EX_V2_GetNextDispFrame()
15518 pDispFrm->stFrmInfo.u16Pitch = stFrm.u16Pitch; in _MApi_VDEC_EX_V2_GetNextDispFrame()
15519 pDispFrm->stFrmInfo.u32ChromaAddr = stFrm.u32ChromaAddr; in _MApi_VDEC_EX_V2_GetNextDispFrame()
15520 pDispFrm->stFrmInfo.u32ID_H = stFrm.u32ID_H; in _MApi_VDEC_EX_V2_GetNextDispFrame()
15521 pDispFrm->stFrmInfo.u32ID_L = stFrm.u32ID_L; in _MApi_VDEC_EX_V2_GetNextDispFrame()
15522 pDispFrm->stFrmInfo.u32LumaAddr = stFrm.u32LumaAddr; in _MApi_VDEC_EX_V2_GetNextDispFrame()
15523 pDispFrm->stFrmInfo.u32TimeStamp = stFrm.u32TimeStamp; in _MApi_VDEC_EX_V2_GetNextDispFrame()
15524 pDispFrm->stFrmInfo.eFieldType = E_VDEC_EX_FIELDTYPE_BOTH; in _MApi_VDEC_EX_V2_GetNextDispFrame()
[all …]
H A DapiVDEC_EX.c.015511 pDispFrm->stFrmInfo.eFrameType = _VDEC_EX_MapFrmType2MVD(stFrm.eFrmType);
15512 pDispFrm->stFrmInfo.u16Height = stFrm.u16Height;
15513 pDispFrm->stFrmInfo.u16Width = stFrm.u16Width;
15514 pDispFrm->stFrmInfo.u16Pitch = stFrm.u16Pitch;
15515 pDispFrm->stFrmInfo.u32ChromaAddr = stFrm.u32ChromaAddr;
15516 pDispFrm->stFrmInfo.u32ID_H = stFrm.u32ID_H;
15517 pDispFrm->stFrmInfo.u32ID_L = stFrm.u32ID_L;
15518 pDispFrm->stFrmInfo.u32LumaAddr = stFrm.u32LumaAddr;
15519 pDispFrm->stFrmInfo.u32TimeStamp = stFrm.u32TimeStamp;
15520 pDispFrm->stFrmInfo.eFieldType = E_VDEC_EX_FIELDTYPE_BOTH;
[all …]
/utopia/UTPA2-700.0.x/projects/tmplib/include/
H A DapiVDEC.h886 VDEC_FrameInfo stFrmInfo; member
H A DapiVDEC_EX_v2.h1202 VDEC_EX_V2_FrameInfo stFrmInfo; member
H A DapiVDEC_EX.h1204 VDEC_EX_FrameInfo stFrmInfo; member
/utopia/UTPA2-700.0.x/mxlib/include/
H A DapiVDEC_EX_v2.h1271 VDEC_EX_V2_FrameInfo stFrmInfo; member
H A DapiVDEC.h991 VDEC_FrameInfo stFrmInfo; member
H A DapiVDEC_EX.h2175 VDEC_EX_FrameInfo stFrmInfo; member
/utopia/UTPA2-700.0.x/projects/build/
H A Dpreprocess.txt25907 VDEC_FrameInfo stFrmInfo;
45268 VDEC_EX_FrameInfo stFrmInfo;
47602 VDEC_EX_V2_FrameInfo stFrmInfo;