Home
last modified time | relevance | path

Searched refs:cluster_pos_ (Results 1 – 2 of 2) sorted by relevance

/external/libvpx/libvpx/third_party/libwebm/mkvmuxer/
Dmkvmuxer.h198 void set_cluster_pos(uint64_t cluster_pos) { cluster_pos_ = cluster_pos; } in set_cluster_pos()
199 uint64_t cluster_pos() const { return cluster_pos_; } in cluster_pos()
218 uint64_t cluster_pos_; variable
Dmkvmuxer.cc286 cluster_pos_(0), in CuePoint()
293 if (!writer || track_ < 1 || cluster_pos_ < 1) in Write()
297 static_cast<uint64>(cluster_pos_)); in Write()
327 static_cast<uint64>(cluster_pos_))) { in Write()
349 static_cast<uint64>(cluster_pos_)); in PayloadSize()