Searched defs:pCP (Results 1 – 2 of 2) sorted by relevance
/external/libvpx/libwebm/ |
D | mkvparser.cpp | 2136 CuePoint* const pCP = *p++; in ~Cues() local 2218 CuePoint* const pCP = new CuePoint(m_preload_count, pos); in PreloadCuePoint() local 2262 CuePoint* const pCP = m_cue_points[m_count]; in LoadCuePoint() local 2282 bool Cues::Find(long long time_ns, const Track* pTrack, const CuePoint*& pCP, in Find() 2372 CuePoint* const pCP = *k; in Find() local 2484 CuePoint* const pCP = pp[0]; in GetFirst() local 2522 CuePoint* const pCP = pp[index]; in GetLast() local 2578 const BlockEntry* Cues::GetBlock(const CuePoint* pCP, in GetBlock()
|
/external/libvpx/libvpx/third_party/libwebm/ |
D | mkvparser.cpp | 2134 CuePoint* const pCP = *p++; in ~Cues() local 2216 CuePoint* const pCP = new CuePoint(m_preload_count, pos); in PreloadCuePoint() local 2260 CuePoint* const pCP = m_cue_points[m_count]; in LoadCuePoint() local 2280 bool Cues::Find(long long time_ns, const Track* pTrack, const CuePoint*& pCP, in Find() 2370 CuePoint* const pCP = *k; in Find() local 2482 CuePoint* const pCP = pp[0]; in GetFirst() local 2520 CuePoint* const pCP = pp[index]; in GetLast() local 2576 const BlockEntry* Cues::GetBlock(const CuePoint* pCP, in GetBlock()
|