HomeSort by relevance Sort by last modified time
    Searched refs:veProfile (Results 1 - 3 of 3) sorted by null

  /frameworks/base/media/java/android/media/videoeditor/
MediaProperties.java 378 VideoEditorProfile veProfile = VideoEditorProfile.get();
379 if (veProfile == null) {
382 final int maxWidth = veProfile.maxOutputVideoFrameWidth;
383 final int maxHeight = veProfile.maxOutputVideoFrameHeight;
MediaVideoItem.java 125 VideoEditorProfile veProfile = VideoEditorProfile.get();
126 if (veProfile == null) {
129 final int maxInputWidth = veProfile.maxInputVideoFrameWidth;
130 final int maxInputHeight = veProfile.maxInputVideoFrameHeight;
MediaArtistNativeHelper.java     [all...]

Completed in 37 milliseconds