Home
last modified time | relevance | path

Searched refs:nCodecType (Results 1 – 19 of 19) sorted by relevance

/utopia/UTPA2-700.0.x/modules/mfe/api/mfe_ex/
H A Dmadp_mfe.c203 if(appPVR_Info->nCodecType == JPEG_ENC) {//jpeg in MAdp_MFE_Proc_nonThread()
607 if((appPVR_Info->nCodecType != MPEG4_ENC) && (appPVR_Info->nCodecType != H263_ENC) in _MApi_MFE_Init()
608 && (appPVR_Info->nCodecType != H264_ENC) && (appPVR_Info->nCodecType != JPEG_ENC )){ in _MApi_MFE_Init()
614 if(appPVR_Info->nCodecType != JPEG_ENC){ in _MApi_MFE_Init()
650 if(appPVR_Info->nCodecType == MPEG4_ENC){ in _MApi_MFE_Init()
728 if(appPVR_Info->nCodecType == H264_ENC) { in _MApi_MFE_Init()
754 else if(appPVR_Info->nCodecType == H263_ENC || appPVR_Info->nCodecType == MPEG4_ENC) { in _MApi_MFE_Init()
801 if(appPVR_Info->nCodecType == JPEG_ENC) { in _MApi_MFE_Init()
868 if(appPVR_Info->nCodecType == MPEG4_ENC) { in _MApi_MFE_GetVOL()
873 else if(appPVR_Info->nCodecType == H264_ENC) { // H264 in _MApi_MFE_GetVOL()
[all …]
/utopia/UTPA2-700.0.x/modules/mfe/drv/mfe_ex/
H A Dmdrv_mfe.c211 if (pConfig->nCodecType==REG_ENC_MODE_H264 && (pConfig->bInterlace!=PROGRESSIVE)) { in MDrv_MFE_GetDispOrder()
370 switch (pConfig->nCodecType) { in MDrv_MFE_EncodeVOP_End()
609 switch (pConfig->nCodecType) { in MDrv_MFE_EncodeVOP()
641 if (pConfig->nCodecType==REG_ENC_MODE_H263) { in mdrvLoadTestCasePre()
644 else if(pConfig->nCodecType==REG_ENC_MODE_MPG4) { in mdrvLoadTestCasePre()
660 ms_dprintk(DRV_L1, "CodecType = %d\n", (int)pConfig->nCodecType); in MDrv_MFE_Init()
684 switch (pConfig->nCodecType) { in MDrv_MFE_Init()
713 switch (pConfig->nCodecType) { in MDrv_MFE_Init()
800 …if (!(gpMfeConfig->nCodecType==REG_ENC_MODE_H264 && gpMfeConfig->ctxH264Info.structure==TOP_FIELD)) in MDrv_MFE_ENC_OneFrame()
809 switch (pConfig->nCodecType) { in MDrv_MFE_Finish()
[all …]
/utopia/UTPA2-700.0.x/modules/mfe/drv/mfe/
H A Dmdrv_mfe.c628 switch (pConfig->nCodecType) { in mdrvMFE_EncodeVOP_End()
977 switch (pConfig->nCodecType) { in msAPI_MFE_EncodeVOP()
1005 if (pConfig->nCodecType==0) { // MPEG-4 in mdrvLoadTestCasePre()
1034 if (pConfig->nCodecType==0) { // MPEG-4 in mdrvLoadTestCasePost()
1045 if (pConfig->nCodecType==2) { // H264 in mdrvLoadTestCasePost()
1134 ms_dprintk(DRV_L4, "In MDrv_MFE_Init..CodecType=%d\n",pConfig->nCodecType); in MDrv_MFE_Init()
1141 switch (pConfig->nCodecType) { in MDrv_MFE_Init()
1174 switch (pConfig->nCodecType) { in MDrv_MFE_Init()
1294 switch (pConfig->nCodecType) { in MDrv_MFE_GetConfigBytes()
1359 gMfeConfig.nCodecType = pappPVR_Info->nCodecType; in MDrv_MFE_Ioctl()
H A Dmdrv_mfe_st.h157 int nCodecType; member
/utopia/UTPA2-700.0.x/modules/mfe/api/mfe/
H A Dmadp_mfe.c726 appPVR_Info.nCodecType =0; in MAdp_TSMUX_Init()
733 appPVR_Info.nCodecType =2; in MAdp_TSMUX_Init()
1905 appPVR_Info.nCodecType = 0; in MApi_MFE_Initialize()
1909 appPVR_Info.nCodecType = 1; in MApi_MFE_Initialize()
1913 appPVR_Info.nCodecType = 2; in MApi_MFE_Initialize()
2002 ret = MAdp_MFE_Init((float)appPVR_Info.FrameRatex100 / 100,appPVR_Info.nCodecType,test_case); in MApi_MFE_Initialize()
/utopia/UTPA2-700.0.x/modules/mfe/drv/mfe_ex/cModel/
H A Dmfe_reg_m4ve.c171 switch (pConfig->nCodecType) in mfeM4VE_Init()
208 if(pConfig->nCodecType == REG_ENC_MODE_MPG4) { in mfeM4VE_Init()
240 if (pConfig->nCodecType==REG_ENC_MODE_MPG4) { in mfeM4VE_Init()
297 if (pConfig->nCodecType==REG_ENC_MODE_H263) { in mfeM4VE_Init()
370 rcCtx->m_nCodecType = pConfig->nCodecType; in mfeM4VE_EncodeFrame()
H A Dbufmng.c214 if (pConfig->nCodecType==REG_ENC_MODE_H264 && (pConfig->bInterlace!=PROGRESSIVE)) { in mfeSetVopType()
321 if (pConfig->nCodecType==REG_ENC_MODE_H264 && (pConfig->bInterlace!=PROGRESSIVE)) in mfeSetVopType()
H A Dmfe_common.c699 pConfig->rcInfo.nCodecType = pConfig->nCodecType; in MfeDrvRateControlInit()
H A DmsRateCtrl.h132 MS_S32 nCodecType; // 0/1/2/3: MPEG4/H263/H264/JPEG member
H A Dmfe_common.h360 MS_S32 nCodecType; member
H A DmsRateCtrl.c184 ct->m_nCodecType = pRCInfo->nCodecType; in cvbr_InitRateControl()
/utopia/UTPA2-700.0.x/modules/mfe/drv/mfe/cModel/
H A Dmfe_reg_m4ve.c150 switch (pConfig->nCodecType) in mfeM4VE_Init()
207 if (pConfig->nCodecType==REG_ENC_MODE_MPG4) { in mfeM4VE_Init()
264 if (pConfig->nCodecType==REG_ENC_MODE_H263) { in mfeM4VE_Init()
H A Dmfe_common.c729 pConfig->rcInfo.nCodecType = pConfig->nCodecType; in MfeDrvRateControlInit()
H A DmsRateCtrl.h132 int nCodecType; // 0/1/2/3: MPEG4/H263/H264/JPEG member
H A Dmfe_common.h327 int nCodecType; member
H A DmsRateCtrl.c185 ct->m_nCodecType = pRCInfo->nCodecType; in cvbr_InitRateControl()
/utopia/UTPA2-700.0.x/projects/tmplib/include/
H A Ddrv_mfe_st.h260 MS_S32 nCodecType; member
/utopia/UTPA2-700.0.x/mxlib/include/
H A Ddrv_mfe_st.h278 MS_S32 nCodecType; // Encoder format. MUST be H264_ENC. member
/utopia/UTPA2-700.0.x/projects/build/
H A Dpreprocess.txt27346 MS_S32 nCodecType;