Home | History | Annotate | Download | only in mediaeditor

Lines Matching refs:ClipSettings

527 VIDEOEDIT_JAVA_DEFINE_FIELDS(ClipSettings)
548 VIDEOEDIT_JAVA_DEFINE_FIELD_CLASS(ClipSettings, CLIP_SETTINGS_CLASS_NAME)
1271 // Only validate the ClipSettings if the fields could be located.
1280 // Only retrieve the ClipSettings if the fields could be located and validated.
1283 // Allocate memory for the ClipSettings.
1285 sizeof(M4VSS3GPP_ClipSettings), "ClipSettings");
1287 // Check if memory could be allocated for the ClipSettings.
1293 // Initialize the ClipSettings.
1635 // Check if memory was allocated for the ClipSettings.
1662 // Check if memory was allocated for the ClipSettings.
1738 jobject clipSettings = NULL;
1851 clipSettings = pEnv->GetObjectArrayElement(clipSettingsArray, i);
1854 videoEditClasses_getClipSettings(pResult, pEnv, clipSettings,
2109 // Check if the ClipSettings should be freed.