Searched refs:customMimeType (Results 1 – 1 of 1) sorted by relevance
115 CustomMimeType customMimeType = new CustomMimeType(mimeType, codecPrefix, trackType); in registerCustomMimeType() local123 customMimeTypes.add(customMimeType); in registerCustomMimeType()461 CustomMimeType customMimeType = customMimeTypes.get(i); in getCustomMimeTypeForCodec() local462 if (codec.startsWith(customMimeType.codecPrefix)) { in getCustomMimeTypeForCodec()463 return customMimeType.mimeType; in getCustomMimeTypeForCodec()472 CustomMimeType customMimeType = customMimeTypes.get(i); in getTrackTypeForCustomMimeType() local473 if (mimeType.equals(customMimeType.mimeType)) { in getTrackTypeForCustomMimeType()474 return customMimeType.trackType; in getTrackTypeForCustomMimeType()