Home
last modified time | relevance | path

Searched defs:pCP (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/libaom/third_party/libwebm/mkvparser/
H A Dmkvparser.cc1849 CuePoint* const pCP = *p++; in ~Cues() local
1941 CuePoint* const pCP = new (std::nothrow) CuePoint(m_preload_count, pos); in PreloadCuePoint() local
1992 CuePoint* const pCP = m_cue_points[m_count]; in LoadCuePoint() local
2013 bool Cues::Find(long long time_ns, const Track* pTrack, const CuePoint*& pCP, in Find()
2043 CuePoint* const pCP = *k; in Find() local
2086 CuePoint* const pCP = pp[0]; in GetFirst() local
2103 CuePoint* const pCP = pp[index]; in GetLast() local
2137 const BlockEntry* Cues::GetBlock(const CuePoint* pCP, in GetBlock()
/aosp_15_r20/external/libwebm/mkvparser/
H A Dmkvparser.cc1848 CuePoint* const pCP = *p++; in ~Cues() local
1940 CuePoint* const pCP = new (std::nothrow) CuePoint(m_preload_count, pos); in PreloadCuePoint() local
1991 CuePoint* const pCP = m_cue_points[m_count]; in LoadCuePoint() local
2012 bool Cues::Find(long long time_ns, const Track* pTrack, const CuePoint*& pCP, in Find()
2042 CuePoint* const pCP = *k; in Find() local
2085 CuePoint* const pCP = pp[0]; in GetFirst() local
2102 CuePoint* const pCP = pp[index]; in GetLast() local
2136 const BlockEntry* Cues::GetBlock(const CuePoint* pCP, in GetBlock()
/aosp_15_r20/external/libvpx/third_party/libwebm/mkvparser/
H A Dmkvparser.cc1849 CuePoint* const pCP = *p++; in ~Cues() local
1941 CuePoint* const pCP = new (std::nothrow) CuePoint(m_preload_count, pos); in PreloadCuePoint() local
1992 CuePoint* const pCP = m_cue_points[m_count]; in LoadCuePoint() local
2013 bool Cues::Find(long long time_ns, const Track* pTrack, const CuePoint*& pCP, in Find()
2043 CuePoint* const pCP = *k; in Find() local
2086 CuePoint* const pCP = pp[0]; in GetFirst() local
2103 CuePoint* const pCP = pp[index]; in GetLast() local
2137 const BlockEntry* Cues::GetBlock(const CuePoint* pCP, in GetBlock()
/aosp_15_r20/frameworks/av/media/module/extractors/mkv/
H A DMatroskaExtractor.cpp497 const mkvparser::CuePoint* pCP; in seek() local