Searched refs:cluster_off (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libwebm/
H A Dmkvparser.cpp950 long long cluster_off = -1; // offset relative to start of segment local
1070 cluster_off = idpos - m_start; // relative pos
1078 assert(cluster_off >= 0); // have cluster
1083 status = Cluster::HasBlockEntries(this, cluster_off, pos_, len_);
1133 if (off == cluster_off) { // preloaded already
1181 Cluster* const pCluster = Cluster::Create(this, idx, cluster_off);
1337 if (off == cluster_off) //preloaded already
/external/libvpx/libvpx/third_party/libwebm/
H A Dmkvparser.cpp1104 long long cluster_off = -1; //offset relative to start of segment local
1237 cluster_off = idpos - m_start; //relative pos
1245 assert(cluster_off >= 0); //have cluster
1250 status = Cluster::HasBlockEntries(this, cluster_off, pos_, len_);
1302 if (off == cluster_off) //preloaded already
1357 cluster_off);
1516 if (off == cluster_off) //preloaded already
/external/libvpx/libwebm/
H A Dmkvparser.cpp952 long long cluster_off = -1; // offset relative to start of segment local
1072 cluster_off = idpos - m_start; // relative pos
1080 assert(cluster_off >= 0); // have cluster
1085 status = Cluster::HasBlockEntries(this, cluster_off, pos_, len_);
1135 if (off == cluster_off) { // preloaded already
1183 Cluster* const pCluster = Cluster::Create(this, idx, cluster_off);
1339 if (off == cluster_off) //preloaded already

Completed in 72 milliseconds