Searched refs:KEY_LEVEL (Results 1 – 8 of 8) 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()
1122 public static final String KEY_LEVEL = "level"; field in MediaFormat
909 Integer level = (Integer)map.get(MediaFormat.KEY_LEVEL); in isFormatSupported()
805 constexpr char KEY_LEVEL[] = "level"; variable
205 format->setInt32(KEY_LEVEL, AVCLevel41); in prepareEncoder()
751 add(ConfigMapper(KEY_LEVEL, C2_PARAMKEY_PROFILE_LEVEL, "level") in initializeStandardParams()
22255 field public static final String KEY_LEVEL = "level";