Searched refs:codecPrefix (Results 1 – 1 of 1) sorted by relevance
114 public static void registerCustomMimeType(String mimeType, String codecPrefix, int trackType) { in registerCustomMimeType() argument115 CustomMimeType customMimeType = new CustomMimeType(mimeType, codecPrefix, trackType); in registerCustomMimeType()462 if (codec.startsWith(customMimeType.codecPrefix)) { in getCustomMimeTypeForCodec()486 public final String codecPrefix; field in MimeTypes.CustomMimeType489 public CustomMimeType(String mimeType, String codecPrefix, int trackType) { in CustomMimeType() argument491 this.codecPrefix = codecPrefix; in CustomMimeType()