Home
last modified time | relevance | path

Searched refs:m_atoms_count (Results 1 – 6 of 6) sorted by relevance

/external/libvpx/libvpx/third_party/libwebm/mkvparser/
Dmkvparser.cc3323 int Chapters::Edition::GetAtomCount() const { return m_atoms_count; } in GetAtomCount()
3329 if (index >= m_atoms_count) in GetAtom()
3338 m_atoms_count = 0; in Init()
3344 rhs.m_atoms_count = m_atoms_count; in ShallowCopy()
3348 while (m_atoms_count > 0) { in Clear()
3349 Atom& a = m_atoms[--m_atoms_count]; in Clear()
3396 Atom& a = m_atoms[m_atoms_count++]; in ParseAtom()
3403 if (m_atoms_size > m_atoms_count) in ExpandAtomsArray()
3413 for (int idx = 0; idx < m_atoms_count; ++idx) { in ExpandAtomsArray()
Dmkvparser.h704 int m_atoms_count; variable
/external/libvpx/libwebm/mkvparser/
Dmkvparser.cc3323 int Chapters::Edition::GetAtomCount() const { return m_atoms_count; } in GetAtomCount()
3329 if (index >= m_atoms_count) in GetAtom()
3338 m_atoms_count = 0; in Init()
3344 rhs.m_atoms_count = m_atoms_count; in ShallowCopy()
3348 while (m_atoms_count > 0) { in Clear()
3349 Atom& a = m_atoms[--m_atoms_count]; in Clear()
3396 Atom& a = m_atoms[m_atoms_count++]; in ParseAtom()
3403 if (m_atoms_size > m_atoms_count) in ExpandAtomsArray()
3413 for (int idx = 0; idx < m_atoms_count; ++idx) { in ExpandAtomsArray()
Dmkvparser.h704 int m_atoms_count; variable
/external/libaom/libaom/third_party/libwebm/mkvparser/
Dmkvparser.cc3323 int Chapters::Edition::GetAtomCount() const { return m_atoms_count; } in GetAtomCount()
3329 if (index >= m_atoms_count) in GetAtom()
3338 m_atoms_count = 0; in Init()
3344 rhs.m_atoms_count = m_atoms_count; in ShallowCopy()
3348 while (m_atoms_count > 0) { in Clear()
3349 Atom& a = m_atoms[--m_atoms_count]; in Clear()
3396 Atom& a = m_atoms[m_atoms_count++]; in ParseAtom()
3403 if (m_atoms_size > m_atoms_count) in ExpandAtomsArray()
3413 for (int idx = 0; idx < m_atoms_count; ++idx) { in ExpandAtomsArray()
Dmkvparser.h704 int m_atoms_count; variable