Searched defs:pCP (Results 1 - 2 of 2) sorted by relevance

/external/libvpx/libvpx/third_party/libwebm/
H A Dmkvparser.cpp1735 CuePoint* const pCP = *p++; local
1736 assert(pCP);
1738 delete pCP;
1821 CuePoint* const pCP = new CuePoint(m_preload_count, pos); local
1822 m_cue_points[m_preload_count++] = pCP;
1868 CuePoint* const pCP = m_cue_points[m_count]; local
1869 assert(pCP);
1870 assert((pCP->GetTimeCode() >= 0) || (-pCP->GetTimeCode() == idpos));
1871 if (pCP
1891 Find(long long time_ns, const Track* pTrack, const CuePoint*& pCP, const CuePoint::TrackPosition*& pTP) const argument
1968 CuePoint* const pCP = pp[0]; local
1987 CuePoint* const pCP = pp[index]; local
2021 GetBlock(const CuePoint* pCP, const CuePoint::TrackPosition* pTP) const argument
[all...]
/external/libvpx/libwebm/
H A Dmkvparser.cpp1788 CuePoint* const pCP = *p++; local
1789 assert(pCP);
1791 delete pCP;
1880 CuePoint* const pCP = new (std::nothrow) CuePoint(m_preload_count, pos); local
1881 if (pCP == NULL)
1884 m_cue_points[m_preload_count++] = pCP;
1931 CuePoint* const pCP = m_cue_points[m_count]; local
1932 if (!pCP || (pCP->GetTimeCode() < 0 && (-pCP
1952 Find(long long time_ns, const Track* pTrack, const CuePoint*& pCP, const CuePoint::TrackPosition*& pTP) const argument
1982 CuePoint* const pCP = *k; local
2025 CuePoint* const pCP = pp[0]; local
2042 CuePoint* const pCP = pp[index]; local
2076 GetBlock(const CuePoint* pCP, const CuePoint::TrackPosition* pTP) const argument
[all...]

Completed in 141 milliseconds