Home
last modified time | relevance | path

Searched refs:m_pSegment (Results 1 – 6 of 6) sorted by relevance

/external/libvpx/libwebm/
Dmkvparser.cpp1668 : m_pSegment(pSegment), in SeekHead()
1684 IMkvReader* const pReader = m_pSegment->m_pReader; in Parse()
2119 : m_pSegment(pSegment), in Cues()
2164 IMkvReader* const pReader = m_pSegment->m_pReader; in Init()
2233 IMkvReader* const pReader = m_pSegment->m_pReader; in LoadCuePoint()
2302 if (time_ns <= pCP->GetTime(m_pSegment)) in Find()
2308 IMkvReader* const pReader = m_pSegment->m_pReader; in Find()
2325 const long long t = pCP->GetTime(m_pSegment); in Find()
2341 assert(pCP->GetTime(m_pSegment) <= time_ns); in Find()
2358 if (time_ns <= pCP->GetTime(m_pSegment)) { in Find()
[all …]
Dmkvparser.hpp307 Segment* const m_pSegment; member in mkvparser::Track
437 Segment* const m_pSegment; member in mkvparser::Tracks
469 Segment* const m_pSegment; member in mkvparser::Chapters
590 Segment* const m_pSegment; member in mkvparser::SegmentInfo
622 Segment* const m_pSegment; member in mkvparser::SeekHead
723 Segment* const m_pSegment; member in mkvparser::Cues
770 Segment* const m_pSegment; member in mkvparser::Cluster
/external/libvpx/libvpx/third_party/libwebm/
Dmkvparser.cpp1666 : m_pSegment(pSegment), in SeekHead()
1682 IMkvReader* const pReader = m_pSegment->m_pReader; in Parse()
2117 : m_pSegment(pSegment), in Cues()
2162 IMkvReader* const pReader = m_pSegment->m_pReader; in Init()
2231 IMkvReader* const pReader = m_pSegment->m_pReader; in LoadCuePoint()
2300 if (time_ns <= pCP->GetTime(m_pSegment)) in Find()
2306 IMkvReader* const pReader = m_pSegment->m_pReader; in Find()
2323 const long long t = pCP->GetTime(m_pSegment); in Find()
2339 assert(pCP->GetTime(m_pSegment) <= time_ns); in Find()
2356 if (time_ns <= pCP->GetTime(m_pSegment)) { in Find()
[all …]
Dmkvparser.hpp307 Segment* const m_pSegment; member in mkvparser::Track
437 Segment* const m_pSegment; member in mkvparser::Tracks
469 Segment* const m_pSegment; member in mkvparser::Chapters
590 Segment* const m_pSegment; member in mkvparser::SegmentInfo
622 Segment* const m_pSegment; member in mkvparser::SeekHead
723 Segment* const m_pSegment; member in mkvparser::Cues
770 Segment* const m_pSegment; member in mkvparser::Cluster
/external/pdfium/core/src/fxcodec/jbig2/
DJBig2_Context.cpp59 m_pSegment = NULL; in CJBig2_Context()
147 if(m_pSegment == NULL) { in decode_SquentialOrgnazation()
148 JBIG2_ALLOC(m_pSegment, CJBig2_Segment()); in decode_SquentialOrgnazation()
149 nRet = parseSegmentHeader(m_pSegment); in decode_SquentialOrgnazation()
151 delete m_pSegment; in decode_SquentialOrgnazation()
152 m_pSegment = NULL; in decode_SquentialOrgnazation()
157 nRet = parseSegmentData(m_pSegment, pPause); in decode_SquentialOrgnazation()
164 delete m_pSegment; in decode_SquentialOrgnazation()
165 m_pSegment = NULL; in decode_SquentialOrgnazation()
168 delete m_pSegment; in decode_SquentialOrgnazation()
[all …]
DJBig2_Context.h133 CJBig2_Segment *m_pSegment; variable