Home
last modified time | relevance | path

Searched refs:PutFDC (Results 1 – 10 of 10) sorted by relevance

/utopia/UTPA2-700.0.x/modules/mfe/drv/mfe/cModel/
H A Dmfe_reg_jpge.c190 nTarFDCCount = PutFDC(pContext, 1); in OutputSwCfg1_Jpg()
317 nRegFDCCount = PutFDC(pContext, 0); in OutputSwCfg1_Jpg()
H A Dmfe_reg_264e.c590 nTarFDCCount = PutFDC(pContext, 1); in OutputSwCfg1_H264()
739 nRegFDCCount = PutFDC(pContext, 0); in OutputSwCfg1_H264()
H A Dmfe_reg_m4ve.c749 nTarFDCCount = PutFDC(pBitsInfo, 1); in OutputSwCfg1_Mp4()
1055 nRegFDCCount = PutFDC(pBitsInfo, 0); in OutputSwCfg1_Mp4()
H A Dmfe_common.h397 int PutFDC(void* pContext, int mode);
H A Dmfe_common.c541 int PutFDC(void* pContext, int mode) in PutFDC() function
/utopia/UTPA2-700.0.x/modules/mfe/drv/mfe_ex/cModel/
H A Dmfe_reg_jpge.c_263 nTarFDCCount = PutFDC(pContext, 1);
387 nRegFDCCount = PutFDC(pContext, 0);
H A Dmfe_reg_m4ve.c915 nTarFDCCount = PutFDC(mfe_reg, pBitsInfo, 1); in OutputSwCfg1_Mp4()
1104 nRegFDCCount = PutFDC(mfe_reg, pBitsInfo, 0); in OutputSwCfg1_Mp4()
H A Dmfe_reg_264e.c1012 nTarFDCCount = PutFDC(mfe_reg, pContext, 1); in OutputSwCfg1_H264()
1276 nRegFDCCount = PutFDC(mfe_reg, pContext, 0); in OutputSwCfg1_H264()
H A Dmfe_common.h502 MS_S32 PutFDC(MFE_REG* mfe_reg, void* pContext, MS_S32 mode);
H A Dmfe_common.c551 MS_S32 PutFDC(MFE_REG* mfe_reg, void* pContext, MS_S32 mode) in PutFDC() function