Searched refs:m_pSegment (Results 1 – 11 of 11) sorted by relevance
/external/libwebm/mkvparser/ |
D | mkvparser.cc | 1482 : m_pSegment(pSegment), in SeekHead() 1498 IMkvReader* const pReader = m_pSegment->m_pReader; in Parse() 1823 : m_pSegment(pSegment), in Cues() 1868 IMkvReader* const pReader = m_pSegment->m_pReader; in Init() 1951 IMkvReader* const pReader = m_pSegment->m_pReader; in LoadCuePoint() 2019 if (time_ns <= pCP->GetTime(m_pSegment)) { in Find() 2038 const long long t = pCP->GetTime(m_pSegment); in Find() 2054 if (pCP == NULL || pCP->GetTime(m_pSegment) > time_ns) in Find() 2133 return m_pSegment->GetBlock(*pCP, *pTP); in GetBlock() 3224 : m_pSegment(pSegment), in Chapters() [all …]
|
D | mkvparser.h | 310 Segment* const m_pSegment; variable 571 Segment* const m_pSegment; 603 Segment* const m_pSegment; 724 Segment* const m_pSegment; 803 Segment* const m_pSegment; 835 Segment* const m_pSegment; 938 Segment* const m_pSegment; 977 Segment* const m_pSegment;
|
/external/libvpx/libwebm/mkvparser/ |
D | mkvparser.cc | 1482 : m_pSegment(pSegment), in SeekHead() 1498 IMkvReader* const pReader = m_pSegment->m_pReader; in Parse() 1823 : m_pSegment(pSegment), in Cues() 1868 IMkvReader* const pReader = m_pSegment->m_pReader; in Init() 1951 IMkvReader* const pReader = m_pSegment->m_pReader; in LoadCuePoint() 2019 if (time_ns <= pCP->GetTime(m_pSegment)) { in Find() 2038 const long long t = pCP->GetTime(m_pSegment); in Find() 2054 if (pCP == NULL || pCP->GetTime(m_pSegment) > time_ns) in Find() 2133 return m_pSegment->GetBlock(*pCP, *pTP); in GetBlock() 3224 : m_pSegment(pSegment), in Chapters() [all …]
|
D | mkvparser.h | 310 Segment* const m_pSegment; variable 571 Segment* const m_pSegment; 603 Segment* const m_pSegment; 724 Segment* const m_pSegment; 803 Segment* const m_pSegment; 835 Segment* const m_pSegment; 938 Segment* const m_pSegment; 977 Segment* const m_pSegment;
|
/external/libaom/libaom/third_party/libwebm/mkvparser/ |
D | mkvparser.cc | 1482 : m_pSegment(pSegment), in SeekHead() 1498 IMkvReader* const pReader = m_pSegment->m_pReader; in Parse() 1823 : m_pSegment(pSegment), in Cues() 1868 IMkvReader* const pReader = m_pSegment->m_pReader; in Init() 1951 IMkvReader* const pReader = m_pSegment->m_pReader; in LoadCuePoint() 2019 if (time_ns <= pCP->GetTime(m_pSegment)) { in Find() 2038 const long long t = pCP->GetTime(m_pSegment); in Find() 2054 if (pCP == NULL || pCP->GetTime(m_pSegment) > time_ns) in Find() 2133 return m_pSegment->GetBlock(*pCP, *pTP); in GetBlock() 3224 : m_pSegment(pSegment), in Chapters() [all …]
|
D | mkvparser.h | 310 Segment* const m_pSegment; variable 571 Segment* const m_pSegment; 603 Segment* const m_pSegment; 724 Segment* const m_pSegment; 803 Segment* const m_pSegment; 835 Segment* const m_pSegment; 938 Segment* const m_pSegment; 977 Segment* const m_pSegment;
|
/external/libvpx/libvpx/third_party/libwebm/mkvparser/ |
D | mkvparser.cc | 1482 : m_pSegment(pSegment), in SeekHead() 1498 IMkvReader* const pReader = m_pSegment->m_pReader; in Parse() 1823 : m_pSegment(pSegment), in Cues() 1868 IMkvReader* const pReader = m_pSegment->m_pReader; in Init() 1951 IMkvReader* const pReader = m_pSegment->m_pReader; in LoadCuePoint() 2019 if (time_ns <= pCP->GetTime(m_pSegment)) { in Find() 2038 const long long t = pCP->GetTime(m_pSegment); in Find() 2054 if (pCP == NULL || pCP->GetTime(m_pSegment) > time_ns) in Find() 2133 return m_pSegment->GetBlock(*pCP, *pTP); in GetBlock() 3224 : m_pSegment(pSegment), in Chapters() [all …]
|
D | mkvparser.h | 310 Segment* const m_pSegment; variable 571 Segment* const m_pSegment; 603 Segment* const m_pSegment; 724 Segment* const m_pSegment; 803 Segment* const m_pSegment; 835 Segment* const m_pSegment; 938 Segment* const m_pSegment; 977 Segment* const m_pSegment;
|
/external/pdfium/core/fxcodec/jbig2/ |
D | JBig2_Context.cpp | 86 if (!m_pSegment) { in DecodeSequential() 87 m_pSegment = pdfium::MakeUnique<CJBig2_Segment>(); in DecodeSequential() 88 nRet = ParseSegmentHeader(m_pSegment.get()); in DecodeSequential() 90 m_pSegment.reset(); in DecodeSequential() 95 nRet = ParseSegmentData(m_pSegment.get(), pPause); in DecodeSequential() 102 m_pSegment.reset(); in DecodeSequential() 106 m_pSegment.reset(); in DecodeSequential() 109 if (m_pSegment->m_dwData_length != 0xffffffff) { in DecodeSequential() 110 m_dwOffset += m_pSegment->m_dwData_length; in DecodeSequential() 118 m_SegmentList.push_back(std::move(m_pSegment)); in DecodeSequential()
|
D | JBig2_Context.h | 103 std::unique_ptr<CJBig2_Segment> m_pSegment; variable
|
/external/libwebm/ |
D | vttdemux.cc | 241 const mkvparser::Segment* const segment = cluster->m_pSegment; in GetChar() 871 const mkvparser::Segment* const segment = cluster->m_pSegment; in WriteCueTimings()
|