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

/frameworks/base/media/java/android/media/videoeditor/
H A DMediaImageItem.java799 clipSettings.endCutPercent = 0;
824 clipSettings.endCutPercent = 0;
H A DMediaItem.java706 clipSettings.endCutPercent = 0;
H A DMediaArtistNativeHelper.java1017 * both <code>beginCutPercent</code> and <code>endCutPercent</code> to
1020 public int endCutPercent; field in class:MediaArtistNativeHelper.ClipSettings
2260 lclipSettings.endCutPercent = 0;
/frameworks/base/media/jni/mediaeditor/
H A DVideoEditorClasses.h181 jfieldID endCutPercent; member in struct:__anon1119
H A DVideoEditorClasses.cpp534 VIDEOEDIT_JAVA_FIELD_INIT("endCutPercent", "I" ),
1351 (M4OSA_UInt32)pEnv->GetIntField(object, fieldIds.endCutPercent);
1476 // Set the endCutPercent field.
1477 pEnv->SetIntField(object, fieldIds.endCutPercent, pSettings->xVSS.uiEndCutPercent);

Completed in 487 milliseconds