Home
last modified time | relevance | path

Searched refs:Seek (Results 1 – 6 of 6) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libmkv/
DEbmlIDs.h38 Seek = 0x4DBB, enumerator
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libwebm/
Dmkvparser.hpp347 virtual long Seek(long long time_ns, const BlockEntry*&) const = 0;
402 long Seek(long long time_ns, const BlockEntry*&) const;
433 long Seek(long long time_ns, const BlockEntry*&) const;
Dmkvparser.cpp4025 const BlockEntry* Segment::Seek(
5255 long VideoTrack::Seek( in Seek() function in mkvparser::VideoTrack
5489 long AudioTrack::Seek( in Seek() function in mkvparser::AudioTrack
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
Dmkvparser.hpp404 virtual long Seek(long long time_ns, const BlockEntry*&) const;
459 long Seek(long long time_ns, const BlockEntry*&) const;
Dmkvparser.cpp4043 const BlockEntry* Segment::Seek(
5921 long Track::Seek( in Seek() function in mkvparser::Track
6232 long VideoTrack::Seek( in Seek() function in mkvparser::VideoTrack
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
Dwebmenc.c107 Ebml_StartSubElement(ebml, &start, Seek); in write_webm_seek_element()