Searched defs:pCluster (Results 1 – 4 of 4) sorted by relevance
| /external/libvpx/third_party/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() 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 2503 Cluster* const pCluster = m_clusters[0]; in GetFirst() local 2515 Cluster* const pCluster = m_clusters[idx]; in GetLast() local [all …]
|
| /external/libwebm/mkvparser/ |
| D | mkvparser.cc | 1226 Cluster* const pCluster = m_clusters[idx]; in DoLoadCluster() local 1281 Cluster* const pCluster = Cluster::Create(this, idx, cluster_off); in DoLoadCluster() local 1337 bool Segment::AppendCluster(Cluster* pCluster) { in AppendCluster() 1396 bool Segment::PreloadCluster(Cluster* pCluster, ptrdiff_t idx) { in PreloadCluster() 2163 Cluster* const pCluster = *k; in GetBlock() local 2184 Cluster* const pCluster = Cluster::Create(this, -1, tp.m_pos); //, -1); in GetBlock() local 2222 Cluster* const pCluster = *k; in FindOrPreloadCluster() local 2243 Cluster* const pCluster = Cluster::Create(this, -1, requested_pos); in FindOrPreloadCluster() local 2505 Cluster* const pCluster = m_clusters[0]; in GetFirst() local 2517 Cluster* const pCluster = m_clusters[idx]; in GetLast() local [all …]
|
| /external/libaom/third_party/libwebm/mkvparser/ |
| D | mkvparser.cc | 1226 Cluster* const pCluster = m_clusters[idx]; in DoLoadCluster() local 1281 Cluster* const pCluster = Cluster::Create(this, idx, cluster_off); in DoLoadCluster() local 1337 bool Segment::AppendCluster(Cluster* pCluster) { in AppendCluster() 1396 bool Segment::PreloadCluster(Cluster* pCluster, ptrdiff_t idx) { in PreloadCluster() 2163 Cluster* const pCluster = *k; in GetBlock() local 2184 Cluster* const pCluster = Cluster::Create(this, -1, tp.m_pos); //, -1); in GetBlock() local 2222 Cluster* const pCluster = *k; in FindOrPreloadCluster() local 2243 Cluster* const pCluster = Cluster::Create(this, -1, requested_pos); in FindOrPreloadCluster() local 2505 Cluster* const pCluster = m_clusters[0]; in GetFirst() local 2517 Cluster* const pCluster = m_clusters[idx]; in GetLast() local [all …]
|
| /external/libwebm/ |
| D | mkvparser_sample.cc | 353 const mkvparser::Cluster* pCluster = pSegment->GetFirst(); in main() local
|