Searched defs:pCluster (Results 1 – 2 of 2) sorted by relevance
/external/libvpx/libvpx/third_party/libwebm/ |
D | mkvparser.cpp | 1225 Cluster* const pCluster = m_clusters[idx]; in DoLoadCluster() local 1280 Cluster* const pCluster = Cluster::Create(this, idx, cluster_off); in DoLoadCluster() local 1336 bool Segment::AppendCluster(Cluster* pCluster) { in AppendCluster() 1395 bool Segment::PreloadCluster(Cluster* pCluster, ptrdiff_t idx) { in PreloadCluster() 2161 Cluster* const pCluster = *k; in GetBlock() local 2182 Cluster* const pCluster = Cluster::Create(this, -1, tp.m_pos); //, -1); in GetBlock() local 2220 Cluster* const pCluster = *k; in FindOrPreloadCluster() local 2241 Cluster* const pCluster = Cluster::Create(this, -1, requested_pos); in FindOrPreloadCluster() local 2496 Cluster* const pCluster = m_clusters[0]; in GetFirst() local 2508 Cluster* const pCluster = m_clusters[idx]; in GetLast() local [all …]
|
/external/libvpx/libwebm/mkvparser/ |
D | mkvparser.cc | 1224 Cluster* const pCluster = m_clusters[idx]; in DoLoadCluster() local 1279 Cluster* const pCluster = Cluster::Create(this, idx, cluster_off); in DoLoadCluster() local 1335 bool Segment::AppendCluster(Cluster* pCluster) { in AppendCluster() 1394 bool Segment::PreloadCluster(Cluster* pCluster, ptrdiff_t idx) { in PreloadCluster() 2160 Cluster* const pCluster = *k; in GetBlock() local 2181 Cluster* const pCluster = Cluster::Create(this, -1, tp.m_pos); //, -1); in GetBlock() local 2219 Cluster* const pCluster = *k; in FindOrPreloadCluster() local 2240 Cluster* const pCluster = Cluster::Create(this, -1, requested_pos); in FindOrPreloadCluster() local 2495 Cluster* const pCluster = m_clusters[0]; in GetFirst() local 2507 Cluster* const pCluster = m_clusters[idx]; in GetLast() local [all …]
|