Lines Matching refs:map

542             final Map<String, Object> map = format.getMap();
543 final String mime = (String)map.get(MediaFormat.KEY_MIME);
552 Integer yesNo = (Integer)map.get(MediaFormat.KEY_FEATURE_ + feat.mName);
693 final Map<String, Object> map = info.getMap();
717 map.get("max-concurrent-instances"), mMaxSupportedInstances);
723 Integer yesNo = (Integer)map.get(key);
986 Map<String, Object> map = format.getMap();
987 Integer sampleRate = (Integer)map.get(MediaFormat.KEY_SAMPLE_RATE);
988 Integer channels = (Integer)map.get(MediaFormat.KEY_CHANNEL_COUNT);
1332 final Map<String, Object> map = format.getMap();
1333 Integer width = (Integer)map.get(MediaFormat.KEY_WIDTH);
1334 Integer height = (Integer)map.get(MediaFormat.KEY_HEIGHT);
1335 Number rate = (Number)map.get(MediaFormat.KEY_FRAME_RATE);
1407 private Map<Size, Range<Long>> getMeasuredFrameRates(Map<String, Object> map) {
1410 Set<String> keys = map.keySet();
1426 Range<Long> range = Utils.parseLongRange(map.get(key), null);
1436 final Map<String, Object> map = info.getMap();
1444 blockSize = Utils.parseSize(map.get("block-size"), blockSize);
1445 alignment = Utils.parseSize(map.get("alignment"), alignment);
1446 counts = Utils.parseIntRange(map.get("block-count-range"), null);
1448 Utils.parseLongRange(map.get("blocks-per-second-range"), null);
1449 mMeasuredFrameRates = getMeasuredFrameRates(map);
1451 Object o = map.get("size-range");
1472 if (map.containsKey("feature-can-swap-width-height")) {
1486 map.get("block-aspect-ratio-range"), null);
1488 map.get("pixel-aspect-ratio-range"), null);
1489 frameRates = Utils.parseIntRange(map.get("frame-rate-range"), null);
1499 bitRates = Utils.parseIntRange(map.get("bitrate-range"), null);
2305 Map<String, Object> map = info.getMap();
2323 mDefaultComplexity = Integer.parseInt((String)map.get("complexity-default"));
2327 mDefaultQuality = Integer.parseInt((String)map.get("quality-default"));
2330 mQualityScale = (String)map.get("quality-scale");
2376 final Map<String, Object> map = format.getMap();
2379 Integer mode = (Integer)map.get(MediaFormat.KEY_BITRATE_MODE);
2384 Integer complexity = (Integer)map.get(MediaFormat.KEY_COMPLEXITY);
2387 (Integer)map.get(MediaFormat.KEY_FLAC_COMPRESSION_LEVEL);
2398 Integer profile = (Integer)map.get(MediaFormat.KEY_PROFILE);
2400 Integer aacProfile = (Integer)map.get(MediaFormat.KEY_AAC_PROFILE);
2409 Integer quality = (Integer)map.get(MediaFormat.KEY_QUALITY);