Home
last modified time | relevance | path

Searched refs:mDecodersForPath (Results 1 – 1 of 1) sorted by relevance

/cts/hostsidetests/media/bitstreams/src/android/media/cts/bitstreams/
DSupportedBitstreamsProcessor.java37 private final Map<String, Map<String, Boolean>> mDecodersForPath = new HashMap<>(); field in SupportedBitstreamsProcessor
64 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()