Home
last modified time | relevance | path

Searched defs:cluster_pos (Results 1 – 3 of 3) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
Dwebmenc.h50 off_t cluster_pos; member
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
Dmkvmuxer.hpp147 void set_cluster_pos(uint64 cluster_pos) { cluster_pos_ = cluster_pos; } in set_cluster_pos()
148 uint64 cluster_pos() const { return cluster_pos_; } in cluster_pos() function in mkvmuxer::CuePoint
Dmkvmuxer.cpp2132 const uint64 cluster_pos = cue_point->cluster_pos() + diff; in MoveCuesBeforeClustersHelper() local