Home
last modified time | relevance | path

Searched refs:ePatternType (Results 1 – 14 of 14) sorted by relevance

/utopia/UTPA2-700.0.x/mxlib/include/
H A DapiVDEC.h1267 VDEC_Result MApi_VDEC_GetPatchPattern(VDEC_PatchPattern ePatternType, MS_U32 *pu32Staddr, MS_U32 *p…
1302 VDEC_Result MDrv_VDEC_GenPattern(VDEC_PatternType ePatternType , MS_PHY u32Addr , MS_U32* u32Size);
1303 VDEC_Result MApi_VDEC_GenPattern(VDEC_PatternType ePatternType, MS_PHY u32Addr, MS_U32 *pu32Size);
1304 MS_U32 MApi_VDEC_GetPatternLeastLength(VDEC_PatternType ePatternType );
1439 VDEC_Result MApi_VDEC_V2_GenPattern(VDEC_PatternType ePatternType, MS_PHY u32Addr, MS_U32 *pu32Size…
1440 MS_U32 MApi_VDEC_V2_GetPatternLeastLength(VDEC_PatternType ePatternType );
H A DapiVDEC_EX.h3207 VDEC_EX_PatternType ePatternType,
3217 …U32 MApi_VDEC_EX_GetPatternLeastLength(VDEC_StreamId *pStreamId, VDEC_EX_PatternType ePatternType);
/utopia/UTPA2-700.0.x/modules/vdec_v2/api/vdec_ex/
H A DapiVDEC_wrap.c450 static VDEC_EX_PatternType _VDEC_MapExPatternType(VDEC_PatternType ePatternType) in _VDEC_MapExPatternType() argument
454 if (ePatternType == E_VDEC_PATTERN_FLUSH) in _VDEC_MapExPatternType()
458 else if (ePatternType == E_VDEC_PATTERN_FILEEND) in _VDEC_MapExPatternType()
2591 VDEC_Result MDrv_VDEC_GenPattern(VDEC_PatternType ePatternType , MS_PHY u32Addr , MS_U32* u32Size) in MDrv_VDEC_GenPattern() argument
2594 return MApi_VDEC_GenPattern(ePatternType, u32Addr, u32Size); in MDrv_VDEC_GenPattern()
2597 VDEC_Result MApi_VDEC_GenPattern(VDEC_PatternType ePatternType, MS_PHY u32Addr, MS_U32 *pu32Size) in MApi_VDEC_GenPattern() argument
2603 VDEC_EX_PatternType eExPtnType = _VDEC_MapExPatternType(ePatternType); in MApi_VDEC_GenPattern()
2615 MS_U32 MApi_VDEC_GetPatternLeastLength(VDEC_PatternType ePatternType) in MApi_VDEC_GetPatternLeastLength() argument
2618 VDEC_EX_PatternType eExPtnType = _VDEC_MapExPatternType(ePatternType); in MApi_VDEC_GetPatternLeastLength()
H A DapiVDEC_EX.c6987 …i_VDEC_EX_V2_GenPattern(VDEC_StreamId *pStreamId, VDEC_EX_PatternType ePatternType, MS_PHY u32Addr… in _MApi_VDEC_EX_V2_GenPattern() argument
6997 if (ePatternType == E_VDEC_EX_PATTERN_FLUSH) in _MApi_VDEC_EX_V2_GenPattern()
7001 else if (ePatternType == E_VDEC_EX_PATTERN_FILEEND) in _MApi_VDEC_EX_V2_GenPattern()
7009 if (ePatternType == E_VDEC_EX_PATTERN_FLUSH) in _MApi_VDEC_EX_V2_GenPattern()
7013 else if (ePatternType == E_VDEC_EX_PATTERN_FILEEND) in _MApi_VDEC_EX_V2_GenPattern()
9510 …V2_GetPatternLeastLength(VDEC_StreamId *pStreamId, VDEC_EX_PatternType ePatternType,MS_U32* length) in _MApi_VDEC_EX_V2_GetPatternLeastLength() argument
9528 if (ePatternType == E_VDEC_EX_PATTERN_FLUSH) in _MApi_VDEC_EX_V2_GetPatternLeastLength()
9532 else if (ePatternType == E_VDEC_EX_PATTERN_FILEEND) in _MApi_VDEC_EX_V2_GetPatternLeastLength()
13401 VDEC_EX_Result MApi_VDEC_EX_GenPattern(VDEC_StreamId *pStreamId, VDEC_EX_PatternType ePatternType, … in MApi_VDEC_EX_GenPattern() argument
13414 IO_arg.param[0] = (void*)(&ePatternType); in MApi_VDEC_EX_GenPattern()
[all …]
/utopia/UTPA2-700.0.x/modules/vdec_lite/api/vdec_lite/
H A DapiVDEC_wrap.c460 static VDEC_EX_PatternType _VDEC_MapExPatternType(VDEC_PatternType ePatternType) in _VDEC_MapExPatternType() argument
464 if (ePatternType == E_VDEC_PATTERN_FLUSH) in _VDEC_MapExPatternType()
468 else if (ePatternType == E_VDEC_PATTERN_FILEEND) in _VDEC_MapExPatternType()
2647 VDEC_Result MDrv_VDEC_GenPattern(VDEC_PatternType ePatternType , MS_PHY u32Addr , MS_U32* u32Size) in MDrv_VDEC_GenPattern() argument
2650 return MApi_VDEC_GenPattern(ePatternType, u32Addr, u32Size); in MDrv_VDEC_GenPattern()
2653 VDEC_Result MApi_VDEC_GenPattern(VDEC_PatternType ePatternType, MS_PHY u32Addr, MS_U32 *pu32Size) in MApi_VDEC_GenPattern() argument
2659 VDEC_EX_PatternType eExPtnType = _VDEC_MapExPatternType(ePatternType); in MApi_VDEC_GenPattern()
2671 MS_U32 MApi_VDEC_GetPatternLeastLength(VDEC_PatternType ePatternType) in MApi_VDEC_GetPatternLeastLength() argument
2674 VDEC_EX_PatternType eExPtnType = _VDEC_MapExPatternType(ePatternType); in MApi_VDEC_GetPatternLeastLength()
H A DapiVDEC_EX.c11374 …i_VDEC_EX_V2_GenPattern(VDEC_StreamId *pStreamId, VDEC_EX_PatternType ePatternType, MS_PHY u32Addr… in _MApi_VDEC_EX_V2_GenPattern() argument
11384 if (ePatternType == E_VDEC_EX_PATTERN_FLUSH) in _MApi_VDEC_EX_V2_GenPattern()
11388 else if (ePatternType == E_VDEC_EX_PATTERN_FILEEND) in _MApi_VDEC_EX_V2_GenPattern()
11396 if (ePatternType == E_VDEC_EX_PATTERN_FLUSH) in _MApi_VDEC_EX_V2_GenPattern()
11400 else if (ePatternType == E_VDEC_EX_PATTERN_FILEEND) in _MApi_VDEC_EX_V2_GenPattern()
14001 …V2_GetPatternLeastLength(VDEC_StreamId *pStreamId, VDEC_EX_PatternType ePatternType,MS_U32* length) in _MApi_VDEC_EX_V2_GetPatternLeastLength() argument
14019 if (ePatternType == E_VDEC_EX_PATTERN_FLUSH) in _MApi_VDEC_EX_V2_GetPatternLeastLength()
14023 else if (ePatternType == E_VDEC_EX_PATTERN_FILEEND) in _MApi_VDEC_EX_V2_GetPatternLeastLength()
18659 VDEC_EX_Result MApi_VDEC_EX_GenPattern(VDEC_StreamId *pStreamId, VDEC_EX_PatternType ePatternType, … in MApi_VDEC_EX_GenPattern() argument
18672 IO_arg.param[0] = (void*)(&ePatternType); in MApi_VDEC_EX_GenPattern()
[all …]
/utopia/UTPA2-700.0.x/modules/vdec_v3/api/vdec_v3/
H A DapiVDEC_wrap.c458 static VDEC_EX_PatternType _VDEC_MapExPatternType(VDEC_PatternType ePatternType) in _VDEC_MapExPatternType() argument
462 if (ePatternType == E_VDEC_PATTERN_FLUSH) in _VDEC_MapExPatternType()
466 else if (ePatternType == E_VDEC_PATTERN_FILEEND) in _VDEC_MapExPatternType()
2620 VDEC_Result MDrv_VDEC_GenPattern(VDEC_PatternType ePatternType , MS_PHY u32Addr , MS_U32* u32Size) in MDrv_VDEC_GenPattern() argument
2623 return MApi_VDEC_GenPattern(ePatternType, u32Addr, u32Size); in MDrv_VDEC_GenPattern()
2626 VDEC_Result MApi_VDEC_GenPattern(VDEC_PatternType ePatternType, MS_PHY u32Addr, MS_U32 *pu32Size) in MApi_VDEC_GenPattern() argument
2632 VDEC_EX_PatternType eExPtnType = _VDEC_MapExPatternType(ePatternType); in MApi_VDEC_GenPattern()
2644 MS_U32 MApi_VDEC_GetPatternLeastLength(VDEC_PatternType ePatternType) in MApi_VDEC_GetPatternLeastLength() argument
2647 VDEC_EX_PatternType eExPtnType = _VDEC_MapExPatternType(ePatternType); in MApi_VDEC_GetPatternLeastLength()
H A DapiVDEC_EX.c12435 …i_VDEC_EX_V2_GenPattern(VDEC_StreamId *pStreamId, VDEC_EX_PatternType ePatternType, MS_PHY u32Addr… in _MApi_VDEC_EX_V2_GenPattern() argument
12445 if (ePatternType == E_VDEC_EX_PATTERN_FLUSH) in _MApi_VDEC_EX_V2_GenPattern()
12449 else if (ePatternType == E_VDEC_EX_PATTERN_FILEEND) in _MApi_VDEC_EX_V2_GenPattern()
12457 if (ePatternType == E_VDEC_EX_PATTERN_FLUSH) in _MApi_VDEC_EX_V2_GenPattern()
12461 else if (ePatternType == E_VDEC_EX_PATTERN_FILEEND) in _MApi_VDEC_EX_V2_GenPattern()
15115 …V2_GetPatternLeastLength(VDEC_StreamId *pStreamId, VDEC_EX_PatternType ePatternType,MS_U32* length) in _MApi_VDEC_EX_V2_GetPatternLeastLength() argument
15133 if (ePatternType == E_VDEC_EX_PATTERN_FLUSH) in _MApi_VDEC_EX_V2_GetPatternLeastLength()
15137 else if (ePatternType == E_VDEC_EX_PATTERN_FILEEND) in _MApi_VDEC_EX_V2_GetPatternLeastLength()
20828 VDEC_EX_Result MApi_VDEC_EX_GenPattern(VDEC_StreamId *pStreamId, VDEC_EX_PatternType ePatternType, … in MApi_VDEC_EX_GenPattern() argument
20843 IO_arg.param[0] = (void*)(&ePatternType); in MApi_VDEC_EX_GenPattern()
[all …]
H A DapiVDEC_EX.c.012431 …i_VDEC_EX_V2_GenPattern(VDEC_StreamId *pStreamId, VDEC_EX_PatternType ePatternType, MS_PHY u32Addr…
12441 if (ePatternType == E_VDEC_EX_PATTERN_FLUSH)
12445 else if (ePatternType == E_VDEC_EX_PATTERN_FILEEND)
12453 if (ePatternType == E_VDEC_EX_PATTERN_FLUSH)
12457 else if (ePatternType == E_VDEC_EX_PATTERN_FILEEND)
15111 …V2_GetPatternLeastLength(VDEC_StreamId *pStreamId, VDEC_EX_PatternType ePatternType,MS_U32* length)
15129 if (ePatternType == E_VDEC_EX_PATTERN_FLUSH)
15133 else if (ePatternType == E_VDEC_EX_PATTERN_FILEEND)
20310 /// @param ePatternType \b IN : Pattern type
20317 VDEC_EX_Result MApi_VDEC_EX_GenPattern(VDEC_StreamId *pStreamId, VDEC_EX_PatternType ePatternType, …
[all …]
/utopia/UTPA2-700.0.x/modules/vdec_v1/api/vdec/
H A DapiVDEC.c12254 VDEC_Result MDrv_VDEC_GenPattern(VDEC_PatternType ePatternType , MS_PHYADDR u32Addr , MS_U32* u32S… in MDrv_VDEC_GenPattern() argument
12257 return MApi_VDEC_GenPattern( ePatternType , u32Addr , u32Size ); in MDrv_VDEC_GenPattern()
12260 VDEC_Result MApi_VDEC_GenPattern(VDEC_PatternType ePatternType, MS_PHYADDR u32Addr, MS_U32 *pu32Si… in MApi_VDEC_GenPattern() argument
12271 IO_arg.param[0] = (void *)&ePatternType; in MApi_VDEC_GenPattern()
12287 VDEC_Result MApi_VDEC_V2_GenPattern(VDEC_PatternType ePatternType, MS_PHYADDR u32Addr, MS_U32 *pu3… in MApi_VDEC_V2_GenPattern() argument
12300 if (ePatternType == E_VDEC_PATTERN_FLUSH) in MApi_VDEC_V2_GenPattern()
12304 else if (ePatternType == E_VDEC_PATTERN_FILEEND) in MApi_VDEC_V2_GenPattern()
12316 if (ePatternType == E_VDEC_PATTERN_FLUSH) in MApi_VDEC_V2_GenPattern()
12320 else if (ePatternType == E_VDEC_PATTERN_FILEEND) in MApi_VDEC_V2_GenPattern()
12351 MS_U32 MApi_VDEC_GetPatternLeastLength(VDEC_PatternType ePatternType ) in MApi_VDEC_GetPatternLeastLength() argument
[all …]
H A DapiVDEC_EX_wrap.c467 VDEC_PatternType ePatternType = E_VDEC_PATTERN_FLUSH; in _VDEC_MapPatternType() local
471 ePatternType = E_VDEC_PATTERN_FLUSH; in _VDEC_MapPatternType()
475 ePatternType = E_VDEC_PATTERN_FILEEND; in _VDEC_MapPatternType()
482 return ePatternType; in _VDEC_MapPatternType()
/utopia/UTPA2-700.0.x/projects/tmplib/include/
H A DapiVDEC.h1176 VDEC_Result MApi_VDEC_GenPattern(VDEC_PatternType ePatternType, MS_PHY u32Addr, MS_U32 *pu32Size);
1177 MS_U32 MApi_VDEC_GetPatternLeastLength(VDEC_PatternType ePatternType );
H A DapiVDEC_EX.h2167 VDEC_EX_PatternType ePatternType,
2177 …U32 MApi_VDEC_EX_GetPatternLeastLength(VDEC_StreamId *pStreamId, VDEC_EX_PatternType ePatternType);
/utopia/UTPA2-700.0.x/projects/build/
H A Dpreprocess.txt26173 VDEC_Result MApi_VDEC_GetPatchPattern(VDEC_PatchPattern ePatternType, MS_U32 *pu32Staddr, MS_U32 *p…
26208 VDEC_Result MDrv_VDEC_GenPattern(VDEC_PatternType ePatternType , MS_PHY u32Addr , MS_U32* u32Size);
26209 VDEC_Result MApi_VDEC_GenPattern(VDEC_PatternType ePatternType, MS_PHY u32Addr, MS_U32 *pu32Size);
26210 MS_U32 MApi_VDEC_GetPatternLeastLength(VDEC_PatternType ePatternType );
26345 VDEC_Result MApi_VDEC_V2_GenPattern(VDEC_PatternType ePatternType, MS_PHY u32Addr, MS_U32 *pu32Size…
26346 MS_U32 MApi_VDEC_V2_GetPatternLeastLength(VDEC_PatternType ePatternType );
46137 VDEC_EX_PatternType ePatternType,
46147 …U32 MApi_VDEC_EX_GetPatternLeastLength(VDEC_StreamId *pStreamId, VDEC_EX_PatternType ePatternType);