Home | History | Annotate | Download | only in src

Lines Matching defs:uiProgress

1361     M4OSA_UInt32 uiProgressAudio, uiProgressVideo, uiProgress;
1408 uiProgress = uiProgressAudio + uiProgressVideo;
1412 uiProgress /= 2;
1416 if( uiProgress > 100 )
1422 *pProgress = (M4OSA_UInt8)uiProgress;