Home
last modified time | relevance | path

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

/external/exoplayer/tree/library/common/src/main/java/com/google/android/exoplayer2/util/
DMimeTypes.java116 int customMimeTypeCount = customMimeTypes.size(); in registerCustomMimeType() local
117 for (int i = 0; i < customMimeTypeCount; i++) { in registerCustomMimeType()
459 int customMimeTypeCount = customMimeTypes.size(); in getCustomMimeTypeForCodec() local
460 for (int i = 0; i < customMimeTypeCount; i++) { in getCustomMimeTypeForCodec()
470 int customMimeTypeCount = customMimeTypes.size(); in getTrackTypeForCustomMimeType() local
471 for (int i = 0; i < customMimeTypeCount; i++) { in getTrackTypeForCustomMimeType()