Home
last modified time | relevance | path

Searched refs:m_preload_count (Results 1 – 4 of 4) sorted by relevance

/external/libvpx/libvpx/third_party/libwebm/
Dmkvparser.cpp1836 m_preload_count(0), in Cues()
1840 const long n = m_count + m_preload_count; in ~Cues()
1871 if (m_count != 0 || m_preload_count != 0) in Init()
1917 if (m_preload_count >= cue_points_size) { in PreloadCuePoint()
1927 CuePoint** const pp = p + m_preload_count; // end of source in PreloadCuePoint()
1938 CuePoint* const pCP = new (std::nothrow) CuePoint(m_preload_count, pos); in PreloadCuePoint()
1942 m_cue_points[m_preload_count++] = pCP; in PreloadCuePoint()
1986 if (m_preload_count < 1) in LoadCuePoint()
1998 --m_preload_count; in LoadCuePoint()
Dmkvparser.hpp844 mutable long m_preload_count; member in mkvparser::Cues
/external/libvpx/libwebm/mkvparser/
Dmkvparser.cc1835 m_preload_count(0), in Cues()
1839 const long n = m_count + m_preload_count; in ~Cues()
1870 if (m_count != 0 || m_preload_count != 0) in Init()
1916 if (m_preload_count >= cue_points_size) { in PreloadCuePoint()
1926 CuePoint** const pp = p + m_preload_count; // end of source in PreloadCuePoint()
1937 CuePoint* const pCP = new (std::nothrow) CuePoint(m_preload_count, pos); in PreloadCuePoint()
1941 m_cue_points[m_preload_count++] = pCP; in PreloadCuePoint()
1985 if (m_preload_count < 1) in LoadCuePoint()
1997 --m_preload_count; in LoadCuePoint()
Dmkvparser.h931 mutable long m_preload_count; variable