Searched refs:cluster_off (Results 1 – 2 of 2) sorted by relevance
/external/libvpx/libwebm/ |
D | mkvparser.cpp | 952 long long cluster_off = -1; // offset relative to start of segment in DoLoadCluster() local 1072 cluster_off = idpos - m_start; // relative pos in DoLoadCluster() 1080 assert(cluster_off >= 0); // have cluster in DoLoadCluster() 1085 status = Cluster::HasBlockEntries(this, cluster_off, pos_, len_); in DoLoadCluster() 1135 if (off == cluster_off) { // preloaded already in DoLoadCluster() 1183 Cluster* const pCluster = Cluster::Create(this, idx, cluster_off); in DoLoadCluster() 1339 if (off == cluster_off) //preloaded already in DoLoadCluster()
|
/external/libvpx/libvpx/third_party/libwebm/ |
D | mkvparser.cpp | 950 long long cluster_off = -1; // offset relative to start of segment in DoLoadCluster() local 1070 cluster_off = idpos - m_start; // relative pos in DoLoadCluster() 1078 assert(cluster_off >= 0); // have cluster in DoLoadCluster() 1083 status = Cluster::HasBlockEntries(this, cluster_off, pos_, len_); in DoLoadCluster() 1133 if (off == cluster_off) { // preloaded already in DoLoadCluster() 1181 Cluster* const pCluster = Cluster::Create(this, idx, cluster_off); in DoLoadCluster() 1337 if (off == cluster_off) //preloaded already in DoLoadCluster()
|