Home
last modified time | relevance | path

Searched refs:pTrack (Results 1 – 2 of 2) sorted by relevance

/external/libvpx/libvpx/third_party/libwebm/
Dmkvparser.cpp2010 bool Cues::Find(long long time_ns, const Track* pTrack, const CuePoint*& pCP, in Find() argument
2012 if (time_ns < 0 || pTrack == NULL || m_cue_points == NULL || m_count == 0) in Find()
2026 pTP = pCP->Find(pTrack); in Find()
2071 pTP = pCP->Find(pTrack); in Find()
2437 const CuePoint::TrackPosition* CuePoint::Find(const Track* pTrack) const { in Find()
2438 assert(pTrack); in Find()
2440 const long long n = pTrack->GetNumber(); in Find()
4479 Track* const pTrack = in Create() local
4482 if (pTrack == NULL) in Create()
4485 const int status = info.Copy(pTrack->m_info); in Create()
[all …]
/external/libvpx/libwebm/mkvparser/
Dmkvparser.cc2009 bool Cues::Find(long long time_ns, const Track* pTrack, const CuePoint*& pCP, in Find() argument
2011 if (time_ns < 0 || pTrack == NULL || m_cue_points == NULL || m_count == 0) in Find()
2025 pTP = pCP->Find(pTrack); in Find()
2070 pTP = pCP->Find(pTrack); in Find()
2436 const CuePoint::TrackPosition* CuePoint::Find(const Track* pTrack) const { in Find()
2437 assert(pTrack); in Find()
2439 const long long n = pTrack->GetNumber(); in Find()
4478 Track* const pTrack = in Create() local
4481 if (pTrack == NULL) in Create()
4484 const int status = info.Copy(pTrack->m_info); in Create()
[all …]