Searched refs:alphaProgressLevel (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/libvideoeditor/vss/src/
H A DM4xVSS_internal.c4221 M4VIFI_Int32 alphaProgressLevel; local
4243 alphaProgressLevel = (pProgress->uiProgress * 128)/1000;
4247 alphaProgressLevel = 128 - alphaProgressLevel;
4279 if( alphaProgressLevel < alphaMask[x+y*PlaneOut->u_width] )
4332 M4VIFI_Int32 alphaProgressLevel; local
4359 alphaProgressLevel = (pProgress->uiProgress * 128)/1000;
4363 alphaProgressLevel = 128 - alphaProgressLevel;
4369 alphaBlendLevelMin = alphaProgressLevel
[all...]

Completed in 57 milliseconds