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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libwebm/
H A Dmkvparser.cpp2349 m_preload_count(0),
2357 const long n = m_count + m_preload_count;
2396 assert(m_preload_count == 0);
2439 if (m_preload_count >= cue_points_size)
2447 CuePoint** const pp = p + m_preload_count; //end of source
2458 CuePoint* const pCP = new CuePoint(m_preload_count, pos);
2459 m_cue_points[m_preload_count++] = pCP;
2504 assert(m_preload_count > 0);
2512 --m_preload_count;
2543 CuePoint** const jj = ii + m_count + m_preload_count;
[all...]
H A Dmkvparser.hpp687 mutable long m_preload_count; member in class:mkvparser::Cues
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
H A Dmkvparser.cpp2379 m_preload_count(0),
2387 const long n = m_count + m_preload_count;
2426 assert(m_preload_count == 0);
2469 if (m_preload_count >= cue_points_size)
2477 CuePoint** const pp = p + m_preload_count; //end of source
2488 CuePoint* const pCP = new CuePoint(m_preload_count, pos);
2489 m_cue_points[m_preload_count++] = pCP;
2534 assert(m_preload_count > 0);
2544 --m_preload_count;
2575 CuePoint** const jj = ii + m_count + m_preload_count;
[all...]
H A Dmkvparser.hpp866 mutable long m_preload_count; member in class:mkvparser::Cues

Completed in 77 milliseconds