Home
last modified time | relevance | path

Searched refs:cluster_off (Results 1 – 2 of 2) sorted by relevance

/external/libvpx/libvpx/third_party/libwebm/
Dmkvparser.cpp1050 long long cluster_off = -1; // offset relative to start of segment in DoLoadCluster() local
1165 cluster_off = idpos - m_start; // relative pos in DoLoadCluster()
1173 if (cluster_off < 0) { in DoLoadCluster()
1181 status = Cluster::HasBlockEntries(this, cluster_off, pos_, len_); in DoLoadCluster()
1233 if (off == cluster_off) { // preloaded already in DoLoadCluster()
1280 Cluster* const pCluster = Cluster::Create(this, idx, cluster_off); in DoLoadCluster()
/external/libvpx/libwebm/mkvparser/
Dmkvparser.cc1049 long long cluster_off = -1; // offset relative to start of segment in DoLoadCluster() local
1164 cluster_off = idpos - m_start; // relative pos in DoLoadCluster()
1172 if (cluster_off < 0) { in DoLoadCluster()
1180 status = Cluster::HasBlockEntries(this, cluster_off, pos_, len_); in DoLoadCluster()
1232 if (off == cluster_off) { // preloaded already in DoLoadCluster()
1279 Cluster* const pCluster = Cluster::Create(this, idx, cluster_off); in DoLoadCluster()