Home | History | Annotate | Download | only in mediaeditor

Lines Matching refs:EditSettings

551 VIDEOEDIT_JAVA_DEFINE_FIELDS(EditSettings)
573 VIDEOEDIT_JAVA_DEFINE_FIELD_CLASS(EditSettings, EDIT_SETTINGS_CLASS_NAME)
1761 // Only retrieve the EditSettings if the previous action succeeded.
1798 // Only validate the EditSettings if the fields could be located.
1821 // Only retrieve the EditSettings if the fields could be located.
1827 // Allocate memory for the EditSettings.
1829 sizeof(M4VSS3GPP_EditSettings), "EditSettings");
1831 // Check if memory could be allocated for the EditSettings.
1920 !converted, "editSettings.videoFrameRate is invalid");
1945 !converted, "editSettings.videoFrameSize is invalid");
1958 !converted, "editSettings.videoFormat is invalid");
1971 !converted, "editSettings.audioFormat is invalid");
1986 !converted, "editSettings.audioSamplingFreq is invalid");
1999 "editSettings.audioChannels must be set to 0, 1 or 2");
2058 // Check if memory was allocated for the EditSettings.
2140 // Check if memory was allocated for the EditSettings.