Home | History | Annotate | Download | only in mediaeditor

Lines Matching refs:ClipSettings

528 VIDEOEDIT_JAVA_DEFINE_FIELDS(ClipSettings)
549 VIDEOEDIT_JAVA_DEFINE_FIELD_CLASS(ClipSettings, CLIP_SETTINGS_CLASS_NAME)
1272 // Only validate the ClipSettings if the fields could be located.
1281 // Only retrieve the ClipSettings if the fields could be located and validated.
1284 // Allocate memory for the ClipSettings.
1286 sizeof(M4VSS3GPP_ClipSettings), "ClipSettings");
1288 // Check if memory could be allocated for the ClipSettings.
1294 // Initialize the ClipSettings.
1636 // Check if memory was allocated for the ClipSettings.
1663 // Check if memory was allocated for the ClipSettings.
1739 jobject clipSettings = NULL;
1852 clipSettings = pEnv->GetObjectArrayElement(clipSettingsArray, i);
1855 videoEditClasses_getClipSettings(pResult, pEnv, clipSettings,
1859 pEnv->DeleteLocalRef(clipSettings);
2119 // Check if the ClipSettings should be freed.