Searched refs:HasBlockEntries (Results 1 – 4 of 4) sorted by relevance
/external/libvpx/libvpx/third_party/libwebm/ |
D | mkvparser.hpp | 884 static long HasBlockEntries(const Segment*, long long idoff, long long& pos,
|
D | mkvparser.cpp | 1181 status = Cluster::HasBlockEntries(this, cluster_off, pos_, len_); in DoLoadCluster() 2621 const long status = Cluster::HasBlockEntries(this, off_next_, pos_, len_); in GetNext() 3021 status = Cluster::HasBlockEntries(this, off_next, pos_, len_); in DoParseNext() 6512 long Cluster::HasBlockEntries( in HasBlockEntries() function in mkvparser::Cluster
|
/external/libvpx/libwebm/mkvparser/ |
D | mkvparser.h | 971 static long HasBlockEntries(const Segment*, long long idoff, long long& pos,
|
D | mkvparser.cc | 1180 status = Cluster::HasBlockEntries(this, cluster_off, pos_, len_); in DoLoadCluster() 2620 const long status = Cluster::HasBlockEntries(this, off_next_, pos_, len_); in GetNext() 3020 status = Cluster::HasBlockEntries(this, off_next, pos_, len_); in DoParseNext() 6730 long Cluster::HasBlockEntries( in HasBlockEntries() function in mkvparser::Cluster
|