HomeSort by relevance Sort by last modified time
    Searched refs:pCluster (Results 1 - 6 of 6) sorted by null

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libwebm/
mkvparser.cpp 1265 Cluster* const pCluster = m_clusters[idx];
1266 assert(pCluster);
1267 assert(pCluster->m_index < 0);
1269 const long long off = pCluster->GetPosition();
1281 const long long element_size = pCluster->GetElementSize();
1286 pos = pCluster->m_element_start + element_size;
1289 pCluster->m_index = idx; //move from preloaded to loaded
1325 Cluster* const pCluster = Cluster::Create(this,
1329 assert(pCluster);
1331 AppendCluster(pCluster);
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/libwebm/
mkvparser.cpp 1126 Cluster* const pCluster = m_clusters[idx];
1127 assert(pCluster);
1128 assert(pCluster->m_index < 0);
1130 const long long off = pCluster->GetPosition();
1140 const long long element_size = pCluster->GetElementSize();
1145 pos = pCluster->m_element_start + element_size;
1148 pCluster->m_index = idx; // move from preloaded to loaded
1181 Cluster* const pCluster = Cluster::Create(this, idx, cluster_off);
1183 assert(pCluster);
1185 AppendCluster(pCluster);
    [all...]
  /external/libvpx/libvpx/third_party/libwebm/
mkvparser.cpp 1295 Cluster* const pCluster = m_clusters[idx];
1296 assert(pCluster);
1297 assert(pCluster->m_index < 0);
1299 const long long off = pCluster->GetPosition();
1311 const long long element_size = pCluster->GetElementSize();
1316 pos = pCluster->m_element_start + element_size;
1319 pCluster->m_index = idx; //move from preloaded to loaded
1355 Cluster* const pCluster = Cluster::Create(this,
1359 assert(pCluster);
1361 AppendCluster(pCluster);
    [all...]
  /external/libvpx/libwebm/
mkvparser.cpp 1128 Cluster* const pCluster = m_clusters[idx];
1129 assert(pCluster);
1130 assert(pCluster->m_index < 0);
1132 const long long off = pCluster->GetPosition();
1142 const long long element_size = pCluster->GetElementSize();
1147 pos = pCluster->m_element_start + element_size;
1150 pCluster->m_index = idx; // move from preloaded to loaded
1183 Cluster* const pCluster = Cluster::Create(this, idx, cluster_off);
1185 assert(pCluster);
1187 AppendCluster(pCluster);
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
mkvparser.cpp 1295 Cluster* const pCluster = m_clusters[idx];
1296 assert(pCluster);
1297 assert(pCluster->m_index < 0);
1299 const long long off = pCluster->GetPosition();
1311 const long long element_size = pCluster->GetElementSize();
1316 pos = pCluster->m_element_start + element_size;
1319 pCluster->m_index = idx; //move from preloaded to loaded
1355 Cluster* const pCluster = Cluster::Create(this,
1359 assert(pCluster);
1361 AppendCluster(pCluster);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
msclus.h     [all...]

Completed in 84 milliseconds