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 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/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.h 133 CJBig2_Segment *m_pSegment;
JBig2_Context.cpp 59 m_pSegment = NULL;
147 if(m_pSegment == NULL) {
148 JBIG2_ALLOC(m_pSegment, CJBig2_Segment());
149 nRet = parseSegmentHeader(m_pSegment);
151 delete m_pSegment;
152 m_pSegment = NULL;
157 nRet = parseSegmentData(m_pSegment, pPause);
164 delete m_pSegment;
165 m_pSegment = NULL;
168 delete m_pSegment;
    [all...]

Completed in 46 milliseconds