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

/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libwebm/
H A Dmkvparser.cpp2134 CuePoint* const pCP = *p++; local
2135 assert(pCP);
2137 delete pCP;
2216 CuePoint* const pCP = new CuePoint(m_preload_count, pos); local
2217 m_cue_points[m_preload_count++] = pCP;
2260 CuePoint* const pCP = m_cue_points[m_count]; local
2261 assert(pCP);
2262 assert((pCP->GetTimeCode() >= 0) || (-pCP->GetTimeCode() == idpos));
2263 if (pCP
2280 Find(long long time_ns, const Track* pTrack, const CuePoint*& pCP, const CuePoint::TrackPosition*& pTP) const argument
2482 CuePoint* const pCP = pp[0]; local
2520 CuePoint* const pCP = pp[index]; local
2576 GetBlock(const CuePoint* pCP, const CuePoint::TrackPosition* pTP) const argument
[all...]
/external/libvpx/libvpx/third_party/libwebm/
H A Dmkvparser.cpp2394 CuePoint* const pCP = *p++; local
2395 assert(pCP);
2397 delete pCP;
2488 CuePoint* const pCP = new CuePoint(m_preload_count, pos); local
2489 m_cue_points[m_preload_count++] = pCP;
2536 CuePoint* const pCP = m_cue_points[m_count]; local
2537 assert(pCP);
2538 assert((pCP->GetTimeCode() >= 0) || (-pCP->GetTimeCode() == idpos));
2539 if (pCP
2557 Find( long long time_ns, const Track* pTrack, const CuePoint*& pCP, const CuePoint::TrackPosition*& pTP) const argument
2768 CuePoint* const pCP = pp[0]; local
2808 CuePoint* const pCP = pp[index]; local
2867 GetBlock( const CuePoint* pCP, const CuePoint::TrackPosition* pTP) const argument
[all...]
/external/libvpx/libwebm/
H A Dmkvparser.cpp2136 CuePoint* const pCP = *p++; local
2137 assert(pCP);
2139 delete pCP;
2218 CuePoint* const pCP = new CuePoint(m_preload_count, pos); local
2219 m_cue_points[m_preload_count++] = pCP;
2262 CuePoint* const pCP = m_cue_points[m_count]; local
2263 assert(pCP);
2264 assert((pCP->GetTimeCode() >= 0) || (-pCP->GetTimeCode() == idpos));
2265 if (pCP
2282 Find(long long time_ns, const Track* pTrack, const CuePoint*& pCP, const CuePoint::TrackPosition*& pTP) const argument
2484 CuePoint* const pCP = pp[0]; local
2522 CuePoint* const pCP = pp[index]; local
2578 GetBlock(const CuePoint* pCP, const CuePoint::TrackPosition* pTP) const argument
[all...]

Completed in 630 milliseconds