HomeSort by relevance Sort by last modified time
    Searched full:audiotimescale (Results 1 - 2 of 2) sorted by null

  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/adaptivestreaming/
FlatManifestWriterImpl.java 73 long audioTimescale = -1;
90 if (audioTimescale == -1) {
91 audioTimescale = track.getTrackMetaData().getTimescale();
93 assert audioTimescale == track.getTrackMetaData().getTimescale();
147 audioStreamIndex.setAttribute("TimeScale", Long.toString(audioTimescale)); // silverlight ignores the timescale attr
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
videoreader.py 72 self.audiotimescale = self.audiomedia.GetMediaTimeScale()
130 value, d1, d2 = Qt.ConvertTimeScale((time, self.audiotimescale, None), 1000)

Completed in 176 milliseconds