Searched refs:cluster_off (Results 1 – 3 of 3) sorted by relevance
/external/libvpx/libvpx/third_party/libwebm/mkvparser/ |
D | mkvparser.cc | 1049 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()
|
/external/libvpx/libwebm/mkvparser/ |
D | mkvparser.cc | 1049 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()
|
/external/libaom/libaom/third_party/libwebm/mkvparser/ |
D | mkvparser.cc | 1049 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()
|