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

/frameworks/compile/mclinker/lib/LD/
H A DELFSegmentFactory.cpp89 void ELFSegmentFactory::erase(iterator pSegment) { argument
90 m_Segments.erase(pSegment);
H A DELFSegment.cpp90 void ELFSegment::Destroy(ELFSegment*& pSegment) { argument
91 g_ELFSegmentFactory->destroy(pSegment);
92 g_ELFSegmentFactory->deallocate(pSegment);
93 pSegment = NULL;
/frameworks/av/media/libstagefright/matroska/
H A DMatroskaExtractor.cpp382 mkvparser::Segment* const pSegment = mExtractor->mSegment; member in class:android::mkvparser
388 mCluster = pSegment->GetFirst();
399 const mkvparser::Cues* pCues = pSegment->GetCues();
400 const mkvparser::SeekHead* pSH = pSegment->GetSeekHead();
411 pSegment->ParseCues(pEntry->pos, pos, len);
412 pCues = pSegment->GetCues();
429 mkvparser::Tracks const *pTracks = pSegment->GetTracks();
444 if (pCP->GetTime(pSegment) >= seekTimeNs) {
474 mCluster = pSegment->FindOrPreloadCluster(pTP->m_pos);

Completed in 165 milliseconds