Searched refs:CustomMimeType (Results 1 – 1 of 1) sorted by relevance
102 private static final ArrayList<CustomMimeType> customMimeTypes = new ArrayList<>();115 CustomMimeType customMimeType = new CustomMimeType(mimeType, codecPrefix, trackType); in registerCustomMimeType()461 CustomMimeType customMimeType = customMimeTypes.get(i); in getCustomMimeTypeForCodec()472 CustomMimeType customMimeType = customMimeTypes.get(i); in getTrackTypeForCustomMimeType()484 private static final class CustomMimeType { class in MimeTypes489 public CustomMimeType(String mimeType, String codecPrefix, int trackType) { in CustomMimeType() method in MimeTypes.CustomMimeType