Home
last modified time | relevance | path

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

/external/exoplayer/tree/library/common/src/main/java/com/google/android/exoplayer2/
DFormat.java1392 @Nullable String codecsOfType = Util.getCodecsOfType(manifestFormat.codecs, trackType); in withManifestFormatInfo() local
1393 if (Util.splitCodecs(codecsOfType).length == 1) { in withManifestFormatInfo()
1394 codecs = codecsOfType; in withManifestFormatInfo()