Searched defs:off_next (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libwebm/
H A Dmkvparser.cpp3021 long long off_next = 0; local
3066 off_next = off_next_;
3074 if (off_next <= 0)
3102 if (pos < off_next)
3104 else if (pos > off_next)
3112 Cluster* const pNext = Cluster::Create(this, -1, off_next);
3283 long long off_next = 0; local
3407 off_next = idoff;
3415 assert(off_next > 0); // have cluster
3445 if (pos < off_next)
[all...]
/external/libvpx/libvpx/third_party/libwebm/
H A Dmkvparser.cpp3363 long long off_next = 0; local
3415 off_next = off_next_;
3423 if (off_next <= 0)
3452 if (pos < off_next)
3454 else if (pos > off_next)
3464 off_next);
3651 long long off_next = 0; local
3787 off_next = idoff;
3795 assert(off_next > 0); //have cluster
3826 if (pos < off_next)
[all...]
/external/libvpx/libwebm/
H A Dmkvparser.cpp3023 long long off_next = 0; local
3068 off_next = off_next_;
3076 if (off_next <= 0)
3104 if (pos < off_next)
3106 else if (pos > off_next)
3114 Cluster* const pNext = Cluster::Create(this, -1, off_next);
3285 long long off_next = 0; local
3409 off_next = idoff;
3417 assert(off_next > 0); // have cluster
3447 if (pos < off_next)
[all...]

Completed in 122 milliseconds