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

  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/tracks/
EC3TrackImpl.java 60 if (bsi.strmtyp != 1 && entry.substreamid == bsi.substreamid) {
90 deps[bsi.substreamid]++;
91 chan_locs[bsi.substreamid] = ((bsi.chanmap >> 6) & 0x100) | ((bsi.chanmap >> 5) & 0xff);
103 e.num_dep_sub = deps[bsi.substreamid];
104 e.chan_loc = chan_locs[bsi.substreamid];
186 entry.substreamid = brb.readBits(3);
409 public int substreamid; field in class:EC3TrackImpl.BitStreamInfo
419 ", substreamid=" + substreamid
    [all...]
  /external/chromium_org/media/base/
container_names.cc 188 // Skip substreamid.
    [all...]

Completed in 337 milliseconds