HomeSort by relevance Sort by last modified time
    Searched refs:m_pSegment (Results 1 - 10 of 10) sorted by null

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libwebm/
mkvparser.hpp 297 Segment* const m_pSegment;
448 Segment* const m_pSegment;
490 Segment* const m_pSegment;
528 Segment* const m_pSegment;
648 Segment* const m_pSegment;
701 Segment* const m_pSegment;
mkvparser.cpp     [all...]
  /external/libvpx/libvpx/third_party/libwebm/
mkvparser.hpp 312 Segment* const m_pSegment;
451 Segment* const m_pSegment;
483 Segment* const m_pSegment;
604 Segment* const m_pSegment;
683 Segment* const m_pSegment;
715 Segment* const m_pSegment;
816 Segment* const m_pSegment;
855 Segment* const m_pSegment;
mkvparser.cpp     [all...]
  /external/libvpx/libwebm/mkvparser/
mkvparser.h 310 Segment* const m_pSegment;
538 Segment* const m_pSegment;
570 Segment* const m_pSegment;
691 Segment* const m_pSegment;
770 Segment* const m_pSegment;
802 Segment* const m_pSegment;
903 Segment* const m_pSegment;
942 Segment* const m_pSegment;
mkvparser.cc     [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
mkvparser.hpp 347 Segment* const m_pSegment;
503 Segment* const m_pSegment;
545 Segment* const m_pSegment;
670 Segment* const m_pSegment;
708 Segment* const m_pSegment;
827 Segment* const m_pSegment;
880 Segment* const m_pSegment;
mkvparser.cpp     [all...]
  /external/pdfium/core/src/fxcodec/jbig2/
JBig2_Context.h 126 std::unique_ptr<CJBig2_Segment> m_pSegment;
JBig2_Context.cpp 96 if (!m_pSegment) {
97 m_pSegment.reset(new CJBig2_Segment);
98 nRet = parseSegmentHeader(m_pSegment.get());
100 m_pSegment.reset();
105 nRet = parseSegmentData(m_pSegment.get(), pPause);
112 m_pSegment.reset();
116 m_pSegment.reset();
119 if (m_pSegment->m_dwData_length != 0xffffffff) {
120 m_dwOffset += m_pSegment->m_dwData_length;
125 m_SegmentList.push_back(m_pSegment.release())
    [all...]

Completed in 68 milliseconds