Searched refs:DoParseNext (Results 1 – 4 of 4) sorted by relevance
/external/libvpx/libvpx/third_party/libwebm/ |
D | mkvparser.hpp | 1004 long DoParseNext(const Cluster*&, long long&, long&);
|
D | mkvparser.cpp | 2825 const long status = DoParseNext(pResult, pos, len); in ParseNext() 2832 long Segment::DoParseNext(const Cluster*& pResult, long long& pos, long& len) { in DoParseNext() function in mkvparser::Segment
|
/external/libvpx/libwebm/mkvparser/ |
D | mkvparser.h | 1091 long DoParseNext(const Cluster*&, long long&, long&);
|
D | mkvparser.cc | 2824 const long status = DoParseNext(pResult, pos, len); in ParseNext() 2831 long Segment::DoParseNext(const Cluster*& pResult, long long& pos, long& len) { in DoParseNext() function in mkvparser::Segment
|