Home
last modified time | relevance | path

Searched refs:MP3 (Results 1 – 25 of 63) sorted by relevance

123

/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/common/src/main/java/com/google/android/exoplayer2/util/
DFileTypes.java41 UNKNOWN, AC3, AC4, ADTS, AMR, FLAC, FLV, MATROSKA, MP3, MP4, OGG, PS, TS, WAV, WEBVTT, JPEG
61 public static final int MP3 = 7; field in FileTypes
153 return FileTypes.MP3; in inferFileTypeFromMimeType()
199 return FileTypes.MP3; in inferFileTypeFromUri()
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/common/src/main/java/com/google/android/exoplayer2/util/
DFileTypes.java44 UNKNOWN, AC3, AC4, ADTS, AMR, FLAC, FLV, MATROSKA, MP3, MP4, OGG, PS, TS, WAV, WEBVTT, JPEG
64 public static final int MP3 = 7; field in FileTypes
155 return FileTypes.MP3; in inferFileTypeFromMimeType()
200 return FileTypes.MP3; in inferFileTypeFromUri()
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/docs/
Ddesign-documents.md21 * [Index seeking in MP3 streams][] (January 2020)
32 [Index seeking in MP3 streams]: https://docs.google.com/document/d/1ZtQsCFvi_LiwFqhHWy20dJ1XwHLOXE4…
Dtroubleshooting.md11 * [Why is seeking inaccurate in some MP3 files?][]
66 content to use a more appropriate container format. For MP3, ADTS and AMR files,
71 #### Why is seeking inaccurate in some MP3 files? ####
73 Variable bitrate (VBR) MP3 files are fundamentally unsuitable for use cases that
80 specifying this mapping in MP3 (e.g., XING headers) are, unfortunately, often
88 into the media until it finds the right sample. Unfortunately MP3 does not
92 For these reasons, the only way to perform an exact seek into a VBR MP3 file is
96 [`setMp3ExtractorFlags`][]. Note that it doesn't scale well to large MP3 files,
105 where MP3 is the best choice of media format.
311 [Why is seeking inaccurate in some MP3 files?]: #why-is-seeking-inaccurate-in-some-mp3-files
Dsupported-formats.md16 that for some audio only formats (e.g., MP3), the sample and container formats
83 | MP1, MP2, MP3 | mp3 |
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/docs/
Ddesign-documents.md21 * [Index seeking in MP3 streams][] (January 2020)
32 [Index seeking in MP3 streams]: https://docs.google.com/document/d/1ZtQsCFvi_LiwFqhHWy20dJ1XwHLOXE4…
Dtroubleshooting.md11 * [Why is seeking inaccurate in some MP3 files?][]
65 content to use a more appropriate container format. For MP3, ADTS and AMR files,
70 #### Why is seeking inaccurate in some MP3 files? ####
72 Variable bitrate (VBR) MP3 files are fundamentally unsuitable for use cases that
79 specifying this mapping in MP3 (e.g., XING headers) are, unfortunately, often
87 into the media until it finds the right sample. Unfortunately MP3 does not
91 For these reasons, the only way to perform an exact seek into a VBR MP3 file is
95 [`setMp3ExtractorFlags`][]. Note that it doesn't scale well to large MP3 files,
104 where MP3 is the best choice of media format.
300 [Why is seeking inaccurate in some MP3 files?]: #why-is-seeking-inaccurate-in-some-mp3-files
Dsupported-formats.md16 that for some audio only formats (e.g., MP3), the sample and container formats
83 | MP1, MP2, MP3 | mp3 |
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/hls/src/main/java/com/google/android/exoplayer2/source/hls/
DDefaultHlsExtractorFactory.java60 FileTypes.MP3,
169 case FileTypes.MP3: in createExtractorByFileType()
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/hls/src/main/java/com/google/android/exoplayer2/source/hls/
DDefaultHlsExtractorFactory.java60 FileTypes.MP3,
169 case FileTypes.MP3: in createExtractorByFileType()
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/docs/_page_fragments/
Dsupported-formats-hls.md14 | MP3 | YES ||
Dsupported-formats-progressive.md12 | MP3 | YES | Some streams only seekable using constant bitrate seeking** |
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/docs/_page_fragments/
Dsupported-formats-hls.md14 | MP3 | YES ||
Dsupported-formats-progressive.md12 | MP3 | YES | Some streams only seekable using constant bitrate seeking** |
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/extractor/src/main/java/com/google/android/exoplayer2/extractor/
DDefaultExtractorsFactory.java100 FileTypes.MP3,
370 case FileTypes.MP3: in addExtractorsForFileType()
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/extractor/src/main/java/com/google/android/exoplayer2/extractor/
DDefaultExtractorsFactory.java100 FileTypes.MP3,
370 case FileTypes.MP3: in addExtractorsForFileType()
/external/oboe/samples/RhythmGame/
Dbuild.gradle34 // Oboe has a minimum API of 16, but AMediaExtractor (used to extract the MP3 assets)
/external/tinycompress/
DREADME10 compressed data like MP3 etc to it.
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/common/src/test/java/com/google/android/exoplayer2/util/
DFileTypesTest.java80 .isEqualTo(FileTypes.MP3); in inferFileFormat_fromUri_returnsExpectedFormat()
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/common/src/test/java/com/google/android/exoplayer2/util/
DFileTypesTest.java80 .isEqualTo(FileTypes.MP3); in inferFileFormat_fromUri_returnsExpectedFormat()
/external/cronet/build/config/
Dfeatures.gni21 # Enables proprietary codecs and demuxers; e.g. H264, AAC, MP3, and MP4.
/external/angle/build/config/
Dfeatures.gni21 # Enables proprietary codecs and demuxers; e.g. H264, AAC, MP3, and MP4.
/external/libxml2/result/
Dslashdot.rdf.rdr138 3 3 #text 0 1 Upside downsides MP3.COM.
Dslashdot.rdf.rde138 3 3 #text 0 1 Upside downsides MP3.COM.
/external/rust/crates/zip/src/
Dcompression.rs77 pub const MP3: Self = CompressionMethod::Unsupported(94); constant

123