Home
last modified time | relevance | path

Searched refs:eCCFormat (Results 1 – 9 of 9) sorted by relevance

/utopia/UTPA2-700.0.x/mxlib/include/
H A DdrvMVD.h759 E_MVD_Result MDrv_MVD_CCStopParsing(MVD_CCFormat eCCFormat);
760 E_MVD_Result MDrv_MVD_CCGetWritePtr(MVD_CCFormat eCCFormat, MS_U32* pWrite);
761 E_MVD_Result MDrv_MVD_CCGetReadPtr(MVD_CCFormat eCCFormat, MS_U32* pRead);
762 E_MVD_Result MDrv_MVD_CCUpdateReadPtr(MVD_CCFormat eCCFormat, MS_U32 u32EachPacketSize);
763 E_MVD_Result MDrv_MVD_CCGetIsOverflow(MVD_CCFormat eCCFormat, MS_BOOL* pbOverflow);
/utopia/UTPA2-700.0.x/modules/vdec_v1/api/vdec/
H A D_apiVDEC_weak.h286 __vdec_if E_MVD_Result MDrv_MVD_CCStopParsing(MVD_CCFormat eCCFormat) __vdec_weak;
287 __vdec_if E_MVD_Result MDrv_MVD_CCGetWritePtr(MVD_CCFormat eCCFormat, MS_U32* pWrite) __vdec_weak;
288 __vdec_if E_MVD_Result MDrv_MVD_CCGetReadPtr(MVD_CCFormat eCCFormat, MS_U32* pRead) __vdec_weak;
289 __vdec_if E_MVD_Result MDrv_MVD_CCUpdateReadPtr(MVD_CCFormat eCCFormat, MS_U32 u32EachPacketSize) _…
290 __vdec_if E_MVD_Result MDrv_MVD_CCGetIsOverflow(MVD_CCFormat eCCFormat, MS_BOOL* pbOverflow) __vdec…
H A DapiVDEC.c406 VDEC_CCFormat eCCFormat; member
10770 _Attr.eCCFormat = pCCParam->eFormat; in MApi_VDEC_V2_CC_StartParsing()
10837 E_MVD_Result ret = MDrv_MVD_CCStopParsing((MVD_CCFormat)_Attr.eCCFormat); in MApi_VDEC_V2_CC_StopParsing()
10909 E_MVD_Result ret = MDrv_MVD_CCGetWritePtr((MVD_CCFormat)_Attr.eCCFormat, pu32Write); in MApi_VDEC_V2_CC_GetWritePtr()
10980 E_MVD_Result ret = MDrv_MVD_CCGetReadPtr((MVD_CCFormat)_Attr.eCCFormat, pu32Read); in MApi_VDEC_V2_CC_GetReadPtr()
11050 … E_MVD_Result ret = MDrv_MVD_CCUpdateReadPtr((MVD_CCFormat)_Attr.eCCFormat, u32EachPacketSize); in MApi_VDEC_V2_CC_UpdateReadPtr()
11120 … E_MVD_Result ret = MDrv_MVD_CCGetIsOverflow((MVD_CCFormat)_Attr.eCCFormat, pbOverflow); in MApi_VDEC_V2_CC_GetIsOverflow()
/utopia/UTPA2-700.0.x/modules/vdec_v1/drv/mvd/
H A DdrvMVD.c5357 E_MVD_Result MDrv_MVD_CCStopParsing(MVD_CCFormat eCCFormat) in MDrv_MVD_CCStopParsing() argument
5361 switch (eCCFormat) in MDrv_MVD_CCStopParsing()
5381 E_MVD_Result MDrv_MVD_CCGetWritePtr(MVD_CCFormat eCCFormat, MS_U32* pWrite) in MDrv_MVD_CCGetWritePtr() argument
5387 u8CC608 = ((eCCFormat==E_MVD_CC_608)?1:0); in MDrv_MVD_CCGetWritePtr()
5397 E_MVD_Result MDrv_MVD_CCGetReadPtr(MVD_CCFormat eCCFormat, MS_U32* pRead) in MDrv_MVD_CCGetReadPtr() argument
5403 u8CC608 = ((eCCFormat==E_MVD_CC_608)?1:0); in MDrv_MVD_CCGetReadPtr()
5413 E_MVD_Result MDrv_MVD_CCUpdateReadPtr(MVD_CCFormat eCCFormat, MS_U32 u32EachPacketSize) in MDrv_MVD_CCUpdateReadPtr() argument
5417 u8CC608 = ((eCCFormat==E_MVD_CC_608)?1:0); in MDrv_MVD_CCUpdateReadPtr()
5428 E_MVD_Result MDrv_MVD_CCGetIsOverflow(MVD_CCFormat eCCFormat, MS_BOOL* pbOverflow) in MDrv_MVD_CCGetIsOverflow() argument
5434 u8CC608 = ((eCCFormat==E_MVD_CC_608)?1:0); in MDrv_MVD_CCGetIsOverflow()
/utopia/UTPA2-700.0.x/modules/vdec_v2/api/vdec_ex/
H A DapiVDEC_EX.c500 VDEC_EX_CCFormat eCCFormat; //unused member
/utopia/UTPA2-700.0.x/projects/build/
H A Dpreprocess.txt54501 E_MVD_Result MDrv_MVD_CCStopParsing(MVD_CCFormat eCCFormat);
54502 E_MVD_Result MDrv_MVD_CCGetWritePtr(MVD_CCFormat eCCFormat, MS_U32* pWrite);
54503 E_MVD_Result MDrv_MVD_CCGetReadPtr(MVD_CCFormat eCCFormat, MS_U32* pRead);
54504 E_MVD_Result MDrv_MVD_CCUpdateReadPtr(MVD_CCFormat eCCFormat, MS_U32 u32EachPacketSize);
54505 E_MVD_Result MDrv_MVD_CCGetIsOverflow(MVD_CCFormat eCCFormat, MS_BOOL* pbOverflow);
/utopia/UTPA2-700.0.x/modules/vdec_lite/api/vdec_lite/
H A DapiVDEC_EX.c605 VDEC_EX_CCFormat eCCFormat; //unused member
/utopia/UTPA2-700.0.x/modules/vdec_v3/api/vdec_v3/
H A DapiVDEC_EX.c642 VDEC_EX_CCFormat eCCFormat; //unused member
H A DapiVDEC_EX.c.0642 VDEC_EX_CCFormat eCCFormat; //unused