OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:substreamid
(Results
1 - 1
of
1
) 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
...]
Completed in 150 milliseconds