Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/mfe/api/mfe/
H A Dmadp_mfe.c1894 …Initialize(VOIP_CODEC_TYPE codec_type,MFE_U32 gDipVideoWidth,MFE_U32 gDipVideoHeight, PQ_LEVEL pic… in MApi_MFE_Initialize() argument
1900 int frm_size = gDipVideoWidth*gDipVideoHeight; in MApi_MFE_Initialize()
1921 appPVR_Info.nDispHeight= gDipVideoHeight; in MApi_MFE_Initialize()
1923 appPVR_Info.nBufHeight= gDipVideoHeight/16*16 + (gDipVideoHeight%16!=0 ? 16:0); in MApi_MFE_Initialize()