Searched refs:nRegFDCCount (Results 1 – 6 of 6) sorted by relevance
| /utopia/UTPA2-700.0.x/modules/mfe/drv/mfe_ex/cModel/ |
| H A D | mfe_reg_jpge.c_ | 139 int nRegFDCCount; 254 nRegFDCCount = 0; 387 nRegFDCCount = PutFDC(pContext, 0); 388 nRegWriteCount += nRegFDCCount; 391 if(nRegFDCCount != nTarFDCCount) { 392 ms_dprintk(DRV_L4,"nRegFDCCount = %d,nTarFDCCount = %d \n",nRegFDCCount,nTarFDCCount); 399 //MFE_ASSERT(nRegFDCCount==nTarFDCCount);
|
| H A D | mfe_reg_m4ve.c | 527 MS_S32 nRegFDCCount; in OutputSwCfg1_Mp4() local 906 nRegFDCCount = 0; in OutputSwCfg1_Mp4() 1104 nRegFDCCount = PutFDC(mfe_reg, pBitsInfo, 0); in OutputSwCfg1_Mp4() 1105 nRegWriteCount += nRegFDCCount; in OutputSwCfg1_Mp4() 1107 if(nRegFDCCount != nTarFDCCount) { in OutputSwCfg1_Mp4() 1108 …ms_dprintk(DRV_L3, "nRegFDCCount = %d, nTarFDCCount = %d\n", (int)nRegFDCCount, (int)nTarFDCCount); in OutputSwCfg1_Mp4()
|
| H A D | mfe_reg_264e.c | 492 MS_S32 nRegFDCCount; in OutputSwCfg1_H264() local 999 nRegFDCCount = 0; in OutputSwCfg1_H264() 1276 nRegFDCCount = PutFDC(mfe_reg, pContext, 0); in OutputSwCfg1_H264() 1277 nRegWriteCount += nRegFDCCount; in OutputSwCfg1_H264() 1284 if(nRegFDCCount != nTarFDCCount) { in OutputSwCfg1_H264() 1285 …ms_dprintk(DRV_L3, "nRegFDCCount = %d, nTarFDCCount = %d\n", (int)nRegFDCCount, (int)nTarFDCCount); in OutputSwCfg1_H264()
|
| /utopia/UTPA2-700.0.x/modules/mfe/drv/mfe/cModel/ |
| H A D | mfe_reg_jpge.c | 96 int nRegFDCCount; in OutputSwCfg1_Jpg() local 179 nRegFDCCount = 0; in OutputSwCfg1_Jpg() 317 nRegFDCCount = PutFDC(pContext, 0); in OutputSwCfg1_Jpg() 318 nRegWriteCount += nRegFDCCount; in OutputSwCfg1_Jpg() 334 MFE_ASSERT(nRegFDCCount==nTarFDCCount); in OutputSwCfg1_Jpg()
|
| H A D | mfe_reg_m4ve.c | 459 int nRegFDCCount; in OutputSwCfg1_Mp4() local 744 nRegFDCCount = 0; in OutputSwCfg1_Mp4() 1055 nRegFDCCount = PutFDC(pBitsInfo, 0); in OutputSwCfg1_Mp4() 1056 nRegWriteCount += nRegFDCCount; in OutputSwCfg1_Mp4() 1062 if(((nRegFDCCount==nTarFDCCount) && (nRegWriteCount==nTarWriteCount) )!=1) in OutputSwCfg1_Mp4() 1066 MFE_ASSERT(nRegFDCCount==nTarFDCCount); in OutputSwCfg1_Mp4()
|
| H A D | mfe_reg_264e.c | 319 int nRegFDCCount; in OutputSwCfg1_H264() local 569 nRegFDCCount = 0; in OutputSwCfg1_H264() 739 nRegFDCCount = PutFDC(pContext, 0); in OutputSwCfg1_H264() 740 nRegWriteCount += nRegFDCCount; in OutputSwCfg1_H264() 747 MFE_ASSERT(nRegFDCCount==nTarFDCCount); in OutputSwCfg1_H264()
|