Home
last modified time | relevance | path

Searched refs:TOP_FIELD (Results 1 – 7 of 7) sorted by relevance

/utopia/UTPA2-700.0.x/modules/mfe/drv/mfe_ex/
H A Dmdrv_mfe.c213 pConfig->ctxH264Info.structure = TOP_FIELD; in MDrv_MFE_GetDispOrder()
214 else if (pConfig->ctxH264Info.structure==TOP_FIELD) in MDrv_MFE_GetDispOrder()
217 pConfig->ctxH264Info.structure = TOP_FIELD; in MDrv_MFE_GetDispOrder()
800 …if (!(gpMfeConfig->nCodecType==REG_ENC_MODE_H264 && gpMfeConfig->ctxH264Info.structure==TOP_FIELD)) in MDrv_MFE_ENC_OneFrame()
/utopia/UTPA2-700.0.x/modules/mfe/drv/mfe_ex/cModel/
H A Dbufmng.c518 else if(pInfo->PicInterlace==FIELD_CODING && pInfo->structure==TOP_FIELD){ in h264DpbHandling()
590 if (pInfo->structure==TOP_FIELD && pInfo->structure != pInfo->dpb[i].structure) in h264GetBufferAddr()
H A Dmfe_common.h164 TOP_FIELD = 1, enumerator
H A Dparset.c1022 field_pic_flag = (pInfo->structure ==TOP_FIELD || pInfo->structure ==BOTTOM_FIELD)?1:0; in SliceHeader()
H A Dmfe_reg_264e.c472 if (pInfo->structure!=TOP_FIELD) in mfeH264_UpdateFrame()
/utopia/UTPA2-700.0.x/modules/mfe/drv/mfe/cModel/
H A Dmfe_common.h151 TOP_FIELD, enumerator
H A Dparset.c954 field_pic_flag = (pInfo->structure ==TOP_FIELD || pInfo->structure ==BOTTOM_FIELD)?1:0; in SliceHeader()