Searched refs:mimeTypePrefix (Results 1 – 3 of 3) sorted by relevance
758 String mimeTypePrefix) throws IOException { in getTrackFormatForResource() argument766 return getTrackFormatForExtractor(extractor, mimeTypePrefix); in getTrackFormatForResource()771 String mimeTypePrefix) throws IOException { in getTrackFormatForResource() argument778 return getTrackFormatForExtractor(extractor, mimeTypePrefix); in getTrackFormatForResource()782 Context context, String path, String mimeTypePrefix) in getTrackFormatForPath() argument785 return getTrackFormatForExtractor(extractor, mimeTypePrefix); in getTrackFormatForPath()790 String mimeTypePrefix) { in getTrackFormatForExtractor() argument795 if (trackMediaFormat.getString(MediaFormat.KEY_MIME).startsWith(mimeTypePrefix)) { in getTrackFormatForExtractor()802 throw new RuntimeException("couldn't get a track for " + mimeTypePrefix); in getTrackFormatForExtractor()809 Context context, String resource, String mimeTypePrefix) in createMediaExtractorForMimeType() argument[all …]
786 String mimeTypePrefix = audio ? "audio/" : "video/"; in testAsyncReset() local788 INPUT_RESOURCE, mimeTypePrefix); in testAsyncReset()1235 String mimeTypePrefix = audio ? "audio/" : "video/"; in testDecodeAfterFlush()1239 mediaExtractor = getMediaExtractorForMimeType(INPUT_RESOURCE, mimeTypePrefix); in testDecodeAfterFlush()1910 String mimeTypePrefix) throws IOException { in getMediaExtractorForMimeType() argument1926 if (trackMediaFormat.getString(MediaFormat.KEY_MIME).startsWith(mimeTypePrefix)) { in getMediaExtractorForMimeType()
971 String mimeTypePrefix) { in getMediaExtractorForMimeType() argument982 if (trackMediaFormat.getString(MediaFormat.KEY_MIME).startsWith(mimeTypePrefix)) { in getMediaExtractorForMimeType()