Searched defs:clusters (Results 1 - 3 of 3) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
H A Dmkvmuxer.cpp2828 // If no clusters have been created yet, then create a new cluster
2849 // is allowed, this muxer doesn't actually write clusters like that,
2899 // Add more clusters.
2902 Cluster** const clusters = local
2904 if (!clusters)
2908 clusters[i] = cluster_list_[i];
2913 cluster_list_ = clusters;
H A Dmkvparser.cpp1110 return 1; //no more clusters
1113 return 1; //no more clusters
1340 return 1; //no more clusters
1346 return 1; //no more clusters
1398 break; //no more clusters
1857 if (status >= 1) //no more clusters
3509 if (result > 0) //no more clusters
3883 break; //no more clusters
5734 if (m_pSegment->Unparsed() <= 0) //all clusters have been loaded
5852 if (m_pSegment->Unparsed() <= 0) //all clusters hav
5942 Cluster** const clusters = m_pSegment->m_clusters; local
6253 Cluster** const clusters = m_pSegment->m_clusters; local
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libwebm/
H A Dmkvparser.cpp1080 return 1; //no more clusters
1083 return 1; //no more clusters
1310 return 1; //no more clusters
1316 return 1; //no more clusters
1368 break; //no more clusters
1827 if (status >= 1) //no more clusters
3491 if (result > 0) //no more clusters
3865 break; //no more clusters
4861 if (m_pSegment->Unparsed() <= 0) //all clusters have been loaded
4977 if (m_pSegment->Unparsed() <= 0) //all clusters hav
5276 Cluster** const clusters = m_pSegment->m_clusters; local
5510 Cluster** const clusters = m_pSegment->m_clusters; local
[all...]

Completed in 91 milliseconds