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

/frameworks/base/media/java/android/media/videoeditor/
H A DMediaImageItem.java798 clipSettings.beginCutPercent = 0;
823 clipSettings.beginCutPercent = 0;
H A DMediaItem.java705 clipSettings.beginCutPercent = 0;
H A DMediaArtistNativeHelper.java1013 public int beginCutPercent; field in class:MediaArtistNativeHelper.ClipSettings
1017 * both <code>beginCutPercent</code> and <code>endCutPercent</code> to
2259 lclipSettings.beginCutPercent = 0;
/frameworks/base/media/jni/mediaeditor/
H A DVideoEditorClasses.h180 jfieldID beginCutPercent; member in struct:__anon1119
H A DVideoEditorClasses.cpp533 VIDEOEDIT_JAVA_FIELD_INIT("beginCutPercent", "I" ),
1347 (M4OSA_UInt32)pEnv->GetIntField(object, fieldIds.beginCutPercent);
1473 // Set the beginCutPercent field.
1474 pEnv->SetIntField(object, fieldIds.beginCutPercent, pSettings->xVSS.uiBeginCutPercent);

Completed in 84 milliseconds