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

/frameworks/base/media/java/android/media/videoeditor/
H A DMediaImageItem.java806 clipSettings.panZoomTopLeftYEnd = 0;
831 clipSettings.panZoomTopLeftYEnd = (end.top * 1000) / height;
H A DMediaItem.java713 clipSettings.panZoomTopLeftYEnd = 0;
H A DMediaArtistNativeHelper.java1041 public int panZoomTopLeftYEnd; field in class:MediaArtistNativeHelper.ClipSettings
2267 lclipSettings.panZoomTopLeftYEnd = 0;
/frameworks/base/media/jni/mediaeditor/
H A DVideoEditorClasses.h188 jfieldID panZoomTopLeftYEnd; member in struct:__anon1138
H A DVideoEditorClasses.cpp542 VIDEOEDIT_JAVA_FIELD_INIT("panZoomTopLeftYEnd", "I" ),
1384 (M4OSA_UInt16)pEnv->GetIntField(object, fieldIds.panZoomTopLeftYEnd);
1503 // Set the panZoomTopLeftYEnd field.
1504 pEnv->SetIntField(object, fieldIds.panZoomTopLeftYEnd,

Completed in 131 milliseconds