Home
last modified time | relevance | path

Searched refs:bInterlacedCoding (Results 1 – 4 of 4) sorted by relevance

/utopia/UTPA2-700.0.x/modules/mfe/drv/mfe/cModel/
H A Dmfe_reg_m4ve.c208 pInfo->bInterlacedCoding = pConfig->bInterlace; in mfeM4VE_Init()
209 pInfo->bInterlace = pInfo->bInterlacedCoding; in mfeM4VE_Init()
299 pInfo->bInterlace = pInfo->bInterlacedCoding; in mfeM4VE_EncodeFrame()
479 mfe_reg.reg_mfe_g_mp4_itlc = pM4veInfo->bInterlacedCoding; in OutputSwCfg1_Mp4()
H A Dmfe_common.h197 MFE_U8 bInterlacedCoding; // Seq-wide 0: Progressive, 1: Use Field-DCT member
/utopia/UTPA2-700.0.x/modules/mfe/drv/mfe_ex/cModel/
H A Dmfe_reg_m4ve.c241 pInfo->bInterlacedCoding = (pConfig->bInterlace != PROGRESSIVE); in mfeM4VE_Init()
242 pInfo->bInterlace = pInfo->bInterlacedCoding; in mfeM4VE_Init()
332 pInfo->bInterlace = pInfo->bInterlacedCoding; in mfeM4VE_EncodeFrame()
550 mfe_reg->reg_mfe_g_mp4_itlc = pM4veInfo->bInterlacedCoding; in OutputSwCfg1_Mp4()
H A Dmfe_common.h218 MS_U8 bInterlacedCoding; // Seq-wide 0: Progressive, 1: Use Field-DCT member