Searched defs:profLevs (Results 1 - 1 of 1) sorted by relevance
/frameworks/base/media/java/android/media/ |
H A D | MediaCodecInfo.java | 862 CodecProfileLevel[] profLevs, int[] colFmts, 866 this(profLevs, colFmts, encoder, flags, 874 CodecProfileLevel[] profLevs, int[] colFmts, boolean encoder, int flags, 885 if (profLevs.length == 0 && mMime.equalsIgnoreCase(MediaFormat.MIMETYPE_VIDEO_VP9)) { 889 profLevs = new CodecProfileLevel[] { profLev }; 891 profileLevels = profLevs; 861 CodecCapabilities( CodecProfileLevel[] profLevs, int[] colFmts, boolean encoder, int flags, Map<String, Object>defaultFormatMap, Map<String, Object>capabilitiesMap) argument 873 CodecCapabilities( CodecProfileLevel[] profLevs, int[] colFmts, boolean encoder, int flags, MediaFormat defaultFormat, MediaFormat info) argument
|
Completed in 31 milliseconds