Searched refs:formatMap (Results 1 – 3 of 3) sorted by relevance
260 Map<String, Object> formatMap = getFileFormatNative(); in getDrmInitData() local261 if (formatMap == null) { in getDrmInitData()264 if (formatMap.containsKey("pssh")) { in getDrmInitData()308 Map<String, Object> formatMap = getFileFormatNative();309 if (formatMap != null && formatMap.containsKey("pssh")) {310 ByteBuffer rawpssh = (ByteBuffer) formatMap.get("pssh");313 formatMap.remove("pssh");
403 Map<String, Object> formatMap = format.getMap(); in addTrack() local407 int mapSize = formatMap.size(); in addTrack()412 for (Map.Entry<String, Object> entry : formatMap.entrySet()) { in addTrack()
1856 Map<String, Object> formatMap = format.getMap(); in configure() local1857 keys = new String[formatMap.size()]; in configure()1858 values = new Object[formatMap.size()]; in configure()1861 for (Map.Entry<String, Object> entry: formatMap.entrySet()) { in configure()