Home
last modified time | relevance | path

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

/frameworks/media/libvideoeditor/vss/inc/
DM4VSS3GPP_Extended_API.h248 M4OSA_UInt32 uiEndCutPercent; /**< End cut time, in percent of clip member
/frameworks/media/libvideoeditor/vss/src/
DM4xVSS_API.c2167 if( xVSS_context->pSettings->pClipList[i]->xVSS.uiEndCutPercent in M4xVSS_SendCommand()
2173 xVSS_context->pSettings->pClipList[i]->xVSS.uiEndCutPercent = 0; in M4xVSS_SendCommand()
2315 if( xVSS_context->pSettings->pClipList[i]->xVSS.uiEndCutPercent != 0 in M4xVSS_SendCommand()
2321 uiEndCutPercent in M4xVSS_SendCommand()
2342 uiEndCutPercent in M4xVSS_SendCommand()
6191 pClipSettings->xVSS.uiEndCutPercent = 0; in M4xVSS_CreateClipSettings()
/frameworks/base/media/jni/mediaeditor/
DVideoEditorClasses.cpp1350 pSettings->xVSS.uiEndCutPercent = in videoEditClasses_getClipSettings()
1477 pEnv->SetIntField(object, fieldIds.endCutPercent, pSettings->xVSS.uiEndCutPercent); in videoEditClasses_createClipSettings()
1689 (unsigned int)pSettings->xVSS.uiEndCutPercent); in videoEditClasses_logClipSettings()