Searched refs:DoParseNext (Results 1 – 4 of 4) sorted by relevance
/external/libvpx/libwebm/ |
D | mkvparser.hpp | 924 long DoParseNext(const Cluster*&, long long&, long&);
|
D | mkvparser.cpp | 3262 const long status = DoParseNext(pResult, pos, len); in ParseNext() 3269 long Segment::DoParseNext(const Cluster*& pResult, long long& pos, long& len) { in DoParseNext() function in mkvparser::Segment
|
/external/libvpx/libvpx/third_party/libwebm/ |
D | mkvparser.hpp | 924 long DoParseNext(const Cluster*&, long long&, long&);
|
D | mkvparser.cpp | 3260 const long status = DoParseNext(pResult, pos, len); in ParseNext() 3267 long Segment::DoParseNext(const Cluster*& pResult, long long& pos, long& len) { in DoParseNext() function in mkvparser::Segment
|