Lines Matching refs:eSubRepeatField
173 static MVOP_RptFldMode eSubRepeatField = E_MVOP_RPTFLD_NONE; /// mvop output repeating fields for…
211 MVOP_RptFldMode eSubRepeatField; /// mvop output repeating fields for single field input. member
399 …g_pHalMVOPCtx->eSubRepeatField = E_MVOP_RPTFLD_NONE; /// mvop output repeating fields for single… in _HAL_MVOP_SubInitVarCtx()
3072 g_pHalMVOPCtx->eSubRepeatField = E_MVOP_RPTFLD_NONE; in HAL_MVOP_ResetReg()
3923 g_pHalMVOPCtx->eSubRepeatField = eMode; in HAL_MVOP_SubSetRepeatField()
4007 if (E_MVOP_RPTFLD_NONE == g_pHalMVOPCtx->eSubRepeatField) in HAL_MVOP_SubSetInputMode()
4009 … MVOP_DBG("%s normal NOT repeat field %x\n", __FUNCTION__, g_pHalMVOPCtx->eSubRepeatField); in HAL_MVOP_SubSetInputMode()
4113 if (E_MVOP_RPTFLD_NONE != g_pHalMVOPCtx->eSubRepeatField) in HAL_MVOP_SubSetInputMode()
4115 MVOP_DBG("%s reset eRepeatField=%x ==>", __FUNCTION__, g_pHalMVOPCtx->eSubRepeatField); in HAL_MVOP_SubSetInputMode()
4118 g_pHalMVOPCtx->eSubRepeatField = E_MVOP_RPTFLD_NONE; //reset the flag to repeat field in HAL_MVOP_SubSetInputMode()
4119 MVOP_DBG(" %x\n", g_pHalMVOPCtx->eSubRepeatField); in HAL_MVOP_SubSetInputMode()
4648 if (E_MVOP_RPTFLD_BOT == g_pHalMVOPCtx->eSubRepeatField) in HAL_MVOP_SubSetYUVBaseAdd()
4650 MVOP_DBG("%d eRepeatField(%x) is bottom!\n", __LINE__, g_pHalMVOPCtx->eSubRepeatField); in HAL_MVOP_SubSetYUVBaseAdd()
4655 … MVOP_DBG("%d eRepeatField(%x) is TOP or NONE.\n", __LINE__, g_pHalMVOPCtx->eSubRepeatField); in HAL_MVOP_SubSetYUVBaseAdd()
4686 if (E_MVOP_RPTFLD_BOT == g_pHalMVOPCtx->eSubRepeatField) in HAL_MVOP_SubSetYUVBaseAdd()
4688 MVOP_DBG("%d eRepeatField(%x) is bottom!\n", __LINE__, g_pHalMVOPCtx->eSubRepeatField); in HAL_MVOP_SubSetYUVBaseAdd()
4693 … MVOP_DBG("%d eRepeatField(%x) is TOP/NONE.\n", __LINE__, g_pHalMVOPCtx->eSubRepeatField); in HAL_MVOP_SubSetYUVBaseAdd()