Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/mfe/drv/mfe_ex/cModel/
H A Dparset.c296 H264INFO *pInfo = &pConfig->ctxH264Info; in GenerateSequenceParameterSet()
455 H264INFO *pInfo = &pConfig->ctxH264Info; in GeneratePictureParameterSet()
619 pps->pic_order_present_flag = pConfig->ctxH264Info.pic_order_present_flag; in _GeneratePic_parameter_set_rbsp()
860 vui->max_dec_frame_buffering = (MS_U32) pConfig->ctxH264Info.num_ref_frames; in _GenerateVUIParameters()
976 H264INFO* pInfo = &pConfig->ctxH264Info; in dec_ref_pic_marking()
1004 H264INFO* pInfo = &pConfig->ctxH264Info; in SliceHeader()
1137 H264INFO* pInfo = &pConfig->ctxH264Info; in DummySliceHeaderAndData()
1240 H264INFO* pInfo = &pConfig->ctxH264Info; in codeSliceHeader()
H A Dbufmng.c216 if (pConfig->ctxH264Info.structure==BOTTOM_FIELD) { in mfeSetVopType()
217 if (pConfig->ctxH264Info.vopPredType_FirstField==I_VOP) in mfeSetVopType()
322 pConfig->ctxH264Info.vopPredType_FirstField = pConfig->vopPredType; in mfeSetVopType()
372 H264INFO *pInfo = &pConfig->ctxH264Info; in h264AllocDRAM()
476 H264INFO *pInfo = &pConfig->ctxH264Info; in h264DpbHandling()
552 H264INFO* pInfo = &pConfig->ctxH264Info; in h264GetBufferAddr()
H A Dmfe_reg_264e.c137 H264INFO* pInfo = &pConfig->ctxH264Info; in mfeH264_DeInit()
157 H264INFO* pInfo = &pConfig->ctxH264Info; in mfeH264_Init()
316 H264INFO* pInfo = &pConfig->ctxH264Info; in mfeH264_EncodeFrame()
432 H264INFO* pInfo = &pConfig->ctxH264Info; in mfeH264_EncodeDummyFrame()
461 H264INFO* pInfo = &pConfig->ctxH264Info; in mfeH264_UpdateFrame()
494 H264INFO* pInfo = &pConfig->ctxH264Info; in OutputSwCfg1_H264()
H A Dmfe_common.h399 H264INFO ctxH264Info; member
/utopia/UTPA2-700.0.x/modules/mfe/drv/mfe_ex/
H A Dmdrv_mfe.c212 if (pConfig->ctxH264Info.structure==FRAME) // Initial value in MDrv_MFE_GetDispOrder()
213 pConfig->ctxH264Info.structure = TOP_FIELD; in MDrv_MFE_GetDispOrder()
214 else if (pConfig->ctxH264Info.structure==TOP_FIELD) in MDrv_MFE_GetDispOrder()
215 pConfig->ctxH264Info.structure = BOTTOM_FIELD; in MDrv_MFE_GetDispOrder()
216 else if (pConfig->ctxH264Info.structure==BOTTOM_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()
1168 gpMfeConfig->ctxH264Info.LevelIDC = gpMfeConfig->setLevel; in MDrv_MFE_Ioctl()
/utopia/UTPA2-700.0.x/modules/mfe/drv/mfe/cModel/
H A Dparset.c268 H264INFO *pInfo = &pConfig->ctxH264Info; in GenerateSequenceParameterSet()
402 H264INFO *pInfo = &pConfig->ctxH264Info; in GeneratePictureParameterSet()
565 pps->pic_order_present_flag = pConfig->ctxH264Info.pic_order_present_flag; in _GeneratePic_parameter_set_rbsp()
908 H264INFO* pInfo = &pConfig->ctxH264Info; in dec_ref_pic_marking()
936 H264INFO* pInfo = &pConfig->ctxH264Info; in SliceHeader()
1104 H264INFO* pInfo = &pConfig->ctxH264Info; in codeSliceHeader()
H A Dmfe_reg_264e.c107 H264INFO* pInfo = &pConfig->ctxH264Info; in mfeH264_Init()
206 H264INFO* pInfo = &pConfig->ctxH264Info; in mfeH264_EncodeFrame()
297 H264INFO* pInfo = &pConfig->ctxH264Info; in mfeH264_UpdateFrame()
321 H264INFO* pInfo = &pConfig->ctxH264Info; in OutputSwCfg1_H264()
H A Dbufmng.c316 H264INFO *pInfo = &pConfig->ctxH264Info; in h264AllocDRAM()
395 H264INFO *pInfo = &pConfig->ctxH264Info; in h264DpbHandling()
433 H264INFO* pInfo = &pConfig->ctxH264Info; in h264GetBufferAddr()
H A Dmfe_common.h367 H264INFO ctxH264Info; member
/utopia/UTPA2-700.0.x/modules/mfe/drv/mfe/
H A Dmdrv_mfe.c1046 H264INFO* pInfo = &pConfig->ctxH264Info; in mdrvLoadTestCasePost()