Searched refs:pCP (Results 1 – 4 of 4) sorted by relevance
/external/libvpx/libvpx/third_party/libwebm/mkvparser/ |
D | mkvparser.cc | 1840 CuePoint* const pCP = *p++; in ~Cues() local 1841 assert(pCP); in ~Cues() 1843 delete pCP; in ~Cues() 1932 CuePoint* const pCP = new (std::nothrow) CuePoint(m_preload_count, pos); in PreloadCuePoint() local 1933 if (pCP == NULL) in PreloadCuePoint() 1936 m_cue_points[m_preload_count++] = pCP; in PreloadCuePoint() 1983 CuePoint* const pCP = m_cue_points[m_count]; in LoadCuePoint() local 1984 if (!pCP || (pCP->GetTimeCode() < 0 && (-pCP->GetTimeCode() != idpos))) in LoadCuePoint() 1987 if (!pCP->Load(pReader)) { in LoadCuePoint() 2004 bool Cues::Find(long long time_ns, const Track* pTrack, const CuePoint*& pCP, in Find() argument [all …]
|
/external/libvpx/libwebm/mkvparser/ |
D | mkvparser.cc | 1840 CuePoint* const pCP = *p++; in ~Cues() local 1841 assert(pCP); in ~Cues() 1843 delete pCP; in ~Cues() 1932 CuePoint* const pCP = new (std::nothrow) CuePoint(m_preload_count, pos); in PreloadCuePoint() local 1933 if (pCP == NULL) in PreloadCuePoint() 1936 m_cue_points[m_preload_count++] = pCP; in PreloadCuePoint() 1983 CuePoint* const pCP = m_cue_points[m_count]; in LoadCuePoint() local 1984 if (!pCP || (pCP->GetTimeCode() < 0 && (-pCP->GetTimeCode() != idpos))) in LoadCuePoint() 1987 if (!pCP->Load(pReader)) { in LoadCuePoint() 2004 bool Cues::Find(long long time_ns, const Track* pTrack, const CuePoint*& pCP, in Find() argument [all …]
|
/external/libaom/libaom/third_party/libwebm/mkvparser/ |
D | mkvparser.cc | 1840 CuePoint* const pCP = *p++; in ~Cues() local 1841 assert(pCP); in ~Cues() 1843 delete pCP; in ~Cues() 1932 CuePoint* const pCP = new (std::nothrow) CuePoint(m_preload_count, pos); in PreloadCuePoint() local 1933 if (pCP == NULL) in PreloadCuePoint() 1936 m_cue_points[m_preload_count++] = pCP; in PreloadCuePoint() 1983 CuePoint* const pCP = m_cue_points[m_count]; in LoadCuePoint() local 1984 if (!pCP || (pCP->GetTimeCode() < 0 && (-pCP->GetTimeCode() != idpos))) in LoadCuePoint() 1987 if (!pCP->Load(pReader)) { in LoadCuePoint() 2004 bool Cues::Find(long long time_ns, const Track* pTrack, const CuePoint*& pCP, in Find() argument [all …]
|
/external/pdfium/xfa/fxfa/ |
D | cxfa_widgetacc.cpp | 79 uint8_t* pCP; in XFA_RemoveBase64Whitespace() local 84 pCP = FX_Alloc(uint8_t, iLen + 1); in XFA_RemoveBase64Whitespace() 88 pCP[j++] = pStr[i]; in XFA_RemoveBase64Whitespace() 92 pCP[j] = '\0'; in XFA_RemoveBase64Whitespace() 93 return pCP; in XFA_RemoveBase64Whitespace()
|