OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:num_dep_sub
(Results
1 - 4
of
4
) sorted by null
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/
EC3SpecificBox.java
27
if (entry.
num_dep_sub
> 0) {
53
e.
num_dep_sub
= brb.readBits(4);
54
if (e.
num_dep_sub
> 0) {
75
bwb.writeBits(e.
num_dep_sub
, 4);
76
if (e.
num_dep_sub
> 0) {
120
public int
num_dep_sub
;
field in class:EC3SpecificBox.Entry
134
",
num_dep_sub
=" +
num_dep_sub
+
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/adaptivestreaming/
FlatManifestWriterImpl.java
271
if (entry.
num_dep_sub
> 0) {
281
if (entry.
num_dep_sub
> 0) {
291
if (entry.
num_dep_sub
> 0) {
301
if (entry.
num_dep_sub
> 0) {
312
if (entry.
num_dep_sub
> 0) {
323
if (entry.
num_dep_sub
> 0) {
333
if (entry.
num_dep_sub
> 0) {
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/tracks/
EC3TrackImpl.java
103
e.
num_dep_sub
= deps[bsi.substreamid];
/frameworks/av/media/extractors/mp4/
MPEG4Extractor.cpp
3113
unsigned
num_dep_sub
= br.getBits(4);
local
[
all
...]
Completed in 572 milliseconds