Searched refs:m_cue_points (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libwebm/
H A Dmkvparser.cpp2122 m_cue_points(NULL),
2130 CuePoint** p = m_cue_points;
2140 delete[] m_cue_points;
2144 if (m_cue_points == NULL)
2156 if (m_cue_points)
2204 CuePoint** p = m_cue_points; // beginning of source
2210 delete[] m_cue_points;
2212 m_cue_points = qq;
2217 m_cue_points[m_preload_count++] = pCP;
2260 CuePoint* const pCP = m_cue_points[m_coun
[all...]
H A Dmkvparser.hpp757 mutable CuePoint** m_cue_points; member in class:mkvparser::Cues
/external/libvpx/libvpx/third_party/libwebm/
H A Dmkvparser.cpp2377 m_cue_points(NULL),
2389 CuePoint** p = m_cue_points;
2400 delete[] m_cue_points;
2406 if (m_cue_points == NULL)
2422 if (m_cue_points)
2476 CuePoint** p = m_cue_points; //beginning of source
2482 delete[] m_cue_points;
2484 m_cue_points = qq;
2489 m_cue_points[m_preload_count++] = pCP;
2536 CuePoint* const pCP = m_cue_points[m_coun
[all...]
H A Dmkvparser.hpp864 mutable CuePoint** m_cue_points; member in class:mkvparser::Cues
/external/libvpx/libwebm/
H A Dmkvparser.cpp2124 m_cue_points(NULL),
2132 CuePoint** p = m_cue_points;
2142 delete[] m_cue_points;
2146 if (m_cue_points == NULL)
2158 if (m_cue_points)
2206 CuePoint** p = m_cue_points; // beginning of source
2212 delete[] m_cue_points;
2214 m_cue_points = qq;
2219 m_cue_points[m_preload_count++] = pCP;
2262 CuePoint* const pCP = m_cue_points[m_coun
[all...]
H A Dmkvparser.hpp757 mutable CuePoint** m_cue_points; member in class:mkvparser::Cues

Completed in 155 milliseconds