Searched defs:ase (Results 1 - 2 of 2) sorted by relevance

/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/adaptivestreaming/
H A DFlatManifestWriterImpl.java195 private AudioQuality getAudioQuality(Track track, AudioSampleEntry ase) { argument
196 if (getFormat(ase).equals("mp4a")) {
197 return getAacAudioQuality(track, ase);
198 } else if (getFormat(ase).equals("ec-3")) {
199 return getEc3AudioQuality(track, ase);
200 } else if (getFormat(ase).startsWith("dts")) {
201 return getDtsAudioQuality(track, ase);
203 throw new InternalError("I don't know what to do with audio of type " + getFormat(ase));
208 private AudioQuality getAacAudioQuality(Track track, AudioSampleEntry ase) { argument
210 final ESDescriptorBox esDescriptorBox = ase
230 getEc3AudioQuality(Track track, AudioSampleEntry ase) argument
370 getDtsAudioQuality(Track track, AudioSampleEntry ase) argument
[all...]
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dcommons-lang-2.6.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/lang/ ...

Completed in 1233 milliseconds