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

/frameworks/base/media/java/android/media/videoeditor/
H A DVideoEditorProfile.java68 public static int getExportProfile(int vidCodec) { argument
71 switch (vidCodec) {
75 profile = native_get_videoeditor_export_profile(vidCodec);
78 throw new IllegalArgumentException("Unsupported video codec" + vidCodec);
87 public static int getExportLevel(int vidCodec) { argument
90 switch (vidCodec) {
94 level = native_get_videoeditor_export_level(vidCodec);
97 throw new IllegalArgumentException("Unsupported video codec" + vidCodec);

Completed in 516 milliseconds