Home
last modified time | relevance | path

Searched refs:SeekHead (Results 1 – 10 of 10) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libwebm/
Dmkvparser.hpp522 class SeekHead class
524 SeekHead(const SeekHead&);
525 SeekHead& operator=(const SeekHead&);
534 SeekHead(
541 ~SeekHead();
833 const SeekHead* GetSeekHead() const;
860 SeekHead* m_pSeekHead;
Dmkvparser.cpp1010 m_pSeekHead = new (std::nothrow) SeekHead( in ParseHeaders()
1833 SeekHead::SeekHead( in SeekHead() function in mkvparser::SeekHead
1852 SeekHead::~SeekHead() in ~SeekHead()
1859 long SeekHead::Parse() in Parse()
1969 int SeekHead::GetCount() const in GetCount()
1974 const SeekHead::Entry* SeekHead::GetEntry(int idx) const in GetEntry()
1985 int SeekHead::GetVoidElementCount() const in GetVoidElementCount()
1990 const SeekHead::VoidElement* SeekHead::GetVoidElement(int idx) const in GetVoidElement()
2237 bool SeekHead::ParseEntry( in ParseEntry()
4219 const SeekHead* Segment::GetSeekHead() const in GetSeekHead()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
Dmkvparser.hpp702 class SeekHead class
704 SeekHead(const SeekHead&);
705 SeekHead& operator=(const SeekHead&);
714 SeekHead(
721 ~SeekHead();
1014 const SeekHead* GetSeekHead() const;
1042 SeekHead* m_pSeekHead;
Dmkvmuxer.hpp920 class SeekHead { class
922 SeekHead();
923 ~SeekHead();
968 LIBWEBM_DISALLOW_COPY_AND_ASSIGN(SeekHead);
1291 SeekHead seek_head_;
DRELEASE.TXT16 * Parsed SeekHead to find cues
Dmkvmuxer.cpp1754 SeekHead::SeekHead() : start_pos_(0ULL) { in SeekHead() function in mkvmuxer::SeekHead
1761 SeekHead::~SeekHead() { in ~SeekHead()
1764 bool SeekHead::Finalize(IMkvWriter* writer) const { in Finalize()
1827 bool SeekHead::Write(IMkvWriter* writer) { in Write()
1840 bool SeekHead::AddSeekEntry(uint32 id, uint64 pos) { in AddSeekEntry()
1851 uint32 SeekHead::GetId(int index) const { in GetId()
1857 uint64 SeekHead::GetPosition(int index) const { in GetPosition()
1863 bool SeekHead::SetSeekEntry(int index, uint32 id, uint64 position) { in SetSeekEntry()
1871 uint64 SeekHead::MaxEntrySize() const { in MaxEntrySize()
2164 for (int32 i = 0; i < SeekHead::kSeekEntryCount; ++i) { in MoveCuesBeforeClusters()
Dmkvparser.cpp1020 m_pSeekHead = new (std::nothrow) SeekHead( in ParseHeaders()
1863 SeekHead::SeekHead( in SeekHead() function in mkvparser::SeekHead
1882 SeekHead::~SeekHead() in ~SeekHead()
1889 long SeekHead::Parse() in Parse()
1999 int SeekHead::GetCount() const in GetCount()
2004 const SeekHead::Entry* SeekHead::GetEntry(int idx) const in GetEntry()
2015 int SeekHead::GetVoidElementCount() const in GetVoidElementCount()
2020 const SeekHead::VoidElement* SeekHead::GetVoidElement(int idx) const in GetVoidElement()
2267 bool SeekHead::ParseEntry( in ParseEntry()
4243 const SeekHead* Segment::GetSeekHead() const in GetSeekHead()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libmkv/
DEbmlIDs.h37 SeekHead = 0x114D9B74, enumerator
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/
DTODO11 - Avoid reparsing Cues and ignore any SeekHead at end of file.
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
Dwebmenc.c128 Ebml_StartSubElement(ebml, &start, SeekHead); in write_webm_seek_info()