HomeSort by relevance Sort by last modified time
    Searched refs:m_pSegment (Results 1 - 12 of 12) 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/chromium_org/third_party/libvpx/source/libvpx/third_party/libwebm/
mkvparser.hpp 307 Segment* const m_pSegment;
437 Segment* const m_pSegment;
469 Segment* const m_pSegment;
590 Segment* const m_pSegment;
622 Segment* const m_pSegment;
723 Segment* const m_pSegment;
770 Segment* const m_pSegment;
mkvparser.cpp     [all...]
  /external/libvpx/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/libvpx/libwebm/
mkvparser.hpp 307 Segment* const m_pSegment;
437 Segment* const m_pSegment;
469 Segment* const m_pSegment;
590 Segment* const m_pSegment;
622 Segment* const m_pSegment;
723 Segment* const m_pSegment;
770 Segment* const m_pSegment;
mkvparser.cpp     [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.cpp 47 m_pSegment = NULL;
134 if(m_pSegment == NULL) {
135 JBIG2_ALLOC(m_pSegment, CJBig2_Segment());
136 nRet = parseSegmentHeader(m_pSegment);
138 delete m_pSegment;
139 m_pSegment = NULL;
144 nRet = parseSegmentData(m_pSegment, pPause);
151 delete m_pSegment;
152 m_pSegment = NULL;
155 delete m_pSegment;
    [all...]
JBig2_Context.h 131 CJBig2_Segment *m_pSegment;

Completed in 868 milliseconds