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

/frameworks/compile/mclinker/lib/LD/
H A DELFSegmentFactory.cpp86 void ELFSegmentFactory::erase(iterator pSegment) argument
88 m_Segments.erase(pSegment);
H A DELFSegment.cpp96 void ELFSegment::Destroy(ELFSegment*& pSegment) argument
98 g_ELFSegmentFactory->destroy(pSegment);
99 g_ELFSegmentFactory->deallocate(pSegment);
100 pSegment = NULL;
/frameworks/av/media/libstagefright/matroska/
H A DMatroskaExtractor.cpp368 mkvparser::Segment* const pSegment = mExtractor->mSegment; member in class:android::mkvparser
374 mCluster = pSegment->GetFirst();
385 const mkvparser::Cues* pCues = pSegment->GetCues();
386 const mkvparser::SeekHead* pSH = pSegment->GetSeekHead();
397 pSegment->ParseCues(pEntry->pos, pos, len);
398 pCues = pSegment->GetCues();
415 mkvparser::Tracks const *pTracks = pSegment->GetTracks();
430 if (pCP->GetTime(pSegment) >= seekTimeNs) {
460 mCluster = pSegment->FindOrPreloadCluster(pTP->m_pos);

Completed in 91 milliseconds