Searched refs:KEY_LEVEL (Results 1 – 9 of 9) sorted by relevance
180 encoderFormat.setInteger(MediaFormat.KEY_LEVEL, in setUpEncoderFormat()186 .setInteger(MediaFormat.KEY_LEVEL, MediaCodecInfo.CodecProfileLevel.AVCLevel4); in setUpEncoderFormat()
257 encodeFormat.setInteger(MediaFormat.KEY_LEVEL, mLevel); in testEncoder()
1152 if (format.containsKey(MediaFormat.KEY_LEVEL)) { in convertToVideoTrackFormat()1153 int level = format.getInteger(MediaFormat.KEY_LEVEL); in convertToVideoTrackFormat()
980 public static final String KEY_LEVEL = "level"; field in MediaFormat
784 Integer level = (Integer)map.get(MediaFormat.KEY_LEVEL); in isFormatSupported()
785 constexpr char KEY_LEVEL[] = "level"; variable
203 format->setInt32(KEY_LEVEL, AVCLevel41); in prepareEncoder()
717 add(ConfigMapper(KEY_LEVEL, C2_PARAMKEY_PROFILE_LEVEL, "level") in initializeStandardParams()
22537 field public static final String KEY_LEVEL = "level";