Searched defs:effectDuration (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/libvideoeditor/vss/inc/
H A DM4xVSS_Internal.h154 M4OSA_UInt32 effectDuration; /**<Effect duration*/ member in struct:__anon271
/frameworks/av/libvideoeditor/lvpp/
H A DVideoEditorTools.cpp3070 M4OSA_UInt32 effectDuration, M4OSA_Double *percentageDone) {
3082 videoEffectTime / ((M4OSA_Float)effectDuration);
3092 M4OSA_UInt32 effectDuration, M4VSS3GPP_ExternalProgress* extProgress) {
3096 computePercentageDone(ctsMs, effectStartTimeMs, effectDuration, &percentageDone);
3068 computePercentageDone( M4OSA_UInt32 ctsMs, M4OSA_UInt32 effectStartTimeMs, M4OSA_UInt32 effectDuration, M4OSA_Double *percentageDone) argument
3090 computeProgressForVideoEffect( M4OSA_UInt32 ctsMs, M4OSA_UInt32 effectStartTimeMs, M4OSA_UInt32 effectDuration, M4VSS3GPP_ExternalProgress* extProgress) argument

Completed in 532 milliseconds