Searched refs:mDecodersForPath (Results 1 – 1 of 1) sorted by relevance
37 private final Map<String, Map<String, Boolean>> mDecodersForPath = new HashMap<>(); field in SupportedBitstreamsProcessor64 return mDecodersForPath.keySet(); in getBitstreams()68 if (mDecodersForPath.containsKey(path)) { in getDecoderCapabilitiesForPath()69 return mDecodersForPath.get(path); in getDecoderCapabilitiesForPath()98 if (mDecodersForPath.containsKey(path)) { in process()99 decoderCapabilities = mDecodersForPath.get(path); in process()101 mDecodersForPath.put(path, decoderCapabilities = new HashMap<>()); in process()