Searched defs:uiProgress (Results 1 - 5 of 5) sorted by path

/frameworks/av/libvideoeditor/vss/inc/
H A DM4VSS3GPP_API.h154 * @note The uiProgress value should be enough for most cases
160 M4OSA_UInt32 uiProgress; member in struct:__anon229
/frameworks/av/libvideoeditor/vss/mcs/inc/
H A DM4MCS_API.h85 * @note The uiProgress value should be enough for most cases
90 M4OSA_UInt32 uiProgress; /**< Progress of the Effect from 0 to 1000 (one thousand) */ member in struct:__anon284
H A DM4MCS_InternalTypes.h417 M4OSA_UInt8 uiProgress; /**< Progress information saved at each step to be able to member in struct:__anon302
/frameworks/av/libvideoeditor/vss/src/
H A DM4VSS3GPP_Edit.c1361 M4OSA_UInt32 uiProgressAudio, uiProgressVideo, uiProgress; local
1408 uiProgress = uiProgressAudio + uiProgressVideo;
1412 uiProgress /= 2;
1416 if( uiProgress > 100 )
1422 *pProgress = (M4OSA_UInt8)uiProgress;
H A DM4xVSS_API.c5441 M4OSA_UInt8 uiProgress = 0; local
5455 err = M4VSS3GPP_editStep(pVssCtxt, &uiProgress);
5574 uiProgress unless progress would be wrong */
5575 uiProgress = 0;
5622 err = M4VSS3GPP_audioMixingStep(pAudioMixingCtxt, &uiProgress);
5638 uiProgress unless progress would be wrong */
5639 uiProgress = 0;
5730 uiProgress = (xVSS_context->pCallBackCtxt->m_ImageCounter * 100) / (xVSS_context->pCallBackCtxt->m_NbImage -1);
5747 uiProgress unless progress would be wrong */
5748 uiProgress
[all...]

Completed in 95 milliseconds